{"id":67476,"date":"2026-02-16T22:39:31","date_gmt":"2026-02-16T20:39:31","guid":{"rendered":"https:\/\/showrooms.ggmgastro.com\/?page_id=67476"},"modified":"2026-02-16T22:43:36","modified_gmt":"2026-02-16T20:43:36","slug":"messen","status":"publish","type":"page","link":"https:\/\/showrooms.ggmgastro.com\/cn\/messen\/","title":{"rendered":"Messen"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_1ecff8d4 landing-page-header has_text_color height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_bottom type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-separator size_custom\" style=\"height:400px\" id=\"vf6e\"><style>@media(max-width:1024px){ #vf6e{height:250px!important}}@media(max-width:600px){ #vf6e{height:1px!important}}<\/style><\/div><div class=\"wpb_text_column us_custom_b8c02223 no-hyphens\"><div class=\"wpb_wrapper\"><h1>Discover our Exhibitions<\/h1>\n<p><b>GGM Gastro is represented at exhibitions worldwide\u2014perhaps one near you! Visit us at our trade fairs, experience the latest kitchen technology up close, and benefit from personalized advice on site.<\/b><\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_f7b72817 height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\">\n\t<div class=\"wpb_raw_code wpb_raw_js\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n        #ggm-map {\n            height: 500px;\n            width: 100%;\n        }\n        \n        .map-container {\n            max-width: 100%;\n        }\n        \n        \n        .info-window-content {\n            padding: 10px;\n            min-width: 200px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n    <\/style>\n    \n    <div class=\"map-container\">\n        <div id=\"ggm-map\"><\/div>\n    <\/div>\n    \n    \n     <script>\n        \/\/ Configuration for markers\n        const mapConfig = {\n            apiKey: 'AIzaSyA3W1ndsomxM9xbD7G93hy2eRFrFaITfe4',\n            center: { lat: 46.0, lng: 14.0 }, \/\/ Center of Europe\n            zoom: 4, \/\/ Zoom level to see Europe and surrounding areas\n            markers: [\n                \/\/ Exhibition locations\n                { coords: { lat: 51.225402, lng: 6.776314 }, label: 'GGM Gastro Ausstellung D\u00fcsseldorf' },\n                { coords: { lat: 53.546930, lng: 10.025789 }, label: 'GGM Gastro Ausstellung Hamburg' },\n                { coords: { lat: 48.775846, lng: 9.182932 }, label: 'GGM Gastro Ausstellung Stuttgart' },\n                { coords: { lat: 52.326410, lng: 4.929949 }, label: 'GGM Gastro Ausstellung Amsterdam' },\n                { coords: { lat: 41.444113, lng: 2.186021 }, label: 'GGM Gastro Ausstellung Barcelona' },\n                { coords: { lat: 36.721697, lng: -4.490583 }, label: 'GGM Gastro Ausstellung M\u00e1laga' },\n                { coords: { lat: 31.230416, lng: 121.473701 }, label: 'GGM Gastro Ausstellung Shanghai' },\n                { coords: { lat: 41.068857, lng: 28.976909 }, label: 'GGM Gastro Ausstellung Istanbul' },\n                { coords: { lat: 45.509040, lng: 9.165889 }, label: 'GGM Gastro Ausstellung Mailand' },\n                { coords: { lat: 47.809490, lng: 13.055010 }, label: 'GGM Gastro Ausstellung Salzburg' }\n            ]\n        };\n\n        \/\/ Check if Google Maps API is already loaded\n        function loadGoogleMapsAPI() {\n            return new Promise((resolve, reject) => {\n                \/\/ Check if already loaded\n                if (typeof google !== 'undefined' && google.maps) {\n                    console.log('Google Maps API already loaded');\n                    resolve();\n                    return;\n                }\n\n                \/\/ Check if script is already being loaded\n                const existingScript = document.querySelector('script[src*=\"maps.googleapis.com\"]');\n                if (existingScript) {\n                    existingScript.addEventListener('load', resolve);\n                    existingScript.addEventListener('error', reject);\n                    return;\n                }\n\n                \/\/ Load the script\n                const script = document.createElement('script');\n                script.src = `https:\/\/maps.googleapis.com\/maps\/api\/js?key=${mapConfig.apiKey}`;\n                script.async = true;\n                script.defer = true;\n                script.addEventListener('load', resolve);\n                script.addEventListener('error', reject);\n                document.head.appendChild(script);\n            });\n        }\n\n        \/\/ Initialize the map\n        function initMap() {\n            \/\/ Create the map\n            const map = new google.maps.Map(document.getElementById('ggm-map'), {\n                center: mapConfig.center,\n                zoom: mapConfig.zoom,\n                mapTypeControl: true,\n                streetViewControl: false,\n                fullscreenControl: true,\n                zoomControl: true\n            });\n\n            \/\/ Info window for marker popups\n            const infoWindow = new google.maps.InfoWindow();\n\n            \/\/ Add markers to the map\n            mapConfig.markers.forEach((markerData) => {\n                const markerColor = '#EA4335';\n                const svgMarker = {\n                    path: 'M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z',\n                    fillColor: markerColor,\n                    fillOpacity: 1,\n                    strokeWeight: 2,\n                    strokeColor: '#FFFFFF',\n                    scale: 1.5,\n                    anchor: new google.maps.Point(12, 24),\n                    labelOrigin: new google.maps.Point(12, 10)\n                };\n\n                const marker = new google.maps.Marker({\n                    position: markerData.coords,\n                    map: map,\n                    title: markerData.label,\n                    icon: svgMarker,\n                    animation: google.maps.Animation.DROP\n                });\n\n                \/\/ Add click event listener to marker\n                marker.addListener('click', () => {\n                    const content = `\n                        <div class=\"info-window-content\">\n                            ${markerData.label}\n                        <\/div>\n                    `;\n                    \n                    infoWindow.setContent(content);\n                    infoWindow.open(map, marker);\n                    \n                    map.panTo(marker.getPosition());\n                });\n\n                \/\/ Optional: Add hover effect\n                marker.addListener('mouseover', () => {\n                    marker.setAnimation(google.maps.Animation.BOUNCE);\n                });\n\n                marker.addListener('mouseout', () => {\n                    marker.setAnimation(null);\n                });\n            });\n        }\n\n        \/\/ Load and initialize the map when the page is ready\n        document.addEventListener('DOMContentLoaded', () => {\n            loadGoogleMapsAPI()\n                .then(() => {\n                    initMap();\n                })\n                .catch((error) => {\n                    console.error('Error loading Google Maps:', error);\n                    document.getElementById('ggm-map').innerHTML = \n                        '<p style=\"text-align: center; padding: 50px;\">Error loading map. Please try again later.<\/p>';\n                });\n        });\n    <\/script>\n\t\t<\/div>\n\t<\/div>\n<div class=\"w-separator hide_on_mobiles size_custom with_line width_default thick_2 style_solid color_border align_center\" style=\"height:2px\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-separator hide_on_mobiles size_custom\" style=\"height:70px\" id=\"ae0e\"><style>@media(max-width:600px){ #ae0e{height:50px!important}}<\/style><\/div><h2 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Exhibitions worldwide<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:40px\" id=\"e254\"><style>@media(max-width:600px){ #e254{height:30px!important}}<\/style><\/div><div class=\"w-grid us_post_list us_custom_fbb95a45 type_grid layout_67858 cols_3 preload_style_placeholders\" id=\"us_post_list_c642\" style=\"--columns:3;--gap:16px;\"><style>@media (max-width:1024px){#us_post_list_c642{--columns:2!important}}@media (max-width:600px){#us_post_list_c642{--columns:1!important}}@media (max-width:600px){#us_post_list_c642{--gap:8px!important}}.layout_67858 .w-grid-item-h{}.layout_67858 .usg_post_title_1{font-size:18px!important;line-height:20px!important;font-weight:700!important;margin-bottom:0.2rem!important}.layout_67858 .usg_vwrapper_1{width:65%!important;padding-left:20px!important;padding-top:0!important}.layout_67858 .usg_post_custom_field_5{width:18px!important;height:18px!important;aspect-ratio:1!important}.layout_67858 .usg_image_1{width:160px!important;height:160px!important}@media (min-width:1025px) and (max-width:1380px){.layout_67858 .usg_post_title_1{font-size:18px!important;line-height:20px!important;font-weight:700!important}.layout_67858 .usg_vwrapper_1{width:55%!important;padding-left:20px!important;padding-top:0!important}}@media (min-width:601px) and (max-width:1024px){.layout_67858 .usg_post_title_1{font-size:18px!important;line-height:20px!important;font-weight:700!important}.layout_67858 .usg_vwrapper_1{width:55%!important;padding-left:10px!important;padding-top:0!important}}@media (max-width:600px){.layout_67858 .usg_post_title_1{font-size:16px!important;line-height:22px!important;font-weight:700!important}.layout_67858 .usg_hwrapper_1{padding-bottom:16px!important;border-bottom-width:1px!important;border-color:var(--color-content-border)!important;border-bottom-style:solid!important}.layout_67858 .usg_vwrapper_1{width:65%!important;padding-left:10px!important;padding-top:0!important}.layout_67858 .usg_post_custom_field_1{line-height:22px!important}.layout_67858 .usg_post_custom_field_2{line-height:22px!important}.layout_67858 .usg_post_custom_field_3{line-height:22px!important}.layout_67858 .usg_text_1{line-height:22px!important}}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-66798 page type-page status-publish has-post-thumbnail hentry seitentyp-messe\" data-id=\"66798\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Intergastra-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_de.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/intergastra\/\">GGM Gastro at INTERGASTRA<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Messe Stuttgart<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">70629 Stuttgart<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"http:\/\/events@ggmgastro.com \"><span class=\"w-post-elm-value\">events@ggmgastro.com <\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-67029 page type-page status-publish has-post-thumbnail hentry seitentyp-messe\" data-id=\"67029\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/EuroShop-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_de.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/euroshop\/\">GGM Gastro auf der EuroShop<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Stockumer Kirchstra\u00dfe\u202f61<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">40474 D\u00fcsseldorf<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"mailto:events@ggmgastro.com\"><span class=\"w-post-elm-value\">events@ggmgastro.com<\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-67909 page type-page status-publish hentry seitentyp-messe\" data-id=\"67909\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" class=\"g-placeholder\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/plugins\/us-core\/assets\/images\/placeholder.svg\" width=\"500\" height=\"500\" alt><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_de.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/ggm-gastro-at-internorga\/\">GGM Gastro at INTERNORGA<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Messeplatz 1<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">20357 Hamburg<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"mailto:events@ggmgastro.com\"><span class=\"w-post-elm-value\">events@ggmgastro.com<\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-68192 page type-page status-publish has-post-thumbnail hentry seitentyp-messe\" data-id=\"68192\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Hotelex-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_cn.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/hotelex\/\">GGM Gastro at HOTELEX<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Songze Avenue 333<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\"> Shanghai<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"mailto:events@ggmgastro.com\"><span class=\"w-post-elm-value\">events@ggmgastro.com<\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-68389 page type-page status-publish has-post-thumbnail hentry seitentyp-messe\" data-id=\"68389\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Logo_Foodexpo-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"Foodexpo_Logo\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_dk.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/foodexpo\/\">GGM Gastro at Foodexpo<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Vardevej 1<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">7400 Herning<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"mailto:events@ggmgastro.com\"><span class=\"w-post-elm-value\">events@ggmgastro.com<\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-68391 page type-page status-publish has-post-thumbnail hentry seitentyp-messe\" data-id=\"68391\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/hostech-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_tr.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/hostech_2026\/\">GGM Gastro at Hostech<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Eski, Cumhuriyet, Had\u0131mk\u00f6y Yolu Cd 9\/1<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">34500 B\u00fcy\u00fck\u00e7ekmece\/\u0130stanbul<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"mailto:events@ggmgastro.com\"><span class=\"w-post-elm-value\">events@ggmgastro.com<\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63779 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-messe\" data-id=\"63779\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Host_Milano-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_it.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/host-milano\/\">GGM Gastro auf der Host Milano<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">Fiera Milano, Strada Statale del Sempione n. 28<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">IT &#8211; 20017 Rho (MI)<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"http:\/\/events@ggmgastro.com \"><span class=\"w-post-elm-value\">events@ggmgastro.com <\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-66375 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-messe\" data-id=\"66375\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-image usg_image_1 has_height has_ratio\"><div class=\"w-image-h\"><div style=\"padding-bottom:100%\"><\/div><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Horecava-1-500x500.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_top\" style=\"--vwrapper-gap:0rem\"><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_5 type_image flagge color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_nl.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><h3 class=\"w-post-elm post_title usg_post_title_1 no-hyphens entry-title color_link_inherit\"><a href=\"https:\/\/showrooms.ggmgastro.com\/cn\/horecava\/\">GGM Gastro at Horecava<\/a><\/h3><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text adresse-strasse color_link_inherit\"><span class=\"w-post-elm-value\">RAI Amsterdam<\/span><\/div><div class=\"w-text usg_text_1\"><span class=\"w-text-h\"><span class=\"w-text-value\">1078 GZ Amsterdam, Niederlande<\/span><\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text telefon color_link_inherit\"><i class=\"far fa-phone\"><\/i><a href=\"tel:+49 32 212249015\"><span class=\"w-post-elm-value\">+49 32 212249015<\/span><\/a><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text e-mail-adresse color_link_inherit\"><i class=\"far fa-envelope\"><\/i><a href=\"http:\/\/events@ggmgastro.com \"><span class=\"w-post-elm-value\">events@ggmgastro.com <\/span><\/a><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div><div class=\"g-loadmore hidden\"><div class=\"g-preloader type_1\"><div><\/div><\/div><\/div><div class=\"w-grid-list-json hidden\" onclick='return {&quot;max_num_pages&quot;:0,&quot;paginationBase&quot;:&quot;page&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;paged&quot;:1,&quot;ajaxData&quot;:{&quot;action&quot;:&quot;us_ajax_post_list&quot;,&quot;meta_type&quot;:&quot;post&quot;,&quot;object_id&quot;:0,&quot;template_vars&quot;:{&quot;shortcode_base&quot;:&quot;us_post_list&quot;,&quot;paged&quot;:1,&quot;max_num_pages&quot;:0,&quot;no_results&quot;:false,&quot;us_post_content_design_css&quot;:[],&quot;found_posts&quot;:0,&quot;per_page&quot;:999,&quot;items_count&quot;:8,&quot;orderby_random_seed&quot;:null,&quot;source&quot;:&quot;all&quot;,&quot;custom_field_name&quot;:&quot;&quot;,&quot;ids&quot;:&quot;&quot;,&quot;post_type&quot;:&quot;page&quot;,&quot;attachment_ids&quot;:null,&quot;include_post_thumbnail&quot;:0,&quot;post_author&quot;:&quot;any&quot;,&quot;post_author_ids&quot;:&quot;&quot;,&quot;apply_url_params&quot;:0,&quot;ignore_sticky_posts&quot;:1,&quot;exclude_children&quot;:0,&quot;exclude_current_post&quot;:1,&quot;exclude_prev_posts&quot;:0,&quot;exclude_past_events&quot;:0,&quot;enable_items_offset&quot;:0,&quot;items_offset&quot;:&quot;1&quot;,&quot;tax_query_relation&quot;:&quot;AND&quot;,&quot;tax_query&quot;:&quot;%5B%7B%22operator%22%3A%22IN%22%2C%22taxonomy%22%3A%22seitentyp%22%2C%22terms%22%3A%2291%22%2C%22include_children%22%3A%220%22%7D%5D&quot;,&quot;meta_query_relation&quot;:&quot;none&quot;,&quot;meta_query&quot;:[{&quot;key&quot;:&quot;custom_field_name&quot;,&quot;compare&quot;:&quot;=&quot;,&quot;value&quot;:&quot;&quot;}],&quot;orderby&quot;:&quot;showroom_reihenfolge&quot;,&quot;orderby_custom_field&quot;:&quot;&quot;,&quot;orderby_custom_type&quot;:0,&quot;order_invert&quot;:0,&quot;show_all&quot;:&quot;1&quot;,&quot;quantity&quot;:&quot;12&quot;,&quot;posts_per_archive_page&quot;:0,&quot;no_items_action&quot;:&quot;message&quot;,&quot;no_items_message&quot;:&quot;\\u672a\\u627e\\u5230\\u7ed3\\u679c\\u3002&quot;,&quot;no_items_page_block&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;pagination_style&quot;:&quot;&quot;,&quot;pagination_btn_text&quot;:&quot;Load More&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;67858&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;3&quot;,&quot;items_gap&quot;:&quot;16px&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;placeholders&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1381px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1025px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;8px&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:&quot;%7B%22default%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22laptops%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22tablets%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22mobiles%22%3A%7B%22padding-bottom%22%3A%2250px%22%7D%7D&quot;,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot; us_custom_fbb95a45&quot;,&quot;design_css_class&quot;:&quot;us_custom_fbb95a45&quot;},&quot;found_posts&quot;:0,&quot;per_page&quot;:999},&quot;facetedFilter&quot;:[]}'><\/div><\/div><div class=\"w-separator hide_on_mobiles size_custom\" style=\"height:70px\"><\/div><h2 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Enjoy all the benefits of in-person service<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:40px\" id=\"maa4\"><style>@media(max-width:600px){ #maa4{height:30px!important}}<\/style><\/div><div class=\"g-cols wpb_row spaltenstapelung via_grid cols_4 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--columns-gap:10px;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_3bc219e1 align_center valign_middle\"><div class=\"w-image us_custom_dff3f2ad has_height align_center\"><div class=\"w-image-h\"><img decoding=\"async\" width=\"311\" height=\"311\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Size.png\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Size.png 311w, https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Size-150x150.png 150w, https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Size-12x12.png 12w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\" \/><\/div><\/div><div class=\"w-text us_custom_064d3121\"><span class=\"w-text-h\"><span class=\"w-text-value\">Extensive display space<\/span><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_3bc219e1 align_center valign_middle\"><div class=\"w-image us_custom_dff3f2ad has_height align_center\"><div class=\"w-image-h\"><img decoding=\"async\" width=\"307\" height=\"307\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/User-Support.png\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/User-Support.png 307w, https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/User-Support-150x150.png 150w, https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/User-Support-12x12.png 12w\" sizes=\"auto, (max-width: 307px) 100vw, 307px\" \/><\/div><\/div><div class=\"w-text us_custom_064d3121\"><span class=\"w-text-h\"><span class=\"w-text-value\">Expert advice<\/span><\/span><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_3bc219e1 align_center valign_middle\"><div class=\"w-image us_custom_dff3f2ad has_height align_center\"><div class=\"w-image-h\"><img decoding=\"async\" width=\"278\" height=\"308\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Technical-Support.png\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Technical-Support.png 278w, https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Technical-Support-11x12.png 11w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" \/><\/div><\/div><div class=\"w-text us_custom_064d3121\"><span class=\"w-text-h\"><span class=\"w-text-value\">Technical support<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_3e2c1ea3 height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><h2 class=\"w-text us_custom_27200e6f\"><span class=\"w-text-h\"><span class=\"w-text-value\">Experience GGM Gastro live \u2013 exhibitions and trade fairs near you<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>GGM Gastro exhibitions are more than just trade fair stands \u2013 they&#8217;re spaces for inspiration, expert advice, and hands-on exploration of state-of-the-art catering equipment.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>As Europe&#8217;s leading supplier of catering &amp; food service equipment, we&#8217;re present at major exhibitions across Europe and beyond. From D\u00fcsseldorf and Hamburg to Barcelona, Istanbul and Shanghai \u2013 GGM Gastro brings superior quality catering supplies directly to you. Whether you&#8217;re planning a new hospitality venture, modernising an existing one, or simply exploring the latest innovations in professional kitchen equipment, our exhibition stands are the ideal place to start.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><h2 class=\"w-text us_custom_27200e6f\"><span class=\"w-text-h\"><span class=\"w-text-value\">GGM Gastro exhibitions stand for variety, expert advice and quality you can trust<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>At our exhibitions, we showcase a wide selection of catering equipment and furniture solutions \u2013 from refrigeration units, pizza ovens and kebab grills to stainless steel furniture and kitchen appliances. See, test and compare an outstanding range of professional catering equipment in person! Check the individual exhibition pages for dates, opening hours and location details.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><h2 class=\"w-text us_custom_27200e6f\"><span class=\"w-text-h\"><span class=\"w-text-value\">Why visit GGM Gastro at an exhibition?<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><ul>\n<li>Personalised advice from catering professionals<\/li>\n<li>The GGM Gastro lowest price guarantee<\/li>\n<li>Live product demonstrations and hands-on testing<\/li>\n<li>Exclusive exhibition offers and deals<\/li>\n<li>Discover the latest product innovations before anyone else<\/li>\n<li>Ongoing technical support after your purchase<\/li>\n<\/ul>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Our experienced consultants are here to help, from the first idea to the final setup. At GGM Gastro exhibitions you&#8217;ll be guided not by salespeople but by experienced catering professionals \u2013 people who understand exactly what your business needs.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Take advantage of exclusive exhibition offers and discover new products and innovations \u2013 available first at our trade fair stands.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><h2 class=\"w-text us_custom_27200e6f\"><span class=\"w-text-h\"><span class=\"w-text-value\">Commercial kitchen and catering equipment to experience first-hand<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Whether you&#8217;re running a caf\u00e9, food truck, restaurant or large-scale commercial kitchen, GGM Gastro is your destination for the latest and best in catering innovation. Visit us at an exhibition near you to see, touch and compare a wide variety of products \u2013 with lowest prices guaranteed, personalised advice from our consultants, and exclusive exhibition deals you won&#8217;t find anywhere else.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>We look forward to welcoming you at a GGM Gastro exhibition near you!<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Experience GGM Gastro live in Amsterdam!As Europe\u2019s leading supplier of catering equipment, GGM Gastro presents an extensive range for all areas of professional gastronomy. Look forward to personal, expert advice \u2013 practical, competent and tailored to your requirements. Experience excellent coffee from our new portafilter machine and enjoy freshly prepared, deliciously fragrant pizza to recharge....","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"iawp_total_views":5806,"footnotes":""},"showroom_land":[],"seitentyp":[],"class_list":["post-67476","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Messen - GGM Gastro Showrooms<\/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:\/\/showrooms.ggmgastro.com\/cn\/messen\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Messen - GGM Gastro Showrooms\" \/>\n<meta property=\"og:url\" content=\"https:\/\/showrooms.ggmgastro.com\/cn\/messen\/\" \/>\n<meta property=\"og:site_name\" content=\"GGM Gastro Showrooms\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T20:43:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo-quer.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/messen\/\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/messen\/\",\"name\":\"Messen - GGM Gastro Showrooms\",\"isPartOf\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#website\"},\"datePublished\":\"2026-02-16T20:39:31+00:00\",\"dateModified\":\"2026-02-16T20:43:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/messen\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/showrooms.ggmgastro.com\/messen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/messen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/showrooms.ggmgastro.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Messen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#website\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/\",\"name\":\"GGM Gastro Showrooms\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/showrooms.ggmgastro.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#organization\",\"name\":\"GGM Gastro International GmbH\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg\",\"contentUrl\":\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg\",\"width\":696,\"height\":696,\"caption\":\"GGM Gastro International GmbH\"},\"image\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Messen - GGM Gastro Showrooms","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:\/\/showrooms.ggmgastro.com\/cn\/messen\/","og_locale":"zh_CN","og_type":"article","og_title":"Messen - GGM Gastro Showrooms","og_url":"https:\/\/showrooms.ggmgastro.com\/cn\/messen\/","og_site_name":"GGM Gastro Showrooms","article_modified_time":"2026-02-16T20:43:36+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo-quer.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/showrooms.ggmgastro.com\/messen\/","url":"https:\/\/showrooms.ggmgastro.com\/messen\/","name":"Messen - GGM Gastro Showrooms","isPartOf":{"@id":"https:\/\/showrooms.ggmgastro.com\/#website"},"datePublished":"2026-02-16T20:39:31+00:00","dateModified":"2026-02-16T20:43:36+00:00","breadcrumb":{"@id":"https:\/\/showrooms.ggmgastro.com\/messen\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/showrooms.ggmgastro.com\/messen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/showrooms.ggmgastro.com\/messen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/showrooms.ggmgastro.com\/"},{"@type":"ListItem","position":2,"name":"Messen"}]},{"@type":"WebSite","@id":"https:\/\/showrooms.ggmgastro.com\/#website","url":"https:\/\/showrooms.ggmgastro.com\/","name":"GGM Gastro Showrooms","description":"","publisher":{"@id":"https:\/\/showrooms.ggmgastro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/showrooms.ggmgastro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/showrooms.ggmgastro.com\/#organization","name":"GGM Gastro International GmbH","url":"https:\/\/showrooms.ggmgastro.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/","url":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg","contentUrl":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg","width":696,"height":696,"caption":"GGM Gastro International GmbH"},"image":{"@id":"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/pages\/67476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/comments?post=67476"}],"version-history":[{"count":5,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/pages\/67476\/revisions"}],"predecessor-version":[{"id":67859,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/pages\/67476\/revisions\/67859"}],"wp:attachment":[{"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/media?parent=67476"}],"wp:term":[{"taxonomy":"showroom_land","embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/showroom_land?post=67476"},{"taxonomy":"seitentyp","embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/cn\/wp-json\/wp\/v2\/seitentyp?post=67476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}