var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Volvo\u0020Roncq", "address": { "@type": "PostalAddress", "addressLocality": "Roncq", "postalCode":"59223", "streetAddress": "Rue\u0020du\u0020Dronckaert" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.7460403", "longitude": "3.1364676" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.22", "ratingCount": "894", "reviewCount": "894" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "url": "https://www.dugardin.com/entretien-services/garage-lille.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);