var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Groupe\u0020Froment\u0020Troyes\u0020Hyundai", "address": { "@type": "PostalAddress", "addressLocality": "Barberey-Saint-Sulpice", "postalCode":"10600", "streetAddress": "17\u0020Rue\u0020Am\xE9d\xE9e\u0020Boll\xE9e" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.3293326", "longitude": "4.0241359" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.48", "ratingCount": "383", "reviewCount": "383" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "url": "http://www.groupefroment.fr/contact" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);