var ld = `{ "@context": "https://schema.org", "@type": "Organization", "name": "Jeroen Alfes", "aggregateRating": { "@type": "AggregateRating", "ratingValue": 4.7, "ratingCount": 3898 }, "review": [ { "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "", "datePublished": "2026-06-01" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "4" }, "reviewBody": "๐Ÿ™‚ุงู„ุฌู†ุงุญ ูˆุงุณุน ูˆู…ุฑูŠุญ ุงู„ู…ูˆุธููŠู† ู…ุชุนุงูˆู†ูŠู† ูˆุงู„ูุทูˆุฑ ู…ู…ุชุงุฒ ูˆู…ุชู†ูˆุน\\n๐Ÿ™ุจุนุถ ุงู„ุฎุฏู…ุงุช ุถุนูŠูุฉ ุฌุฏุง ูˆู‡ูŠ ุฃุณุงุณูŠุฉ ููŠ ูู†ุงุฏู‚ ุงู„ุฎู…ุณ ู†ุฌูˆู… ูƒู„ูˆุงุฒู… ูƒูŠ ุงู„ู…ู„ุงุจุณ ู„ู… ุชุชูˆูุฑ ูˆุชู…ู‘ ุทู„ุจู‡ุง ูˆู„ู… ุชุชูุฑ ุงูŠุถุงู‹ ุงู„ูŠ ุงู„ูŠูˆู… ุงู„ุชุงู„ูŠ\\n", "datePublished": "2026-06-01" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "๐Ÿ™‚Location + services\\n", "datePublished": "2026-05-31" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "", "datePublished": "2026-05-31" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "4.5" }, "reviewBody": "๐Ÿ™‚The hotel's location is highly convenient for shopping and exploring the city.\\n๐Ÿ™Traffic immediately outside the hotel can get heavily congested during rush hour.\\n", "datePublished": "2026-05-31" } ] }` 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://staging.opinstar.com/widget/29a27a39?render=true").then(x=>x.text()).then(x=>{let el = document.getElementById("opsw-29a27a39");let nn=document.createElement("div");el.parentNode.insertBefore(nn,el);si(nn,x)})