var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mazda\u0020Nice", "address": { "@type": "PostalAddress", "addressLocality": "Nice", "postalCode":"06200", "streetAddress": "248\u0020Boulevard\u0020du\u0020Mercantour" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.6827613", "longitude": "7.199351299999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "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.mozart-autos.com/fr/contact" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);