var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Dacia\u0020Gaillac", "address": { "@type": "PostalAddress", "addressLocality": "Gaillac", "postalCode":"81600", "streetAddress": "108\u0020Avenue\u0020Saint-Exup\xE9ry" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.89664659999999", "longitude": "1.8836627" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.62", "ratingCount": "439", "reviewCount": "439" }, "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-gaillac.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);