var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ducreux\u0020Sens\u0020Auto", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Denis-l\xE8s-Sens", "postalCode":"89100", "streetAddress": "Rue\u0020de\u0020Saint-Cl\xE9ment" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.216125", "longitude": "3.2759" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.53", "ratingCount": "2191", "reviewCount": "2191" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "url": "https://www.groupe-ducreux.fr/atelier-fr-fr.htm" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);