var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Longuenesse", "address": { "@type": "PostalAddress", "addressLocality": "Longuenesse", "postalCode":"62219", "streetAddress": "1\u0020Avenue\u0020Arthur\u0020Rimbaud" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.73953239999999", "longitude": "2.271228299999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.07", "ratingCount": "861", "reviewCount": "861" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "https://app.garagescore.com/cockpit/satisfaction?cockpitType=Dealership&periodId=lastQuarter&garageId=59380881dc2eff1900e2f253" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);