var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Volkswagen\u0020Chartres", "address": { "@type": "PostalAddress", "addressLocality": "Nogent-le-Phaye", "postalCode":"28630", "streetAddress": "9\u0020Rue\u0020Gilles\u0020de\u0020Roberval" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.4530783", "longitude": "1.5452237" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.09", "ratingCount": "2262", "reviewCount": "2262" }, "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.volkswagen-chartres.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);