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