var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020Autosprinter\u0020Aix-en-Provence", "address": { "@type": "PostalAddress", "addressLocality": "Aix-en-Provence", "postalCode":"13290", "streetAddress": "1\u0020Rue\u0020Pierre\u0020Leydet" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.5064443", "longitude": "5.4022464" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.3", "ratingCount": "3394", "reviewCount": "3394" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-groupe-pld.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-groupe-pld.png", "url": "http://toyota-aix-en-provence.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);