var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Chartres", "address": { "@type": "PostalAddress", "addressLocality": "Nogent-le-Phaye", "postalCode":"28630", "streetAddress": "7\u0020Rue\u0020Gilles\u0020de\u0020Roberval" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.452301", "longitude": "1.5454584" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.48", "ratingCount": "1911", "reviewCount": "1911" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-CarLovers.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-CarLovers.png", "url": "https://www.audi-chartres.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);