var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Autop\xF4le\u0020Maurel\u0020Cahors\u0020(Volkswagen)", "address": { "@type": "PostalAddress", "addressLocality": "Cahors", "postalCode":"46000", "streetAddress": "462\u0020Avenue\u0020Anatole\u0020de\u0020Monzie" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.43643040000001", "longitude": "1.4426547" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.48", "ratingCount": "647", "reviewCount": "647" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volkswagen.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volkswagen.png", "url": "https://volkswagen-cahors.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);