var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Advance\u0020Chambourcy\u0020(Volkswagen\u0020Skoda)", "address": { "@type": "PostalAddress", "addressLocality": "Chambourcy", "postalCode":"78240", "streetAddress": "40\u0020Route\u0020de\u0020Mantes" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.9070016", "longitude": "2.047314000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.44", "ratingCount": "3004", "reviewCount": "3004" }, "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": "http://www.volkswagen-chambourcy.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);