var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Opel\u0020Rodez", "address": { "@type": "PostalAddress", "addressLocality": "Onet-le-Ch\xE2teau", "postalCode":"12850", "streetAddress": "126\u0020Rue\u0020du\u0020P\xF4le\u0020Automobile" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.36837279999999", "longitude": "2.5837618" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.44", "ratingCount": "761", "reviewCount": "761" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Opel.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Opel.png", "url": "https://opel-rodez.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);