{"id":13377,"date":"2016-04-26T18:29:54","date_gmt":"2016-04-26T16:29:54","guid":{"rendered":"https:\/\/www.holz-von-hier.eu\/rete-di-pianificatori\/"},"modified":"2023-03-05T08:27:56","modified_gmt":"2023-03-05T07:27:56","slug":"rete-di-pianificatori","status":"publish","type":"page","link":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/","title":{"rendered":"Rete di professionisti"},"content":{"rendered":"\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-av_one_full-9497bbf8bff73ea4c6992cc17fa9ec36\">\n.flex_column.av-av_one_full-9497bbf8bff73ea4c6992cc17fa9ec36{\nborder-radius:0px 0px 0px 0px;\npadding:0px 0px 0px 0px;\n}\n<\/style>\n<div  class='flex_column av-av_one_full-9497bbf8bff73ea4c6992cc17fa9ec36 av_one_full  avia-builder-el-0  avia-builder-el-no-sibling  first flex_column_div av-zero-column-padding  '     ><p>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lev2mfiu-3bda8715aaf7a2c95b0a4dd0211809f9\">\n#top .av-special-heading.av-lev2mfiu-3bda8715aaf7a2c95b0a4dd0211809f9{\npadding-bottom:10px;\n}\nbody .av-special-heading.av-lev2mfiu-3bda8715aaf7a2c95b0a4dd0211809f9 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-lev2mfiu-3bda8715aaf7a2c95b0a4dd0211809f9 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-lev2mfiu-3bda8715aaf7a2c95b0a4dd0211809f9 av-special-heading-h3  avia-builder-el-1  el_before_av_textblock  avia-builder-el-first '><h3 class='av-special-heading-tag '  itemprop=\"headline\"  >Rete di professionisti<\/h3><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><br \/>\n<section  class='av_textblock_section av-av_textblock-0366cc7376be6c9e82a3e9cc8987b64f '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock'  itemprop=\"text\" ><p>\nQui troverete architetti, arredatori, designer, paesaggisti e ingegneri strutturali esperti nell&#8217;uso del legno in vari campi di applicazione.<br \/>\nI progettisti lavorano con il Clima e l&#8217;Ecolabel Low Carbon Timber nella progettazione e nelle gare d&#8217;appalto perch\u00e9 sono consapevoli dell&#8217;importanza dei flussi di materie prime e dell&#8217;origine del legno per il bilancio ambientale dei prodotti e degli edifici e si assumono la responsabilit\u00e0 di conseguenza. I progettisti qui registrati hanno frequentato un corso di formazione o un seminario sugli aspetti climatici e ambientali dei prodotti in legno e sulle gare d&#8217;appalto per gli aspetti ambientali in generale o in particolare. In particolare ha partecipato Low Carbon Timber.<\/p>\n<script language=\"javascript\">\r\n\tvar map,pin_lat,pin_long,lat,long,latlong=new Array();\r\n\tvar markers = [];\r\n\tvar currentLat = '39.9587';\r\n\tvar currentLong = '-82.9987';\r\n\tvar geocoder = new google.maps.Geocoder();\r\n\tvar bounds = new google.maps.LatLngBounds();\r\n\t\r\n\tlat='';\r\n\tlong='';\r\n\tif(!lat) lat=currentLat;\r\n\tif(!long) long=currentLong;\r\n\tvar $j = jQuery.noConflict();\r\n\t$j(document).ready(function($){\r\n\t\tinitialize(lat,long);\r\n\t\t\t\tgeocodePosition(lat,long);\r\n\t\t\t});\r\n\tgoogle.maps.event.addDomListener(window, 'load', initiate);\r\n\t\r\n\tfunction initiate() \r\n\t{\r\n\t  var input = document.getElementById('searchTextField');\r\n\t  autocomplete = new google.maps.places.Autocomplete(input);\r\n\t}\r\n\t\r\n\tfunction initialize(lat,long) \r\n\t{\r\n\t\tvar latlng = new google.maps.LatLng(lat,long);\r\n\t\tvar myOptions = {\r\n\t\t\tzoom: 13,\r\n\t\t\tcenter: latlng,\r\n\t\t\tpanControl: true,\r\n\t\t\tzoomControl: true,\r\n\t\t\tscaleControl: true,\r\n\t\t\tmapTypeId: google.maps.MapTypeId.ROADMAP\r\n\t\t}\r\n\t\tmap = new google.maps.Map(document.getElementById(\"map_canvas\"), myOptions);\r\n\t\tvar marker1 = new google.maps.Marker({\r\n\t\t\tmap: map,\r\n\t\t\ttitle: 'Me',\r\n\t\t\tdraggable:true,\t\r\n\t\t\ticon: 'https:\/\/www.holz-von-hier.eu\/wp-content\/plugins\/gwebpro-store-locator\/images\/me_map.png',\r\n\t\t\tposition: latlng,\r\n\t\t\tanimation: google.maps.Animation.DROP\r\n\t\t});\r\n\t\tsetTimeout(function(){ placeStores(latlong); }, 1800);\r\n\t\t\r\n\t\tgoogle.maps.event.addListener(marker1, 'dragend', function() {\r\n\t\t\tvar point = marker1.getPosition();\r\n\t\t\tconsole.log(point);\r\n\t\t\tmap.panTo(point);\r\n\t\t\tpin_lat=point.lat();\r\n\t\t\tpin_long=point.lng();\r\n\t\t\tdocument.location=formatUrl('lat='+pin_lat+'&long='+pin_long); \r\n\t\t});\r\n\t\tgoogle.maps.event.addListener(marker1, 'click', function() {\r\n\t\t  var e=this;\r\n\t\t  e.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t  setTimeout(function(){ e.setAnimation(null); }, 700);\r\n\t\t});\r\n\t}\r\n\t\r\n\tfunction placeStores(stores)\r\n\t{\r\n\t\tfor (i = 0; i < stores.length; i++) {\r\n\t\t\tvar position = new google.maps.LatLng(stores[i][0], stores[i][1]);\r\n\t\t\tbounds.extend(position);\r\n\t\t\tvar markerOptions = {\r\n\t\t\t\tposition: position,\r\n\t\t\t\tmap: map,\r\n\t\t\t\tanimation: google.maps.Animation.DROP\r\n\t\t\t}\r\n\t\t\tmarker = new google.maps.Marker(markerOptions);\r\n\t\t\tmarkers.push(marker);\r\n\t\t\tmap.fitBounds(bounds);\r\n    \t\tmap.panToBounds(bounds);\r\n\t\t\tgoogle.maps.event.addListener(marker, 'click', (function (marker, i) {\r\n\t\t\t\treturn function () {\r\n\t\t\t\t\tvar e=this;\r\n\t\t\t\t   e.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t   setTimeout(function(){ e.setAnimation(null); }, 700);\r\n\t\t\t\t\tvar infoboxOptions =  {\r\n\t\t\t\t\t content: '<img decoding=\"async\" src=\"https:\/\/www.holz-von-hier.eu\/wp-content\/plugins\/gwebpro-store-locator\/images\/top_arrow.png\" class=\"top_arrow\"><div>'+stores[i][3]+'<\/div>',\r\n\t\t\t\t\t closeBoxURL: 'https:\/\/www.holz-von-hier.eu\/wp-content\/plugins\/gwebpro-store-locator\/images\/close_button.png',\r\n\t\t\t\t\t pixelOffset: new google.maps.Size(-160, 20)\r\n\t\t\t\t\t};\r\n\t\t\t\t\tmarkers[i].infobox = new InfoBox(infoboxOptions);\r\n\t\t\t\t\tfor (var j = 0; j < markers.length; j++) {\r\n\t\t\t\t\t\tif(typeof  markers[j].infobox!='undefined')\r\n\t\t\t\t\t\t\tmarkers[j].infobox.close();\r\n\t\t\t\t\t}\r\n\t\t\t\t\tmarkers[i].infobox.open(map, this);\r\n\t\t\t\t}\r\n\t\t\t})(marker, i));\r\n\t\t}\r\n\t}\r\n\t\r\n\tfunction launchInfoWindow(x) {\r\n\t\tmarkers[x].setAnimation(google.maps.Animation.BOUNCE);\r\n\t\tsetTimeout(function(){ markers[x].setAnimation(null); }, 700);\r\n\t\tgoogle.maps.event.trigger(markers[x], \"click\");\r\n\t\t$j('html,body').animate({scrollTop: $j(\"#map_canvas\").offset().top-150},'slow');\r\n\t}\r\n\r\n\t\r\n\tfunction addressurls(address) {\r\n\t\taddress = address.replace(\/[`~!@#$%^&*()_|+\\-=?;:'\".<>\\{\\}\\[\\]\\\\\\\/]\/gi, '');\r\n\t\tgeocoder.geocode({'address': address}, function postcodesearch(results, status) \r\n\t\t{   \r\n\t\t  console.log(status);\r\n\t\t  if (status == google.maps.GeocoderStatus.OK) \r\n\t\t  {\r\n\t\t\tvar lat = results[0].geometry.location.lat();\r\n\t\t\tvar lng = results[0].geometry.location.lng();\r\n\t\t\tdocument.location=formatUrl('dest='+encode(address)+'&lat='+lat+'&long='+lng);\r\n\t\t  }\r\n\t\t  else {\r\n\t\t\talert(\"Entered address not found.\");\r\n\t\t  }\r\n\t\t});\r\n\t}\r\n\t\r\n\tfunction formatUrl(url)\r\n\t{\r\n\t\tvar currUrl='https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/';\r\n\t\tif(currUrl.indexOf(\"?\")==-1)\r\n\t\t\treturn currUrl+'?'+url;\r\n\t\telse\r\n\t\t\treturn currUrl+'&'+url;\r\n\t}\r\n\t\r\n\tfunction geocodePosition(lat,long) {\r\n\t  var latlng = new google.maps.LatLng(lat,long);\r\n\t  geocoder.geocode({\r\n\t\tlatLng: latlng\r\n\t  }, function(responses) {\r\n\t\tif (responses && responses.length > 0) {\r\n\t\t\tvar arrAddress=responses[0].address_components;\r\n\t\t\tvar itemLocality=\"\",address=\"\",country=\"\",place=\"\";\r\n\t\t\t$j.each(arrAddress, function (i, address_component) {\r\n\t\t\t\t\r\n\t\t\t\tif (address_component.types[0] == \"route\" && (typeof  address_component.long_name!='undefined')){\r\n\t\t\t\t\tplace = address_component.long_name+', ';\r\n\t\t\t\t}\r\n\t\t\t\t if (address_component.types[0] == \"locality\" && (typeof  address_component.long_name!='undefined')){\r\n\t\t\t\t\titemLocality = address_component.long_name+', ';\r\n\t\t\t\t}\r\n\t\t\t\tif (address_component.types[0] == \"administrative_area_level_1\" && (typeof  address_component.long_name!='undefined')){\r\n\t\t\t\t\taddress = address_component.short_name+', ';\r\n\t\t\t\t}\r\n\t\t\t\tif (address_component.types[0] == \"country\" && (typeof  address_component.long_name!='undefined')){\r\n\t\t\t\t\tcountry = address_component.long_name;\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t});\r\n\t\t\tvar str=place+itemLocality+address+country;\r\n\t\t\t$j('#searchTextField').val(responses[0].formatted_address);\r\n\t\t\t$j('.locationname').html(responses[0].formatted_address);\r\n\t\t} \r\n\t  });\r\n\t}\r\n\tfunction direction(addr)\r\n\t{\r\n\t\t\t\t\twindow.open('https:\/\/maps.google.ca\/maps?saddr='+encode($j('#searchTextField').val())+'&daddr='+encode(addr),'_newtab');\r\n\t\t\t}\r\n\tfunction encode(str) {\r\n\t\tvar result = \"\";\r\n\t\tfor (i = 0; i < str.length; i++) {\r\n\t\t\tif (str.charAt(i) ==\" \") result += \"+\";\r\n\t\t\telse result += str.charAt(i);\r\n\t\t}\r\n\t\treturn escape(result);\r\n\t}\r\n\twindow.onload = loadScript;\r\n\tfunction loadScript() {\r\n        jQuery('html, body').animate({scrollTop: jQuery('.home_map').offset().top-50}, 2100);\r\n    }\r\n<\/script>\r\n<div class=\"inner_wrap\">\r\n    <div class=\"inner_contarea\">\r\n        <div>\r\n            <div class=\"inner_lsb\">\r\n                <div class=\"locationsearch_home\">\r\n                    <div class=\"location\">\r\n                      \r\n                        <div class=\"locationname\">Suche...<\/div>\r\n                        <div class=\"popupbox\">\r\n                            <div class=\"contbox\">\r\n                                <p>Geben Sie bitte Ihr PLZ oder Ihren Ort ein:<\/p>\r\n                                <input id=\"searchTextField\" type=\"text\" \/>\r\n                                <fieldset>\r\n                                    <input type=\"button\" onclick=\"addressurls($j('#searchTextField').val());\" value=\"Finden\" \/>\r\n                                <\/fieldset>\r\n                                <div class=\"clear\"><\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"clear\"><\/div>\r\n                    <\/div>\r\n                   \r\n                    <div class=\"clear\"><\/div>\r\n                <\/div>\r\n                <div class=\"home_map\"><div id=\"map_canvas\" style=\"width:800pxpx;height:500pxpx;\"><\/div><\/div>\r\n                \r\n                <div>\r\n                    <h2>Suchergebnisse<\/h2>\r\n                    <div>\r\n                        <div class=\"homelilst_wrap\">\r\n                            <div id=\"paging_container\">\r\n                                <div class=\"page_navigation\" id=\"nav_clone\"><\/div>\r\n                                <div class=\"clear\"><\/div>\r\n                                \t\t<ul class=\"content\">\r\n\t\t\t\t<\/ul>\r\n        <div class=\"page_navigation\" id=\"nav_main\"><\/div>\r\n        <script type=\"text\/javascript\">$j('#nav_clone').html($j('#nav_main').html());<\/script>\r\n        <div class=\"clear\"><\/div>\r\n                    <script>$j('.page_navigation').hide();<\/script>\r\n                            <div class=\"no-result\">Leider ergab Ihre Suche kein Ergebnis. Versuchen Sie es nochmal.<\/div>\r\n                                    <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"clear\"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\n<\/div><\/section><\/p><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13377","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Rete di professionisti - HOLZ VON HIER<\/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.holz-von-hier.eu\/it\/rete-di-pianificatori\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rete di professionisti - HOLZ VON HIER\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/\" \/>\n<meta property=\"og:site_name\" content=\"HOLZ VON HIER\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/HolzVonHier\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-05T07:27:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@HolzvonHier\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/rete-di-pianificatori\\\/\",\"url\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/rete-di-pianificatori\\\/\",\"name\":\"Rete di professionisti - HOLZ VON HIER\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#website\"},\"datePublished\":\"2016-04-26T16:29:54+00:00\",\"dateModified\":\"2023-03-05T07:27:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/rete-di-pianificatori\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/rete-di-pianificatori\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/rete-di-pianificatori\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rete di professionisti\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/\",\"name\":\"Holz von hier\",\"description\":\"Umweltlabel f\u00fcr klimafreundlich hergestellte, nachhaltige Produkte aus Holz.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#organization\",\"name\":\"Holz von hier\",\"url\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Logo_neu_3-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Logo_neu_3-1.jpg\",\"width\":495,\"height\":140,\"caption\":\"Holz von hier\"},\"image\":{\"@id\":\"https:\\\/\\\/www.holz-von-hier.eu\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/HolzVonHier\\\/\",\"https:\\\/\\\/x.com\\\/HolzvonHier\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rete di professionisti - HOLZ VON HIER","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.holz-von-hier.eu\/it\/rete-di-pianificatori\/","og_locale":"it_IT","og_type":"article","og_title":"Rete di professionisti - HOLZ VON HIER","og_url":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/","og_site_name":"HOLZ VON HIER","article_publisher":"https:\/\/www.facebook.com\/HolzVonHier\/","article_modified_time":"2023-03-05T07:27:56+00:00","twitter_card":"summary_large_image","twitter_site":"@HolzvonHier","twitter_misc":{"Tempo di lettura stimato":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/","url":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/","name":"Rete di professionisti - HOLZ VON HIER","isPartOf":{"@id":"https:\/\/www.holz-von-hier.eu\/it\/#website"},"datePublished":"2016-04-26T16:29:54+00:00","dateModified":"2023-03-05T07:27:56+00:00","breadcrumb":{"@id":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.holz-von-hier.eu\/it\/rete-di-pianificatori\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.holz-von-hier.eu\/it\/home\/"},{"@type":"ListItem","position":2,"name":"Rete di professionisti"}]},{"@type":"WebSite","@id":"https:\/\/www.holz-von-hier.eu\/it\/#website","url":"https:\/\/www.holz-von-hier.eu\/it\/","name":"Holz von hier","description":"Umweltlabel f\u00fcr klimafreundlich hergestellte, nachhaltige Produkte aus Holz.","publisher":{"@id":"https:\/\/www.holz-von-hier.eu\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.holz-von-hier.eu\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.holz-von-hier.eu\/it\/#organization","name":"Holz von hier","url":"https:\/\/www.holz-von-hier.eu\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.holz-von-hier.eu\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.holz-von-hier.eu\/wp-content\/uploads\/2022\/11\/Logo_neu_3-1.jpg","contentUrl":"https:\/\/www.holz-von-hier.eu\/wp-content\/uploads\/2022\/11\/Logo_neu_3-1.jpg","width":495,"height":140,"caption":"Holz von hier"},"image":{"@id":"https:\/\/www.holz-von-hier.eu\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HolzVonHier\/","https:\/\/x.com\/HolzvonHier"]}]}},"_links":{"self":[{"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/pages\/13377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/comments?post=13377"}],"version-history":[{"count":0,"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/pages\/13377\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.holz-von-hier.eu\/it\/wp-json\/wp\/v2\/media?parent=13377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}