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