var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Maurel\u0020Millau\u0020(Peugeot)", "address": { "@type": "PostalAddress", "addressLocality": "Millau", "postalCode":"12100", "streetAddress": "85\u0020Avenue\u0020Jean\u0020Jaur\xE8s" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.1075697", "longitude": "3.0806402" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.46", "ratingCount": "1238", "reviewCount": "1238" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Peugeot.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Peugeot.png", "url": "https://peugeot-millau.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);