{"id":4187,"date":"2024-01-14T00:25:21","date_gmt":"2024-01-13T23:25:21","guid":{"rendered":"https:\/\/www.vogelsberg.wiki\/hoherodskopf\/"},"modified":"2026-04-23T10:01:42","modified_gmt":"2026-04-23T08:01:42","slug":"hoherodskopf","status":"publish","type":"page","link":"https:\/\/www.vogelsberg.wiki\/?page_id=4187","title":{"rendered":"Hoherodskopf"},"content":{"rendered":"<link rel=\"stylesheet\" href=\"https:\/\/www.vogelsberg.wiki\/poi\/poi-style.css\" type=\"text\/css\">\n\n<div class=\"poi_element\"><br><\/div><script>\n\tfunction setButtonContent(isLiked, buttonObj)\n\t{\n\t\tif(isLiked)\n\t\t{\n\t\t\tbuttonObj.innerHTML = \"<i class='fa-solid fa-thumbs-up'><\/i>\";\n\t\t}\n\t\telse\n\t\t{\n\t\t\tbuttonObj.innerHTML = \"<i class='fa-regular fa-thumbs-up'><\/i>\";\n\t\t}\n\t}\n<\/script>\n\n<div class=\"landmark\">\n<img decoding=\"async\" src=\"https:\/\/www.vogelsberg.wiki\/icon\/berg.png\">\nBerg\n<div class=\"likeArea\">\n<button name=\"89\" id=\"likeButton\"><\/button>\n<span id=\"likeCount\">2<\/span>\n<\/div>\n<\/div>\n<script>\n\tconst isLiked = localStorage.getItem(\"liked_89\");\n\tconst buttonObj = document.getElementById(\"likeButton\");\n\tsetButtonContent(isLiked, buttonObj);\n\t<\/script>\n<script>\n\tconst buttonObject = document.getElementById(\"likeButton\");\n\tconst name = buttonObject.name;\n\n\tfetch(\"\/poi\/getLikes.php?poi_id=\" + name)\n\t\t\t\t.then(response => {\n\t\t\t\t\tif (!response.ok) {\n\t\t\t\t\t\tthrow new Error(\"Netzwerkfehler\");\n\t\t\t\t\t}\n\t\t\t\t\treturn response.json();\n\t\t\t\t})\n\t\t\t\t.then(data => {\n\t\t\t\t\tlikeCount.innerText = data.likes;\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.error(\"Error fetching data:\", error);\n\t\t\t\t\talert(\"An error occurred while updating the like count. Please try again later.\");\n\t\t\t\t});\n\n\tlikeButton.addEventListener(\"click\", () => {\n    if ((!localStorage.getItem(\"liked_\" + name)) || \n\t\t(localStorage.getItem(\"liked_\" + name) &&\n\t\t(Date.now()-localStorage.getItem(\"liked_time_\" + name) > 2592000000)))\n\t\t{\n\t\t\tconst buttonObj = document.getElementById(\"likeButton\");\n\t\t\tsetButtonContent(true, buttonObj);\n\t\t\tlocalStorage.setItem(\"liked_\" + name, true);\n\t\t\tlocalStorage.setItem(\"liked_time_\" + name, Date.now());\n\n\t\t\tfetch(\"\/poi\/countLikes.php?poi_id=\" + name)\n\t\t\t\t.then(response => {\n\t\t\t\t\tif (!response.ok) {\n\t\t\t\t\t\tthrow new Error(\"Netzwerkfehler\");\n\t\t\t\t\t}\n\t\t\t\t\treturn response.json();\n\t\t\t\t})\n\t\t\t\t.then(data => {\n\t\t\t\t\tlikeCount.innerText = data.likes;\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.error(\"Error fetching data:\", error);\n\t\t\t\t\talert(\"An error occurred while updating the like count. Please try again later.\");\n\t\t\t\t});\n    \t} else {\n        alert(\"Du hast das schon mit gef\u00e4llt mir markiert!\");\n    }\n});\n<\/script>\n<br><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" id=\"largePic\" class =\"title_img\" src=\"\/bild\/hoherodskopf\/bild_1.jpg\"><div class =\"picture_box\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('1')\" id=\"more_1\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_2.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('2')\" id=\"more_2\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_3.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('3')\" id=\"more_3\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_4.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('4')\" id=\"more_4\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_5.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('5')\" id=\"more_5\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_6.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('6')\" id=\"more_6\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_7.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('7')\" id=\"more_7\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_8.jpg\"><img decoding=\"async\" alt=\"Berg Hoherodskopf in Schotten-Breungeshain\" onClick=\"makeLarge('8')\" id=\"more_8\" class =\"more_img\" src=\"\/bild\/hoherodskopf\/bild_9.jpg\"><\/div>\n<script>\nfunction makeLarge(picture_index)\n{\n\tvar large_image = document.getElementById(\"largePic\");\n\tvar small_image = document.getElementById(\"more_\" + picture_index);\n\tlarge_source = large_image.src;\n\tsmall_source = small_image.src;\n\tlarge_image.src = small_source;\n\tsmall_image.src = large_source;\n}\n<\/script>\n\t<script>\n\t\tfunction GetAltTemp(alt) \n\t\t{\n\t\tfetch(\"https:\/\/www.vogelsberg.wiki\/poi\/weather.php\", \n\t\t\t  {\n\t\t\tmethod: \"POST\",\n\t\t\theaders: \n\t\t\t{\n\t\t\t\t\"Content-Type\": \"application\/x-www-form-urlencoded\",\n\t\t\t},\n\t\t\tbody: \"alt=\" + encodeURIComponent(alt)\n\t\t})\n\t\t.then(response => \n\t\t{\n\t\t\tif (!response.ok) \n\t\t\t{\n\t\t\t\tthrow new Error(`HTTP error! status: ${response.status}`);\n\t\t\t}\n\t\t\treturn response.text();\n\t\t})\n\t\t.then(data => \n\t\t{ \n\t\t\tdocument.getElementById(\"poiTemp\").innerHTML = '<i class=\"fa-solid fa-temperature-half\"><\/i> Temperatur: ' + data + \" \u00b0C\";\n\t\t})\n\t\t.catch(error => \n\t\t{\n\t\t\tconsole.error(\"Fehler beim Senden der Anfrage an PHP:\", error);\n\t\t});\n\t}\n\n\tlet poiAlt = 764;\n\tGetAltTemp(poiAlt);\n\n\t<\/script>\n\t<div class=\"detail_list\"><div id=\"altitude\" class=\"details\"><i class=\"fas fa-caret-up\"><\/i> H\u00f6he: 764 m<\/div><div id=\"poiTemp\" class=\"details\"><\/div><\/div><h2>Allgemeines<\/h2><div class=\"description\">Der Hoherodskopf ist mit 764 m der zweith\u00f6chste Berg des Vogelsberges. Er ist zugleich das touristische Zentrum. Neben einer Sommerrodelbahn gibt es hier einen Baumwipfelpfad, Kletterwald, Galilieo \u2013 Erlebniswald der Sinne und Minigolf. Im Winter bieten drei Pisten alpine Abfahrten. Zwei davon sind nur f\u00fcr Skifahrer und Snowboarder; eine ist f\u00fcr Schlitten ausgelegt. Zudem gibt es f\u00fcr Langl\u00e4ufer die Loipe \u201eHoherodskopf\u201c.<\/div><br><h2>Erreichbarkeit<\/h2><div class=\"reachability\">Der Gipfel liegt west-nordwestlich von Breungeshain, einem Ortsteil von Schotten. Von Schotten aus ist er erreichbar \u00fcber die K103 und die L3338, von Herbstein aus \u00fcber die K109, die L3140 und die L3338.<\/div><br><h2>Standort<\/h2><meta charset=\"utf-8\" \/>\n\n<link rel=\"stylesheet\" href=\"https:\/\/www.vogelsberg.wiki\/poi\/leaflet\/leaflet.css\" crossorigin=\"\"\/>\n<script src=\"https:\/\/www.vogelsberg.wiki\/poi\/leaflet\/leaflet.js\" crossorigin=\"\"><\/script>\n\n\n<div id=\"map\" class=\"POI_map\" style=\"width: 100%; height: 400px\"><\/div>\n\n<script>document.addEventListener(\"DOMContentLoaded\", () => {\nconst url = \"https:\/\/www.vogelsberg.wiki\/poi\/api\/street-incidents.php?lat=50.511258&lon=9.227194\";const center = L.latLng(50.511258, 9.227194);const map = L.map(\"map\", {\n\u00a0 \u00a0 center: center,\n\u00a0 \u00a0 zoom: 13,\n\u00a0 \u00a0 zoomDelta: 1,\n\tzoomSnap: 1\n});\nconst tiles = L.tileLayer(\"https:\/\/rtiles.artifexmedia.org\/osm\/{z}\/{x}\/{y}.png\", {\t\tmaxZoom: 20,\n\t\tminZoom: 10,\n\t\tattribution: '&copy; <a target=\"_blank\" href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors, ' +\n\t\t'Imagery \u00a9<a target=\"_blank\" href=\"https:\/\/www.artifexmedia.org\/\">artifexmedia<\/a> | '\n\t\t\u00a0\n}).addTo(map);var Icon = L.icon({iconUrl: \"https:\/\/www.vogelsberg.wiki\/icon\/berg.png\",iconSize: [24],iconAnchor: [12, 24],popupAnchor: [0, 0],title: \"POI\"});var IncidentIcon = L.divIcon({className: \"incident_icon\",html: \"&#x26a0;&#xfe0f;\",iconSize: [12, 12],iconAnchor: [12, 12],popupAnchor: [0, -24],title: \"Incident\"});var layers = L.layerGroup();layers.addTo(map);var currentPOI = L.marker([50.511258, 9.227194], {icon: Icon}).bindTooltip(\"Hoherodskopf\", {sticky: true, direction: \"auto\"}).addTo(layers);fetch(url)\n\t\u00a0 .then(response => {\n\t\tif (!response.ok) {\n\t\t\u00a0 throw new Error(`HTTP-Fehler! Status: ${response.status}`);\n\t\t}\n\t\treturn response.text();\n\t\u00a0 })\n\t\u00a0 .then(text => {\n\t\tvar xmlText = text;\n\n\t\tconst parser = new DOMParser();\n\t\tconst xmlDoc = parser.parseFromString(xmlText, \"text\/xml\");\n\n\t\t\/\/ Alle <item>-Elemente abrufen\n\u00a0 \u00a0 const itemElements = xmlDoc.getElementsByTagName(\"item\");\n\n\u00a0 \u00a0 \/\/ Alle gefundenen <item>-Elemente durchlaufen\n\u00a0 \u00a0 if (itemElements.length > 0)\u00a0\n\t{\n\u00a0 \u00a0 \u00a0 \u00a0 for (let i = 0; i < itemElements.length; i++)\u00a0\n\t\t{\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const currentItem = itemElements[i];\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \/\/ Aus dem aktuellen <item> extrahieren\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const titleElement = currentItem.querySelector(\"title\");\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const titleValue = titleElement && titleElement.childNodes.length > 0\u00a0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? titleElement.childNodes[0].nodeValue\u00a0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 : \"Titel fehlt\";\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const latElement = currentItem.querySelector(\"latitude\");\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const latValue = latElement && latElement.childNodes.length > 0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? parseFloat(latElement.childNodes[0].nodeValue)\n\t\t\t\t: null;\n\t\t\t\t\n\t\t\tconst lonElement = currentItem.querySelector(\"longitude\");\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 const lonValue = lonElement && lonElement.childNodes.length > 0\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? parseFloat(lonElement.childNodes[0].nodeValue)\n\t\t\t\t: null;\n\t\t\t\t\n\t\t\tif (latValue !== null && lonValue !== null) {\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 L.marker([latValue, lonValue], {icon: IncidentIcon})\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 .bindTooltip(titleValue, {sticky: true, direction: \"auto\"})\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 .addTo(layers); \/\/ F\u00fcgt den Marker zur LayerGroup hinzu\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 }\n\u00a0 \u00a0 \u00a0 \u00a0 }\n\u00a0 \u00a0 }\n    });});\n<\/script><h3>Streckeneinschr\u00e4nkungen in der N\u00e4he<\/h3><div id=\"streetIncidents\"><\/div><script>\n\tconst url = \"https:\/\/www.vogelsberg.wiki\/poi\/api\/street-incidents.php?lat=50.511258&lon=9.227194\";\n\n\tfetch(url)\n\t  .then(response => {\n\t\tif (!response.ok) {\n\t\t  throw new Error(`HTTP-Fehler! Status: ${response.status}`);\n\t\t}\n\t\treturn response.text();\n\t  })\n\t  .then(text => {\n\t\tvar xmlText = text;\n\n\t\tconst parser = new DOMParser();\n\t\tconst xmlDoc = parser.parseFromString(xmlText, \"text\/xml\");\n\n\t\t\/\/ Alle <item>-Elemente abrufen\n    const itemElements = xmlDoc.getElementsByTagName(\"item\");\n    \n    let outputHtml = \"\";\n\n    \/\/ Alle gefundenen <item>-Elemente durchlaufen\n    if (itemElements.length > 0) {\n        for (let i = 0; i < itemElements.length; i++) {\n            const currentItem = itemElements[i];\n            \n            \/\/ Aus dem aktuellen <item> extrahieren\n            const titleElement = currentItem.querySelector(\"title\");\n            const titleValue = titleElement && titleElement.childNodes.length > 0 \n                ? titleElement.childNodes[0].nodeValue \n                : \"Titel fehlt\";\n            \n            const distanceElement = currentItem.querySelector(\"distance\");\n            const distanceValue = distanceElement && distanceElement.childNodes.length > 0\n                ? parseFloat(distanceElement.childNodes[0].nodeValue).toFixed(2).replace(\".\", \",\") + \" km\"\n                : \"Distanz fehlt\";\n\t\t\t\t\n\t\t\tconst idElement = currentItem.querySelector(\"type_id\");\n            const idValue = idElement && idElement.childNodes.length > 0\n                ? idElement.childNodes[0].nodeValue\n                : \"no_incident\";\n\t\t\t\t\n\t\t\t\tif(idValue != 3)\n\t\t\t\t{\n\t\t\t\t\tvar incidenClass = \"incident_yellow\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tvar incidenClass = \"incident_red\";\n\t\t\t\t}\n            \n            \/\/ Gesammelte Werte zur HTML-Liste hinzuf\u00fcgen\n            outputHtml += `<div class=\"${incidenClass}\"><strong>&#x26a0;&#xfe0f; ${titleValue}<\/strong> in ${distanceValue} Entfernung zu Hoherodskopf<\/div>`;\n        }\n    } else {\n        outputHtml += `<div class=\"no_incident\">Keine Einschr\u00e4nkungen.<\/div>`;\n    }\n\n\t\tdocument.getElementById(\"streetIncidents\").innerHTML = outputHtml;\n\t  })\n\t  .catch(error => \n\t  {\n\t\tconsole.error(\"Fehler beim Abrufen oder Parsen der Daten:\", error);\n\t\tdocument.getElementById(\"streetIncidents\").innerHTML = \n\t\t\t`Ladefehler: ${error.message}`;\n\t  });\n\t<\/script><div class=\"footerInfo\"><i class=\"fas fa-compass\"><\/i> 50.511258, 9.227194  |  <i class='fa-solid fa-location-dot'><\/i> Schotten-Breungeshain  |  <a target=\"_blank\" href=\"https:\/\/what3words.com\/machen.schichtung.onkel\"><img decoding=\"async\" style=\"position: relative; top: 8px;\" width=\"32px\" src=\"https:\/\/www.vogelsberg.wiki\/icon\/w3w_Symbol_RGB_Red.svg\">machen.schichtung.onkel<\/a><\/div><input value=89 id=\"get-poi\" type=\"hidden\"><\/input>\n\t<script>\n\t\tfunction send()\n\t\t\t{\n\t\t\t\tpoi = document.getElementById(\"get-poi\").value;\n\t\t\t\tvar http = new XMLHttpRequest();\n\t\t\t\tvar url = \"https:\/\/www.vogelsberg.wiki\/poi\/distance.php\";\n\t\t\t\tvar params = \"POI_ID=\"+poi;\n\t\t\t\thttp.open(\"POST\", url, true);\n\n\t\t\t\t\/\/Send the proper header information along with the request\n\t\t\t\thttp.setRequestHeader(\"Content-type\", \"application\/x-www-form-urlencoded\");\n\n\t\t\t\thttp.onreadystatechange = function() \n\t\t\t\t{ \n\t\t\t\t\tif(http.readyState == 4 && http.status == 200) \n\t\t\t\t\t{\n\t\t\t\t\t\tdocument.getElementById(\"nearby\").innerHTML = http.responseText;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\thttp.send(params);\n\t\t\t}\n\t\tsend();\n\t<\/script><h2>In der N\u00e4he<\/h2><div id=\"nearby\"><\/div><div id=\"luftlinie\">*Luftlinie<\/div><\/div>","protected":false},"excerpt":{"rendered":"Berg 2 H\u00f6he: 764 mAllgemeinesDer Hoherodskopf ist mit 764 m der zweith\u00f6chste Berg des Vogelsberges. Er ist zugleich das touristische Zentrum. Neben einer Sommerrodelbahn gibt es hier einen Baumwipfelpfad, Kletterwald, Galilieo \u2013 Erlebniswald der Sinne und Minigolf. Im Winter bieten drei Pisten alpine Abfahrten. Zwei davon sind nur f\u00fcr Skifahrer und Snowboarder; eine ist f\u00fcr &#8230; <a title=\"Hoherodskopf\" class=\"read-more\" href=\"https:\/\/www.vogelsberg.wiki\/?page_id=4187\" aria-label=\"Mehr Informationen \u00fcber Hoherodskopf\">Weiterlesen<\/a>","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"class_list":["post-4187","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hoherodskopf - Vogelsberg.wiki<\/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.vogelsberg.wiki\/?page_id=4187\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoherodskopf - Vogelsberg.wiki\" \/>\n<meta property=\"og:description\" content=\"Berg 2 H\u00f6he: 764 mAllgemeinesDer Hoherodskopf ist mit 764 m der zweith\u00f6chste Berg des Vogelsberges. Er ist zugleich das touristische Zentrum. Neben einer Sommerrodelbahn gibt es hier einen Baumwipfelpfad, Kletterwald, Galilieo \u2013 Erlebniswald der Sinne und Minigolf. Im Winter bieten drei Pisten alpine Abfahrten. Zwei davon sind nur f\u00fcr Skifahrer und Snowboarder; eine ist f\u00fcr ... Weiterlesen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vogelsberg.wiki\/?page_id=4187\" \/>\n<meta property=\"og:site_name\" content=\"Vogelsberg.wiki\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T08:01:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.vogelsberg.wiki\/icon\/berg.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187\",\"name\":\"Hoherodskopf - Vogelsberg.wiki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/berg.png\",\"datePublished\":\"2024-01-13T23:25:21+00:00\",\"dateModified\":\"2026-04-23T08:01:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187#primaryimage\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/berg.png\",\"contentUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/berg.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4187#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoherodskopf\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#website\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\",\"name\":\"Vogelsberg.wiki\",\"description\":\"Freizeit und Abenteuer auf dem gr\u00f6\u00dften Vulkanmassiv Europas\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#organization\",\"name\":\"Vogelsberg.wiki\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Vogelsberg.wiki_2023.png\",\"contentUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Vogelsberg.wiki_2023.png\",\"width\":1834,\"height\":282,\"caption\":\"Vogelsberg.wiki\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hoherodskopf - Vogelsberg.wiki","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.vogelsberg.wiki\/?page_id=4187","og_locale":"de_DE","og_type":"article","og_title":"Hoherodskopf - Vogelsberg.wiki","og_description":"Berg 2 H\u00f6he: 764 mAllgemeinesDer Hoherodskopf ist mit 764 m der zweith\u00f6chste Berg des Vogelsberges. Er ist zugleich das touristische Zentrum. Neben einer Sommerrodelbahn gibt es hier einen Baumwipfelpfad, Kletterwald, Galilieo \u2013 Erlebniswald der Sinne und Minigolf. Im Winter bieten drei Pisten alpine Abfahrten. Zwei davon sind nur f\u00fcr Skifahrer und Snowboarder; eine ist f\u00fcr ... Weiterlesen","og_url":"https:\/\/www.vogelsberg.wiki\/?page_id=4187","og_site_name":"Vogelsberg.wiki","article_modified_time":"2026-04-23T08:01:42+00:00","og_image":[{"url":"https:\/\/www.vogelsberg.wiki\/icon\/berg.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187","url":"https:\/\/www.vogelsberg.wiki\/?page_id=4187","name":"Hoherodskopf - Vogelsberg.wiki","isPartOf":{"@id":"https:\/\/www.vogelsberg.wiki\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187#primaryimage"},"image":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187#primaryimage"},"thumbnailUrl":"https:\/\/www.vogelsberg.wiki\/icon\/berg.png","datePublished":"2024-01-13T23:25:21+00:00","dateModified":"2026-04-23T08:01:42+00:00","breadcrumb":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vogelsberg.wiki\/?page_id=4187"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187#primaryimage","url":"https:\/\/www.vogelsberg.wiki\/icon\/berg.png","contentUrl":"https:\/\/www.vogelsberg.wiki\/icon\/berg.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4187#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.vogelsberg.wiki\/"},{"@type":"ListItem","position":2,"name":"Hoherodskopf"}]},{"@type":"WebSite","@id":"https:\/\/www.vogelsberg.wiki\/#website","url":"https:\/\/www.vogelsberg.wiki\/","name":"Vogelsberg.wiki","description":"Freizeit und Abenteuer auf dem gr\u00f6\u00dften Vulkanmassiv Europas","publisher":{"@id":"https:\/\/www.vogelsberg.wiki\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vogelsberg.wiki\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.vogelsberg.wiki\/#organization","name":"Vogelsberg.wiki","url":"https:\/\/www.vogelsberg.wiki\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.vogelsberg.wiki\/#\/schema\/logo\/image\/","url":"https:\/\/www.vogelsberg.wiki\/wp-content\/uploads\/2023\/12\/Vogelsberg.wiki_2023.png","contentUrl":"https:\/\/www.vogelsberg.wiki\/wp-content\/uploads\/2023\/12\/Vogelsberg.wiki_2023.png","width":1834,"height":282,"caption":"Vogelsberg.wiki"},"image":{"@id":"https:\/\/www.vogelsberg.wiki\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4187"}],"version-history":[{"count":15,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4187\/revisions"}],"predecessor-version":[{"id":8281,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4187\/revisions\/8281"}],"wp:attachment":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}