var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020PIOLINE\u0020MECANIQUE\u0020ELECTRIC\u0020AUTO\u0020-\u0020LES\u0020MILLES", "address": { "@type": "PostalAddress", "addressLocality": "Aix-en-Provence", "postalCode":"13090", "streetAddress": "75\u0020All\xE9e\u0020des\u0020Platanes" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.5072765", "longitude": "5.4053677" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-TopGarage.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-TopGarage.png", "url": "https://reseau.top-garage.fr/691-pioline-mecanique-electric-auto-aix-en-provence" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);