var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020-\u0020Groupe\u0020Clim\u0020-\u0020Dax", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Vincent-de-Paul", "postalCode":"40990", "streetAddress": "Route\u0020de\u0020Carr\xE8re" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.74076349999999", "longitude": "-1.0169315" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.07", "ratingCount": "1408", "reviewCount": "1408" }, "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.toyota.fr/reseau/00CD2-D016F-F2E32-F8C00-01260-1" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);