var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020LA\u0020LONDE\u0020LES\u0020MAURES\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "La\u0020Londe-les-Maures", "postalCode":"83250", "streetAddress": "Ancien\u0020Chemin\u0020de\u0020Hy\xE8res" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.1268742", "longitude": "6.200942599999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.46", "ratingCount": "970", "reviewCount": "970" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "url": "https://www.groupe-jpv.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);