{"id":9219,"date":"2020-06-01T15:06:43","date_gmt":"2020-06-01T13:06:43","guid":{"rendered":"https:\/\/www.traminerhof.it\/?page_id=9219"},"modified":"2020-06-05T16:15:27","modified_gmt":"2020-06-05T14:15:27","slug":"blog","status":"publish","type":"page","link":"https:\/\/www.traminerhof.it\/it\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large breiteSchmal mb-5 mt-5\"><img loading=\"lazy\" decoding=\"async\" width=\"1170\" height=\"780\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg\" alt=\"\" class=\"wp-image-433\" srcset=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg 1170w, https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin-992x661.jpg 992w, https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin-768x512.jpg 768w, https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin-585x390.jpg 585w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/><\/figure>\n\n\n\n<h1 class=\"has-text-align-center breiteSchmal mt-2 wp-block-heading\">Blog<\/h1>\n\n\n\n<h2 class=\"has-text-align-center breiteSchmal wp-block-heading\">Suggerimenti dai insider<\/h2>\n\n\n\n<p class=\"breiteSchmal mb-6\">La rivista per i biker e gli appassionati dell&#8217;Alto Adige che amano festeggiare la vita. Scopri ora il sud dell&#8217;Alto Adige lontano dal turismo di massa.<br>La bassa atesina offre molto: vino, gelato, marmellate, plent (polenta al traminer), sacchetti e diavoli. Diavoli?  Esatto, leggilo tu stesso.<\/p>\n\n\n\n<p><\/p>\n\n\n\n\n\n\n\t\n\n\t\n\n\t\n\n\n<script>\n(function($) {\n\t$(document).ready( function() {\n  \n  \n\t\tvar buttonFilters = {};\n\t\tvar buttonFilter = '*';\n   \n    var grid=$('.slick-dimizu_postlist-block_5e7a12ef790f6').imagesLoaded( function() {\n\n\t\t\n        grid.isotope({\n         itemSelector: '.dimizu_postlist_wrapper',\n         layoutMode: 'fitRows',\n          transitionDuration: '0.6s',\n        });\n\n\n        var items = grid.find('.dimizu_postlist_wrapper');\n        grid.addClass('is-showing-items').isotope( 'revealItemElements', items );\n\n\n        \/\/wenn lazie load verwendet wird (class='ll')\n        grid.on( 'arrangeComplete', function( event, filteredItems ) {\n          \/\/console.log( 'arrangeComplete with ' + filteredItems.length + ' items' );\n          $(window).scroll();\n        });\n\n\n        $('.filterGruppe').on( 'click', '.filterbtn', function() {\n          var buttonGroup = $(this).parents('.gruppefilterbtns');\n          var filterGroup = buttonGroup.attr('filter-gruppefilterbtns');\n          buttonFilters[ filterGroup ] = $(this).attr('data-filter');\n          buttonFilter = concatValues( buttonFilters ) || '*';\n\n\n\n          \/\/console.log( buttonFilters );\n          \/\/console.log( buttonFilter );\n          \/\/grid.isotope();\n        });\n        $('.gruppefilterbtns').each( function( i, buttonGroup ) {\n          var buttonGroup = $( buttonGroup );\n          buttonGroup.on( 'click', '.filterbtn', function() {\n            buttonGroup.find('.is-checked').removeClass('is-checked');\n            $(this).addClass('is-checked');\n          });\n        });\n\n\n        \/\/ Alphabetical sort\n        \/\/ Sort items alphabetically based on \n        var sortValue = false;\n        $('.sort').on('click', function(){\n            var currentHash = location.hash;\n            if ( $(this).hasClass('is-checked') ) {\n                sortValue = false;\n                location.hash = currentHash.replace( \/&sort=([^&]+)\/i, '');\n            } else {\n                sortValue = $(this).attr('data-sort-value');\n                location.hash = currentHash + '&sort=' + encodeURIComponent( sortValue );\n            }\n        });\n\n\n\n        var filters = {};\n        $( '.gruppefilterbtns button' ).on( 'click', filterSelect );\n\n        \/\/ Set the URI hash to the current selected filters\n        function filterSelect() {\n            var hashFilter = getHashFilter();\n            filters['fk1'] = hashFilter['fk1'];\n            filters['fk2'] = hashFilter['fk2'];\n            var currentFilter = $(this).attr('data-filter');\n            var navGroup = $(this).parents('.gruppefilterbtns');\n            var filterGroup = navGroup.attr('filter-gruppefilterbtns');\n\n            if ( currentFilter == hashFilter['fk1'] || currentFilter == hashFilter['fk2'] ) {\n                filters[ filterGroup ] = '*';\n            } else {\n                filters[ filterGroup ] = $(this).attr('data-filter');\n            }\n            \/\/console.log(filters['fk2']);\n            if (filters['fk2']) {\n              var newHash = 'fk1=' + encodeURIComponent( filters['fk1'] ) + '&fk2=' + encodeURIComponent( filters['fk2'] );\n            }\n            else {\n              var newHash = 'fk1=' + encodeURIComponent( filters['fk1'] ) ;\n            }\n\n\n            if ( sortValue ) {\n                newHash = newHash + '&sort=' + encodeURIComponent( sortValue );\n            }\n            location.hash = newHash;\n        } \n\n        function onHashChange() {\n\n            \/\/ Current hash value\n            var hashFilter = getHashFilter();\n            \/\/ Concatenate typ and ort for Isotope filtering\n            var theFilter = hashFilter['fk1'] + hashFilter['fk2'];\n\n            if ( hashFilter ) {\n                \/\/ Repaint Isotope container with current filters and sorts\n                grid.isotope({\n                    filter:  decodeURIComponent( theFilter ),\n                    sortBy: hashFilter['sorts']\n                } );\n\n                \/\/ Toggle is-checked status of sort button\n                if ( hashFilter['sorts'] ) {\n                    $('.sort').addClass('is-checked');\n                } else {\n                    $('.sort').removeClass('is-checked');\n                }\n                \/\/ Toggle is-checked status of filter buttons ssss\n                $( '.gruppefilterbtns' ).find('.is-checked').removeClass('is-checked');\n\n                $( '.gruppefilterbtns.fk1' ).find(\"[data-filter='\" + hashFilter[\"fk1\"] + \"']\").addClass('is-checked');\n                $( '.gruppefilterbtns.fk2' ).find(\"[data-filter='\" + hashFilter[\"fk2\"] + \"']\").addClass('is-checked');\n\n\n\n              var elems = grid.isotope('getItemElements');\n              var filteredElems = grid.isotope('getFilteredItemElements');\n\n\n\n              elems.forEach(function(item,index){\n                item.classList.remove('sichtbarVersetzt');\n\n              })\n\n              var count = 0;\n              filteredElems.forEach(function(item,index){\n                if ( count  % 3 == 1 ) item.classList.add('sichtbarVersetzt');\n                count++;\n\n              })  \n\n            }\n        } \/\/ onHahschange\n\n        function getHashFilter() {\n            \/\/ Get filters (matches) and sort order (sorts)\n            var fk1 = location.hash.match( \/fk1=([^&]+)\/i );\n            var fk2 = location.hash.match( \/fk2=([^&]+)\/i );\n            var sorts = location.hash.match( \/sort=([^&]+)\/i );\n\n            \/\/ Set up a hashFilter array\n            var hashFilter = {};\n            \/\/ Populate array with matches and sorts using ternary logic\n            hashFilter['fk1'] = fk1 ? fk1[1] : '*';\n            hashFilter['fk2'] = fk2 ? fk2[1] : '*';\n            hashFilter['sorts'] = sorts ? sorts[1]: '';\n\n            return hashFilter;\n        } \/\/ getHashFilter\n\n        \/\/ When the hash changes, run onHashchange\n        window.onhashchange = onHashChange;\n\n\n        \/\/ When the page loads for the first time, run onHashChange\n        onHashChange();\n\n\n        var initShow = 6; \/\/number of images loaded on init & onclick load more button\n        var iso = grid.data('isotope'); \/\/ get Isotope instance\n        var counter = initShow; \n\n        if($('a[href*=#load-more]').length) {\n          var loadmorelink = $('a[href*=#load-more]').attr('href');\n          var teile = loadmorelink.split('-');\n          initShow=parseInt(teile[2]);\n          counter = initShow; \/\/counter for load more button\n          \n\t\t      loadMore(initShow); \/\/if Button with #load-more exists then execute function onload\n        }\n        \n        function loadMore(toShow) {\n          grid.find('.hidden').removeClass('hidden');\n\n          var hiddenElems = iso.filteredItems.slice(toShow, iso.filteredItems.length).map(function(item) {\n            return item.element;\n          });\n          $(hiddenElems).addClass('hidden');\n          grid.isotope('layout');\n\n          \/\/when no more to load, hide show more button\n          if (hiddenElems.length == 0) {\n            $('#load-more').hide();\n          } \n          else {\n            $('#load-more').show();\n          };\n        }\n\n\n\n        $('a[href*=#load-more]').click(function() {\n          if ($('#filters').data('clicked')) {\n            \/\/when filter button clicked, set initial value for counter\n            counter = initShow;\n            j$('#filters').data('clicked', false);\n          } else {\n            counter = counter;\n          };\n\n          counter = counter + initShow;\n\n          loadMore(counter);\n        });\n\n\n\t\t\n\t\t}); \/\/ imagesLoaded\n\t\t\n\n     \n\t\t\n\t\t\n\t});  \/\/ ready\n})(jQuery);\n\n\nfunction concatValues( obj ) {\n\tvar value = '';\n\tfor ( var prop in obj ) {\n\t\tvalue += obj[ prop ];\n\t}\n\treturn value;\n}\n<\/script>\n\n\n\n<div id=\"dimizu_postlist-block_5e7a12ef790f6\" class=\"dimizu_postlist SpecialGrid  spalten3 versetzt\">\n\n\n<div class=\"slick-dimizu_postlist-block_5e7a12ef790f6\">\n  \n  <span class=\"spinner\" style=\"display:block;text-align: center;\">\n    <div class=\"fa-3x\">\n      <i class=\"fas fa-cog fa-spin\"><\/i>\n    <\/div>\n  <\/span>    \n  \n\n\t\n        <div class=\"dimizu_postlist_wrapper eat-drink-it  \">\n          <a href=\"https:\/\/www.traminerhof.it\/it\/5-lunch-spots\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/05\/Alte-Post-3872-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Eat &amp; drink \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">5 Lunch Spots<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/it\/5-lunch-spots\/\" class=\"btn btn-primary\">continua<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper eat-drink-it life-ride-it  \">\n          <a href=\"https:\/\/www.traminerhof.it\/it\/le-nostre-cantine-preferite\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/10\/Rynnhof1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Eat &amp; drink Life &amp; ride \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Le nostre cantine preferite<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/it\/le-nostre-cantine-preferite\/\" class=\"btn btn-primary\">continua<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper life-ride-it  \">\n          <a href=\"https:\/\/www.traminerhof.it\/it\/sentieri-davventura-a-termeno\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/naturerlebnisweg_ok-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Life &amp; ride \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Sentieri d&#8217;avventura a Termeno<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/it\/sentieri-davventura-a-termeno\/\" class=\"btn btn-primary\">continua<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper life-ride-it  \">\n          <a href=\"https:\/\/www.traminerhof.it\/it\/quando-vedo-il-lago-non-ho-piu-bisogno-del-mare\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/11\/Tramin-Kalterer-See-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Life &amp; ride \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Quando vedo il lago, non ho pi\u00f9 bisogno del mare.<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/it\/quando-vedo-il-lago-non-ho-piu-bisogno-del-mare\/\" class=\"btn btn-primary\">continua<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper life-ride-it  \">\n          <a href=\"https:\/\/www.traminerhof.it\/it\/stai-cercando-il-divertimento-sui-trail\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/tramin_andreas-meyer-wom-medien-zugesch-6-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Life &amp; ride \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Stai cercando il divertimento sui trail?<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/it\/stai-cercando-il-divertimento-sui-trail\/\" class=\"btn btn-primary\">continua<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      <\/div>\n\t\n\t\n\t\n<\/div>\n\n\n\n<div class=\"wp-block-button aligncenter mb-5\"><a class=\"wp-block-button__link has-background has-rosa-background-color\" href=\"#load-more-6\">mostra di pi\u00f9<\/a><\/div>\n\n\n\n\n\n\n<div class=\"wp-block-group alignfull has-hell-background-color has-background mb-8\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"iframe-wrapper \">\n  <iframe src=\"https:\/\/www.traminerhof.it\/wp-content\/themes\/dmz\/animation\/mountainbike4.html\" ><\/iframe>\n<\/div>\n\n\t\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Blog Suggerimenti dai insider La rivista per i biker e gli appassionati dell&#8217;Alto Adige che amano festeggiare la vita. Scopri ora il sud dell&#8217;Alto Adige lontano dal turismo di massa.La bassa atesina offre molto: vino, gelato, marmellate, plent (polenta al traminer), sacchetti e diavoli. Diavoli? Esatto, leggilo tu stesso.<\/p>\n","protected":false},"author":2,"featured_media":434,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"seite_kategorien":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Blog | Traminerhof<\/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.traminerhof.it\/magazin\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blog | Traminerhof\" \/>\n<meta property=\"og:description\" content=\"Blog Suggerimenti dai insider La rivista per i biker e gli appassionati dell&#8217;Alto Adige che amano festeggiare la vita. Scopri ora il sud dell&#8217;Alto Adige lontano dal turismo di massa.La bassa atesina offre molto: vino, gelato, marmellate, plent (polenta al traminer), sacchetti e diavoli. Diavoli? Esatto, leggilo tu stesso.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.traminerhof.it\/magazin\/\" \/>\n<meta property=\"og:site_name\" content=\"Traminerhof\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-05T14:15:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"780\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/\",\"url\":\"https:\/\/www.traminerhof.it\/magazin\/\",\"name\":\"Blog | Traminerhof\",\"isPartOf\":{\"@id\":\"https:\/\/www.traminerhof.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg\",\"datePublished\":\"2020-06-01T13:06:43+00:00\",\"dateModified\":\"2020-06-05T14:15:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.traminerhof.it\/magazin\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/#primaryimage\",\"url\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg\",\"contentUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg\",\"width\":1170,\"height\":780,\"caption\":\"tramin\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.traminerhof.it\/magazin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.traminerhof.it\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.traminerhof.it\/#website\",\"url\":\"https:\/\/www.traminerhof.it\/\",\"name\":\"Traminerhof\",\"description\":\"Good Life. Cool Ride.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.traminerhof.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blog | Traminerhof","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.traminerhof.it\/magazin\/","og_locale":"it_IT","og_type":"article","og_title":"Blog | Traminerhof","og_description":"Blog Suggerimenti dai insider La rivista per i biker e gli appassionati dell&#8217;Alto Adige che amano festeggiare la vita. Scopri ora il sud dell&#8217;Alto Adige lontano dal turismo di massa.La bassa atesina offre molto: vino, gelato, marmellate, plent (polenta al traminer), sacchetti e diavoli. Diavoli? Esatto, leggilo tu stesso.","og_url":"https:\/\/www.traminerhof.it\/magazin\/","og_site_name":"Traminerhof","article_modified_time":"2020-06-05T14:15:27+00:00","og_image":[{"width":1170,"height":780,"url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.traminerhof.it\/magazin\/","url":"https:\/\/www.traminerhof.it\/magazin\/","name":"Blog | Traminerhof","isPartOf":{"@id":"https:\/\/www.traminerhof.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.traminerhof.it\/magazin\/#primaryimage"},"image":{"@id":"https:\/\/www.traminerhof.it\/magazin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg","datePublished":"2020-06-01T13:06:43+00:00","dateModified":"2020-06-05T14:15:27+00:00","breadcrumb":{"@id":"https:\/\/www.traminerhof.it\/magazin\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.traminerhof.it\/magazin\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.traminerhof.it\/magazin\/#primaryimage","url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg","contentUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2018\/12\/tramin.jpg","width":1170,"height":780,"caption":"tramin"},{"@type":"BreadcrumbList","@id":"https:\/\/www.traminerhof.it\/magazin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.traminerhof.it\/it\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/www.traminerhof.it\/#website","url":"https:\/\/www.traminerhof.it\/","name":"Traminerhof","description":"Good Life. Cool Ride.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.traminerhof.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"}]}},"_links":{"self":[{"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/pages\/9219"}],"collection":[{"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/comments?post=9219"}],"version-history":[{"count":0,"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/pages\/9219\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/media\/434"}],"wp:attachment":[{"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/media?parent=9219"}],"wp:term":[{"taxonomy":"seite_kategorien","embeddable":true,"href":"https:\/\/www.traminerhof.it\/it\/wp-json\/wp\/v2\/seite_kategorien?post=9219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}