var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "KIA\u0020FR\xC9JUS\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Fr\xE9jus", "postalCode":"83600", "streetAddress": "36\u0020Rue\u0020Hubert\u0020Masquefa" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4725097", "longitude": "6.734047899999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.29", "ratingCount": "2076", "reviewCount": "2076" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "url": "https://www.groupe-jpv.com/fr/jpv-kia.htm" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);