var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020TOULON\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Toulon", "postalCode":"83100", "streetAddress": "469\u0020Rue\u0020Henri\u0020Sainte-Claire\u0020Deville" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.12846649999999", "longitude": "5.978395499999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.78", "ratingCount": "2951", "reviewCount": "2951" }, "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.sellens.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);