var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020GASSIN\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Gassin", "postalCode":"83580", "streetAddress": "13\u0020Mont\xE9e\u0020de\u0020Bertaud" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.2622272", "longitude": "6.600611299999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.54", "ratingCount": "593", "reviewCount": "593" }, "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/fr/jpv-toyota.htm" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);