var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Citro\xEBn\u0020\u2013\u0020Sipa\u0020Automobiles\u0020\u2013\u0020Pau", "address": { "@type": "PostalAddress", "addressLocality": "Lescar", "postalCode":"64230", "streetAddress": "5\u0020Rue\u0020Benjamin\u0020Franklin" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.3229331", "longitude": "-0.4396764" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.3", "ratingCount": "247", "reviewCount": "247" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Citroen.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Citroen.png", "url": "https://rendezvousenligne.citroen.fr/fr-FR/rendez-vous-garage-citroen/france/pau-automobiles/0000038035" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);