var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "BMW\u0020Nantes", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Herblain", "postalCode":"44800", "streetAddress": "104\u0020Avenue\u0020des\u0020Lions" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.24954830000001", "longitude": "-1.6197391" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.65", "ratingCount": "2193", "reviewCount": "2193" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "url": "http://www.pays-de-loire-automobiles.com/content/18-demande-de-rendez-vous-atelier-BMW-nantes" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);