var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020Autosprinter\u0020Aubagne", "address": { "@type": "PostalAddress", "addressLocality": "Aubagne", "postalCode":"13400", "streetAddress": "817\u0020Avenue\u0020des\u0020Paluds" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.28959649999999", "longitude": "5.596992900000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.21", "ratingCount": "1748", "reviewCount": "1748" }, "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": "https://pldauto.fr/les-concessions/toyota-aubagne" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);