var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Pontarlier", "address": { "@type": "PostalAddress", "addressLocality": "Pontarlier", "postalCode":"25300", "streetAddress": "6\u0020Place\u0020de\u0020l'Europe" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.9072853", "longitude": "6.3371405" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.78", "ratingCount": "222", "reviewCount": "222" }, "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);