var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020FR\xC9JUS\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Fr\xE9jus", "postalCode":"83600", "streetAddress": "36\u0020Rue\u0020Hubert\u0020Masquefa" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4727183", "longitude": "6.734002599999998" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.23", "ratingCount": "3523", "reviewCount": "3523" }, "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);