var ld = `{ "@context": "https://schema.org", "@type": "Organization", "name": "Hotel Ochsen", "aggregateRating": { "@type": "AggregateRating", "ratingValue": 3.8, "ratingCount": 406 }, "review": [ { "@type": "Review", "author": { "@type": "Person", "name": "Cécile (Inhaberin Zuckerhaar)" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "Ich war für 2 Nächte Gast im Hotel. Die gesamte Abwicklung lief problemlos digital. Die Einrichtung ist geschmackvoll, modern und gemütlich. Es stand sogar ein Ventilator im Zimmer, was bei den sommerlichen Temperaturen auch nötig war. Einzig die Möglichkeit, am Kaffee zu kochen hat mir gefehlt. Am Wochenende ist das Restaurant im EG nämlich geschlossen.", "datePublished": "2026-08-19" },{ "@type": "Review", "author": { "@type": "Person", "name": "Viktor" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "", "datePublished": "2026-08-18" },{ "@type": "Review", "author": { "@type": "Person", "name": "Sergio" }, "reviewRating": { "@type": "Rating", "ratingValue": "4" }, "reviewBody": "", "datePublished": "2026-08-18" },{ "@type": "Review", "author": { "@type": "Person", "name": "Regina M" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "Neu renoviert und zentrales self-check-in Hotel, mit tollem Restauant. Ideal für Kutrztrip, schöne Zimmer. Einfaches Check-in. Alles vorhanden. Ich komme immer wieder. Es fehlt an nichts.", "datePublished": "2026-08-18" },{ "@type": "Review", "author": { "@type": "Person", "name": "Thomas" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "🙂Facilité du check-in en ligne. Belle chambre lumineuse et fraîche malgré la canicule. Le petit ventilateur était bien pratique. Chambre jolie, moderne et propre.\\n🙁Il y a effectivement un peu de bruit en raison de la route, mais nous en étions conscients avant d'arriver et avions pris des boules quies. Au final, très bien dormi.\\n", "datePublished": "2026-08-17" } ] }` const headerLd = document.createElement("script"); headerLd.type = "application/ld+json"; headerLd.appendChild(document.createTextNode(ld)); document.head.appendChild(headerLd); function si(el,html) { el.innerHTML = html;Array.from(el.querySelectorAll("script")).forEach(os => {const ns = document.createElement("script");Array.from(os.attributes).forEach(attr => ns.setAttribute(attr.name, attr.value)); ns.appendChild(document.createTextNode(os.innerHTML));os.parentNode.replaceChild(ns, os);});} fetch("https://go2.opinstar.com/widget/29a27a1c?render=true").then(x=>x.text()).then(x=>{let el = document.getElementById("opsw-29a27a1c");let nn=document.createElement("div");el.parentNode.insertBefore(nn,el);si(nn,x)})