var ld = `{ "@context": "https://schema.org", "@type": "Organization", "name": "Jeroen Alfes", "aggregateRating": { "@type": "AggregateRating", "ratingValue": 4.7, "ratingCount": 4028 }, "review": [ { "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "4.5" }, "reviewBody": "", "datePublished": "2026-07-17" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "", "datePublished": "2026-07-17" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "๐Ÿ™‚ู…ูƒุงู† ุฑุงุฆุน ู…ุซุงู„ูŠ ู„ู„ุนุงุฆู„ุงุช ุŒ ู‚ุฑูŠุจ ู…ู† ุงู…ุงูƒู† ุงู„ุชุณูˆู‚ ุงู„ู…ุดู‡ูˆุฑุฉ ูˆุฎุงุตุฉ ู…ูˆู„ ุณูŠุงู… ุจุฑุงุบูˆู† ุŒ ุทุงู‚ู… ุงู„ูู†ุฏู‚ ุจุดูˆุด ูˆู…ุชุนุงูˆู† ุฌุฏุงุŒ ูู†ุฏู‚ 7 ู†ุฌูˆู…\\n", "datePublished": "2026-07-17" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "๐Ÿ™‚The location and room\\n๐Ÿ™Nothing\\n", "datePublished": "2026-07-17" },{ "@type": "Review", "author": { "@type": "Person", "name": "" }, "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "reviewBody": "๐Ÿ™‚ืžืงื•ื ืžื”ืžื, ืืจื•ื—ืช ื‘ื•ืงืจ ืžื’ื•ื•ื ืช ืžืื•ื“ ื•ืขืฉื™ืจื”, ื”ืจื’ืฉืช ืคืจื™ืžื™ื•ื\\nืžื ืงื™ื ืืช ื”ื—ื“ืจ ืœืžื•ืคืช\\nื‘ืืžืช ืžืœื•ืŸ ื‘ืจืžื”\\nื”ื›ืœ ืžื˜ื•ืงื˜ืง\\n๐Ÿ™ืื”ื‘ืช ื”ื›ืœ!\\n", "datePublished": "2026-07-16" } ] }` 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/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)})