var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Vernouillet", "address": { "@type": "PostalAddress", "addressLocality": "Vernouillet", "postalCode":"28500", "streetAddress": "11\u0020Boulevard\u0020de\u0020l'Europe" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.72086530000001", "longitude": "1.3730502" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9", "ratingCount": "916", "reviewCount": "916" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Ford.png", "url": "http://www.ford-progedaautomobiles.fr/EmplacementConcession/1037/ford-progeda-automobiles-vernouillet-contactez-nous" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);