var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020Autosprinter\u0020Saint-Victoret", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Victoret", "postalCode":"13730", "streetAddress": "130\u0020Avenue\u0020Jacques\u0020Pr\xE9vert" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4180422", "longitude": "5.232740499999998" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.08", "ratingCount": "1136", "reviewCount": "1136" }, "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-saint-victoret" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);