var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020LA\u0020SEYNE\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "La\u0020Seyne-sur-Mer", "postalCode":"83500", "streetAddress": "390\u0020Rue\u0020de\u0020Lisbonne" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.1081928", "longitude": "5.855106399999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.17", "ratingCount": "1841", "reviewCount": "1841" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "url": "https://www.toyota.fr/reseau/00CD2-D003A-6B580-E0600-01260-1" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);