var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Chatenet\u0020Lys-lez-Lannoy", "address": { "@type": "PostalAddress", "addressLocality": "Lys-lez-Lannoy", "postalCode":"59390", "streetAddress": "73\u0020bis\u0020Rue\u0020du\u0020Fresnoy" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.67597079999999", "longitude": "3.2290233" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "7.85", "ratingCount": "27", "reviewCount": "27" }, "url": "https://www.dugardin.com/contact/information//17.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);