var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Alen\xE7on", "address": { "@type": "PostalAddress", "addressLocality": "Alen\xE7on", "postalCode":"61000", "streetAddress": "132\u0020Avenue\u0020de\u0020Quakenbruck" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "http://www.fordalencon.fr/EmplacementConcession/1204/site-officiel-ford-auto3000-contactez-nous-alencon" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);