var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Maurel\u0020Revel\u0020(Peugeot)", "address": { "@type": "PostalAddress", "addressLocality": "Revel", "postalCode":"31250", "streetAddress": "29\u0020Avenue\u0020de\u0020Castres" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.46414179999999", "longitude": "2.0070226" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.53", "ratingCount": "1546", "reviewCount": "1546" }, "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-revel.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);