var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "EDA\u0020Mazda\u0020Saint-\xC9tienne", "address": { "@type": "PostalAddress", "addressLocality": "Saint-\xC9tienne", "postalCode":"42000", "streetAddress": "Zone\u0020Industrielle\u002019\u0020Rue\u0020Gustave\u0020Delory" }, "geo": { "@type": "GeoCoordinates", "latitude": "45.4626928", "longitude": "4.401566799999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.45", "ratingCount": "94", "reviewCount": "94" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mazda.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mazda.png", "url": "http://www.eda42.com/EmplacementConcession/1078/ford-eda-contactez-nous-a-saint-etienne-rhone-alpes" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);