var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Skoda\u0020\u2013\u0020Sipa\u0020Automobiles\u0020\u2013\u0020Pau\u0020Lescar", "address": { "@type": "PostalAddress", "addressLocality": "Lescar", "postalCode":"64230", "streetAddress": "6\u0020Rue\u0020Benjamin\u0020Franklin" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.3234807", "longitude": "-0.4400255" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.62", "ratingCount": "197", "reviewCount": "197" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Skoda.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Skoda.png", "url": "https://www.sipa-automobiles.fr/prendre-rdv-en-ligne" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);