var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Lons\u0020le\u0020Saunier", "address": { "@type": "PostalAddress", "addressLocality": "Lons-le-Saunier", "postalCode":"39000", "streetAddress": "Rue\u0020Bercaille" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.69367099999999", "longitude": "5.558661000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.38", "ratingCount": "848", "reviewCount": "848" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "https://www.amplitude-auto.com/groupe-entretien" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);