var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020TRANS-EN-PROVENCE\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Trans-en-Provence", "postalCode":"83720", "streetAddress": "555\u0020QUARTIER\u0020SAINT\u0020ROCH" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.50441989999999", "longitude": "6.483591499999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.34", "ratingCount": "1174", "reviewCount": "1174" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Toyota.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Toyota.png", "url": "http://mia-automobiles-trans-en-provence.reparateurs-toyota.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);