var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ligier\u0020Armenti\xE8res", "address": { "@type": "PostalAddress", "addressLocality": "La\u0020Chapelle-d'Armenti\xE8res", "postalCode":"59930", "streetAddress": "Rue\u0020Ambroise\u0020Par\xE9" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.657882", "longitude": "2.891765" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.48", "ratingCount": "21", "reviewCount": "21" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h60px-nc.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h60px-nc.png", "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);