var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Espace\u0020Auto\u0020Albi\u0020(Toyota)", "address": { "@type": "PostalAddress", "addressLocality": "Lescure-d'Albigeois", "postalCode":"81380", "streetAddress": "CHEMIN\u0020DES\u00202\u0020VOIES" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.95981699999999", "longitude": "2.163935" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.3", "ratingCount": "1403", "reviewCount": "1403" }, "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://toyota-albi.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);