var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mini\u0020Avignon", "address": { "@type": "PostalAddress", "addressLocality": "Avignon", "postalCode":"84140", "streetAddress": "125\u0020Avenue\u0020Charles\u0020Valente" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.91845199999999", "longitude": "4.875838399999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.22", "ratingCount": "1152", "reviewCount": "1152" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MINI.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MINI.png", "url": "https://partenaire.mini.fr/fochautomobiles" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);