var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "TOYOTA\u0020ANTIBES\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Antibes", "postalCode":"06600", "streetAddress": "2451\u0020Chemin\u0020de\u0020Saint-Claude" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.60230509999999", "longitude": "7.0902828" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.11", "ratingCount": "2118", "reviewCount": "2118" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "url": "http://novellipse-antibes.concessions-toyota.fr/rendez-vous/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);