var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "KIA\u0020Toulon\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Toulon", "postalCode":"83100", "streetAddress": "411\u0020Rue\u0020Henri\u0020Sainte-Claire\u0020Deville" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.127892", "longitude": "5.9777" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.96", "ratingCount": "1976", "reviewCount": "1976" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Kia.png", "url": "https://www.sellens.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);