var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Maurel\u0020Mazamet\u0020(Peugeot)", "address": { "@type": "PostalAddress", "addressLocality": "Mazamet", "postalCode":"81200", "streetAddress": "5\u0020Avenue\u0020Charles\u0020Sabati\xE9" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4971886", "longitude": "2.374333" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.64", "ratingCount": "620", "reviewCount": "620" }, "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-mazamet.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);