var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Eurogarage\u0020Opel\u0020Puilboreau", "address": { "@type": "PostalAddress", "addressLocality": "Puilboreau", "postalCode":"17138", "streetAddress": "6-7\u0020Impasse\u0020de\u0020Pologne" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.17900350000001", "longitude": "-1.1014572" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.1", "ratingCount": "1607", "reviewCount": "1607" }, "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": "" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);