var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Opel\u0020Saint\u0020Ouen\u0020L'Aum\xF4ne", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Ouen-l'Aum\xF4ne", "postalCode":"95310", "streetAddress": "7\u0020Rue\u0020Louis\u0020Delage" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.0341939", "longitude": "2.1203929" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.23", "ratingCount": "970", "reviewCount": "970" }, "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.rousseau-auto.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);