const script = document.createElement("script"); script.setAttribute("type", "application/ld+json"); script.textContent = `{ "@context": "http://schema.org/", "@type": "Product", "name": "MiP Data & Forensic Sp. z o.o.", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "bestRating": "5", "worstRating": "0", "ratingCount" : "188" } }`; document.head.appendChild(script);document.addEventListener("DOMContentLoaded", function(event) { const iframe = document.createElement("iframe"); iframe.setAttribute( "border", "no" ); iframe.setAttribute( "width", "0" ); iframe.setAttribute( "height", "0" ); iframe.setAttribute( "style", "position: absolute;top -100px" ); iframe.setAttribute( "src", "https://app.addstars.io/get/URL?id=420&site="+window.location.hostname); document.body.appendChild(iframe); });