var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mercedes\u0020Benz\u0020Caen", "address": { "@type": "PostalAddress", "addressLocality": "Mondeville", "postalCode":"14120", "streetAddress": "Route\u0020de\u0020Paris" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.1657229", "longitude": "-0.308045" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.17", "ratingCount": "2442", "reviewCount": "2442" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "url": "https://www.davis.mercedes-benz.fr/applications/dealer-locator.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);