var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "La\u0020cit\xE9\u0020de\u0020l'auto\u0020AUBAGNE\u0020-\u0020ROAD\u002066", "address": { "@type": "PostalAddress", "addressLocality": "Aubagne", "postalCode":"13400", "streetAddress": "2145\u0020Route\u0020de\u0020la\u0020L\xE9gion" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.2871417", "longitude": "5.535102699999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.05", "ratingCount": "566", "reviewCount": "566" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "url": "http://www.parascandola.fr/mazda-road-66-0" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);