{"id":36037,"date":"2021-12-08T23:24:50","date_gmt":"2021-12-08T23:24:50","guid":{"rendered":"https:\/\/kdc1000.wpengine.com\/?page_id=36037"},"modified":"2023-02-15T20:35:41","modified_gmt":"2023-02-15T20:35:41","slug":"governors-exporter-of-the-year-anniversaries","status":"publish","type":"page","link":"https:\/\/www.kansascommerce.gov\/es\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/","title":{"rendered":"Aniversarios del Exportador del A\u00f1o del Gobernador"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n    <div class=\"container \">            <div class=\"headline-block\n                                                                                      \"\n         style=\"\n                                                                                                                                                                                                         \">\n        \n\n<h1 class=\"wp-block-heading\" id=\"h-governor-s-exporter-of-the-year-anniversaries\">Governor&#8217;s Exporter of the Year Anniversaries<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Each year, the state of Kansas recognizes one outstanding company for exporting excellence by naming them the Governor\u2019s Exporter of the Year.<\/p>\n\n\n                    <\/div>\n    <\/div>\n\n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg');\n                                                                        margin: 0 20px;\n                                            \" id=\"coverblock-2102671087\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: white !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-recognizing-the-best-in-kansas-exporters-for-more-than-30-years\">Recognizing the best in Kansas exporters for more than 30 years!<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-2102671087\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-2102671087\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-2102671087 .inner-content:before {background-color: #0693e3;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-2102671087 .wp-block-button__link').addClass('btn white_btn');\n            \n            const coverBlock = jQuery('#coverblock-2102671087');\n            const lightbox = jQuery('#video-lightbox-2102671087');\n            const videoFrame = jQuery('#video-frame-2102671087');\n            const closeBtn = jQuery('#video-lightbox-2102671087 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"\" class=\"cover_link\" title=\"Click Here\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #0693e3; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"wp-block-heading\" id=\"h-10-year-anniversary-2012-exporter-of-the-year-winner-pitsco-inc\">10 Year Anniversary: 2013 Exporter of the Year Winner: Excel Industries, Inc.<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"\"\n                                title=\"Click Here\"\n            >\n                                 \n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"\" class=\"cover_link\" title=\"Click Here\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #ff6900; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"light wp-block-heading\" id=\"h-20-year-anniversary-2002-exporter-of-the-year-winner-butler-national-corporation\">20 Year Anniversary: 2003 Exporter of the Year Winner: American Crane and Tractor Parts, Inc.<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">American Crane &amp; Tractor Parts, Inc. was established in 1982. Our time in the aftermarket parts industry has presented both change and challenges alike, domestically and internationally.\u00a0<\/p>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"\"\n                                title=\"Click Here\"\n            >\n                                 \n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"\" class=\"cover_link\" title=\"Click Here\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #fcb900; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"light wp-block-heading\" id=\"h-30-year-anniversary-1992-exporter-of-the-year-winner-peabody-tectank-inc\">30 Year Anniversary: 1993 Exporter of the Year Winner: Interconnect Devices Inc.<\/h4>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"\"\n                                title=\"Click Here\"\n            >\n                                 \n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/12\/iStock-1276501491-1-scaled.jpg');\n                                                                                    \" id=\"coverblock-790957097\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: white !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"h-notable-anniversaries\">Notable Anniversaries<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Five Year Anniversary<\/strong>: 2018: Schroer Manufacturing Company (Shor-Line)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>15 Year Anniversary<\/strong>: 2008: Salina Vortex Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>25 Year Anniversary<\/strong>: 1998: Glenco Corporation<\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-790957097\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-790957097\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-790957097 .inner-content:before {background-color: #0089cf;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-790957097 .wp-block-button__link').addClass('btn white_btn');\n            \n            const coverBlock = jQuery('#coverblock-790957097');\n            const lightbox = jQuery('#video-lightbox-790957097');\n            const videoFrame = jQuery('#video-frame-790957097');\n            const closeBtn = jQuery('#video-lightbox-790957097 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<div style=\"height:13px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<h2 class=\"wp-block-heading\" id=\"h-exporter-of-the-year-winners\">Exporter of the Year Winners<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">2022: Textron Aviation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2021: Black &amp; Veatch<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2020: Creekstone Farms Premium Beef<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2019: Pinnacle Technology<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2018: Schroer Manufacturing Company (Shor-Line)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2017: Lee Aerospace<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2016: GT Manufacturing, Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2015: Vektek, Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2014: Kansas Aviation of Independence<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2013: Excel Industries Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2012: PITSCO, Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2011: Bio-Microbics Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2010: Osborne Industries<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2009: Cereal Ingredients Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2008: Salina Vortex Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2007: The Bradbury Group<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2006: Great Plains Manufacturing Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2005: BG Products Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2004: Tramco Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2003: American Crane and Tractor Parts Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2002: Butler National Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2001: Landoll Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2000: Innovative Material Systems<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1999: Cobalt Boats<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1998: Glendo Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1997: Pioneer Balloon Company<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1996: Roto-Mix Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1995: Hill\u2019s Pet Nutrition Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1994: Kreonite<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1993: Interconnect Devices Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1992: Peabody Tectank Inc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1991: Didde Web Press Corporation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1990: M-E-C Company<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1989: Wenger Manufacturing Inc.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ganadores del premio Exportador del A\u00f1o 2022: Textron Aviation 2021: Black &amp; Veatch 2020: Creekstone Farms Premium Beef 2019: Pinnacle Technology 2018: Schroer Manufacturing Company (Shor-Line) 2017: Lee Aerospace 2016: GT Manufacturing, Inc. 2015: Vektek, Inc. ... <\/p>","protected":false},"author":28,"featured_media":40336,"parent":35784,"menu_order":165,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-36037","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Governor&#039;s Exporter of the Year Anniversaries - Kansas Department of Commerce<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kansascommerce.gov\/es\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Governor&#039;s Exporter of the Year Anniversaries - Kansas Department of Commerce\" \/>\n<meta property=\"og:description\" content=\"Exporter of the Year Winners 2022: Textron Aviation 2021: Black &amp; Veatch 2020: Creekstone Farms Premium Beef 2019: Pinnacle Technology 2018: Schroer Manufacturing Company (Shor-Line) 2017: Lee Aerospace 2016: GT Manufacturing, Inc. 2015: Vektek, Inc. ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kansascommerce.gov\/es\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/\" \/>\n<meta property=\"og:site_name\" content=\"Kansas Department of Commerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KansasCommerce\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-15T20:35:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"711\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@KansasCommerce\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/\",\"name\":\"Governor's Exporter of the Year Anniversaries - Kansas Department of Commerce\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/EOY-Trophy-Web-Banner.jpg\",\"datePublished\":\"2021-12-08T23:24:50+00:00\",\"dateModified\":\"2023-02-15T20:35:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/EOY-Trophy-Web-Banner.jpg\",\"contentUrl\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/EOY-Trophy-Web-Banner.jpg\",\"width\":2560,\"height\":711,\"caption\":\"EOY Trophy Web Banner\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/governors-exporter-of-the-year-anniversaries\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Governor&#8217;s Exporter of the Year\",\"item\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"2021 Exporter of the Year\",\"item\":\"https:\\\/\\\/www.kansascommerce.gov\\\/exporter-of-the-year\\\/2021-exporter-of-the-year\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Governor&#8217;s Exporter of the Year Anniversaries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#website\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\",\"name\":\"Kansas Department of Commerce\",\"description\":\"Empowering Prosperity\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.kansascommerce.gov\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#organization\",\"name\":\"Kansas Department of Commerce\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/kdc_logo.png\",\"contentUrl\":\"https:\\\/\\\/www.kansascommerce.gov\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/kdc_logo.png\",\"width\":600,\"height\":347,\"caption\":\"Kansas Department of Commerce\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kansascommerce.gov\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/KansasCommerce\\\/\",\"https:\\\/\\\/x.com\\\/KansasCommerce\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/kansas-department-of-commerce\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Governor's Exporter of the Year Anniversaries - Kansas Department of Commerce","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kansascommerce.gov\/es\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/","og_locale":"es_ES","og_type":"article","og_title":"Governor's Exporter of the Year Anniversaries - Kansas Department of Commerce","og_description":"Exporter of the Year Winners 2022: Textron Aviation 2021: Black &amp; Veatch 2020: Creekstone Farms Premium Beef 2019: Pinnacle Technology 2018: Schroer Manufacturing Company (Shor-Line) 2017: Lee Aerospace 2016: GT Manufacturing, Inc. 2015: Vektek, Inc. ...","og_url":"https:\/\/www.kansascommerce.gov\/es\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/","og_site_name":"Kansas Department of Commerce","article_publisher":"https:\/\/www.facebook.com\/KansasCommerce\/","article_modified_time":"2023-02-15T20:35:41+00:00","og_image":[{"width":2560,"height":711,"url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@KansasCommerce","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/","url":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/","name":"Governor's Exporter of the Year Anniversaries - Kansas Department of Commerce","isPartOf":{"@id":"https:\/\/www.kansascommerce.gov\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/#primaryimage"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg","datePublished":"2021-12-08T23:24:50+00:00","dateModified":"2023-02-15T20:35:41+00:00","breadcrumb":{"@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/#primaryimage","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/05\/EOY-Trophy-Web-Banner.jpg","width":2560,"height":711,"caption":"EOY Trophy Web Banner"},{"@type":"BreadcrumbList","@id":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/governors-exporter-of-the-year-anniversaries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kansascommerce.gov\/"},{"@type":"ListItem","position":2,"name":"Governor&#8217;s Exporter of the Year","item":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/"},{"@type":"ListItem","position":3,"name":"2021 Exporter of the Year","item":"https:\/\/www.kansascommerce.gov\/exporter-of-the-year\/2021-exporter-of-the-year\/"},{"@type":"ListItem","position":4,"name":"Governor&#8217;s Exporter of the Year Anniversaries"}]},{"@type":"WebSite","@id":"https:\/\/www.kansascommerce.gov\/#website","url":"https:\/\/www.kansascommerce.gov\/","name":"Departamento de Comercio de Kansas","description":"Fomentar la prosperidad","publisher":{"@id":"https:\/\/www.kansascommerce.gov\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kansascommerce.gov\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.kansascommerce.gov\/#organization","name":"Departamento de Comercio de Kansas","url":"https:\/\/www.kansascommerce.gov\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","width":600,"height":347,"caption":"Kansas Department of Commerce"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KansasCommerce\/","https:\/\/x.com\/KansasCommerce","https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-06-21 05:51:35","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/36037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/comments?post=36037"}],"version-history":[{"count":0,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/36037\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/35784"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/media\/40336"}],"wp:attachment":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/media?parent=36037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}