var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Autop\xF4le\u0020Maurel\u0020Montauban\u0020(Volkswagen)", "address": { "@type": "PostalAddress", "addressLocality": "Montauban", "postalCode":"82000", "streetAddress": "ZA\u0020ALBASUD\u0020149\u0020Impasse\u0020de\u0020Monaco" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.9904276", "longitude": "1.3345515" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.31", "ratingCount": "1784", "reviewCount": "1784" }, "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-montauban.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);