var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Jeep\u0020-\u0020Groupe\u0020Clim\u0020-\u0020Tarbes", "address": { "@type": "PostalAddress", "addressLocality": "Tarbes", "postalCode":"65000", "streetAddress": "10\u0020Rue\u0020Alfred\u0020Kastler" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.2205081", "longitude": "0.08096729999999998" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.88", "ratingCount": "170", "reviewCount": "170" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Jeep.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Jeep.png", "url": "https://www.groupe-clim.com/concession/slavi-jeep-tarbes/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);