var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Dacia\u0020Lavaur", "address": { "@type": "PostalAddress", "addressLocality": "Lavaur", "postalCode":"81500", "streetAddress": "ZA\u0020des\u0020Cauquillous\u0020348\u0020Rue\u0020L\xE9onard\u0020de\u0020Vinci" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.7236686", "longitude": "1.7611771" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.79", "ratingCount": "260", "reviewCount": "260" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "url": "https://renault-dacia-lavaur.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);