var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Maurel\u0020Castres\u0020(Peugeot)", "address": { "@type": "PostalAddress", "addressLocality": "Castres", "postalCode":"81100", "streetAddress": "Route\u0020de\u0020Mazamet" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.59115", "longitude": "2.265438000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.59", "ratingCount": "3160", "reviewCount": "3160" }, "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-castres.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);