var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "EST\u0020Automobiles\u0020(Ford\u0020Chaumont)", "address": { "@type": "PostalAddress", "addressLocality": "Chaumont", "postalCode":"52000", "streetAddress": "Route\u0020de\u0020Langres" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.0866418", "longitude": "5.147508300000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.75", "ratingCount": "353", "reviewCount": "353" }, "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": "http://www.amplitude-auto.com/services/entretien-reparation/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);