var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Autop\xF4le\u0020Maurel\u0020Castres\u0020(Volkswagen)", "address": { "@type": "PostalAddress", "addressLocality": "Castres", "postalCode":"81100", "streetAddress": "95\u0020Route\u0020de\u0020Toulouse" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.5907245", "longitude": "2.2038001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.52", "ratingCount": "1237", "reviewCount": "1237" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volkswagen.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volkswagen.png", "url": "https://volkswagen-castres.maurelauto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);