var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Eurogarage\u0020Opel\u0020Rochefort", "address": { "@type": "PostalAddress", "addressLocality": "Tonnay-Charente", "postalCode":"17430", "streetAddress": "1\u0020Avenue\u0020du\u0020Pont\u0020Neuf" }, "geo": { "@type": "GeoCoordinates", "latitude": "45.9538459", "longitude": "-0.9361412" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.46", "ratingCount": "1177", "reviewCount": "1177" }, "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": "http://www.groupebarbier.fr/opel-tonnay-charente" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);