var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Saint-Claude", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Claude", "postalCode":"39200", "streetAddress": "74\u0020Route\u0020de\u0020Lyon" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.38103359999999", "longitude": "5.8285937" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.34", "ratingCount": "686", "reviewCount": "686" }, "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);