var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mercedes-Benz\u0020-\u0020Groupe\u0020Clim\u0020-\u0020Tarbes", "address": { "@type": "PostalAddress", "addressLocality": "Tarbes", "postalCode":"65000", "streetAddress": "9\u0020Boulevard\u0020du\u0020Pr\xE9sident\u0020Kennedy" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.2198079", "longitude": "0.08119589999999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.58", "ratingCount": "1591", "reviewCount": "1591" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "url": "https://www.groupe-clim.com/concession/slavi-tarbes/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);