var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "LEXUS\u0020SAINT-LAURENT-DU-VAR\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Laurent-du-Var", "postalCode":"06700", "streetAddress": "1\u0020Avenue\u0020Eug\xE8ne\u0020Donade\xEF" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.6608769", "longitude": "7.1938643" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.32", "ratingCount": "931", "reviewCount": "931" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Lexus.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Lexus.png", "url": "https://www.lexus.fr/retailers/lexus-nice" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);