var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ligier\u0020F\xE2ches-Thumesnil", "address": { "@type": "PostalAddress", "addressLocality": "Faches-Thumesnil", "postalCode":"59155", "streetAddress": "455\u0020Avenue\u0020du\u0020G\xE9n\xE9ral\u0020Leclerc" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.5848451", "longitude": "3.087467199999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "7.66", "ratingCount": "53", "reviewCount": "53" }, "url": "https://www.dugardin.com/contact/information//34.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);