var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "GT\u0020Automobiles\u0020Ford\u0020Le\u0020Mans", "address": { "@type": "PostalAddress", "addressLocality": "Le\u0020Mans", "postalCode":"72100", "streetAddress": "11\u0020Boulevard\u0020Pierre\u0020Lefaucheux" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.9687133", "longitude": "0.1755934" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.85", "ratingCount": "26", "reviewCount": "26" }, "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.mon-entretien.com/gtautomobiles/lemans/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);