var ld = `{ "@context": "https://schema.org", "@type": "Organization", "name": "Test2", "aggregateRating": { "@type": "AggregateRating", "ratingValue": 4.4, "ratingCount": 9056 }, "review": [ { "@type": "Review", "author": { "@type": "Person", "name": "Jaqueline" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "🙂Perto dos pontos turísticos, limpeza do quarto, hotel bem bonito\\n🙁Tudo se paga! Não tem uma água para oferecer para hóspedes. Somente no primeiro dia .\\n", "datePublished": "2026-07-26" },{ "@type": "Review", "author": { "@type": "Person", "name": "Michael" }, "reviewRating": { "@type": "Rating", "ratingValue": "4.5" }, "reviewBody": "🙂Look & feel, Lage\\n🙁Klimaanlage recht laut\\n", "datePublished": "2026-07-26" },{ "@type": "Review", "author": { "@type": "Person", "name": "Matthias" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "🙂Alles\\n🙁Es gibt nichts zu beanstanden\\n", "datePublished": "2026-07-26" },{ "@type": "Review", "author": { "@type": "Person", "name": "Petra" }, "reviewRating": { "@type": "Rating", "ratingValue": "4" }, "reviewBody": "", "datePublished": "2026-07-26" },{ "@type": "Review", "author": { "@type": "Person", "name": "Ulrich" }, "reviewRating": { "@type": "Rating", "ratingValue": "4" }, "reviewBody": "🙂Lage, Sauberkeit, Freundlichkeit\\n", "datePublished": "2026-07-26" } ] }` 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/29a27a3b?render=true").then(x=>x.text()).then(x=>{let el = document.getElementById("opsw-29a27a3b");let nn=document.createElement("div");el.parentNode.insertBefore(nn,el);si(nn,x)})