var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Hyundai\u0020Le\u0020Cannet\u0020IMAC2", "address": { "@type": "PostalAddress", "addressLocality": "Le\u0020Cannet", "postalCode":"06110", "streetAddress": "50\u0020Avenue\u0020du\u0020Campon" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.57441", "longitude": "7.012796000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.1", "ratingCount": "1619", "reviewCount": "1619" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Hyundai.png", "url": "http://www.hyundai06.fr/NosConcessions/HyundaiLeCannet.aspx" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);