var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Couriant", "address": { "@type": "PostalAddress", "addressLocality": "Aix-en-Provence", "postalCode":"13090", "streetAddress": "24\u0020Route\u0020de\u0020Galice" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.52862569999999", "longitude": "5.431174500000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.5", "ratingCount": "2059", "reviewCount": "2059" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "url": "https://www.nissan-couriant.fr/services" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);