var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Royal\u0020Enfield\u0020Nantes", "address": { "@type": "PostalAddress", "addressLocality": "Orvault", "postalCode":"44700", "streetAddress": "Rue\u0020Louis\u0020Bl\xE9riot" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.253799", "longitude": "-1.6180415" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.42", "ratingCount": "368", "reviewCount": "368" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-RoyalEnfield.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-RoyalEnfield.png", "url": "https://www.indiannantes.com/faire-un-essai/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);