var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020Sainte\u0020Barbe\u0020-\u0020Vandoeuvre-l\xE8s-nancy", "address": { "@type": "PostalAddress", "addressLocality": "Vand\u0153uvre-l\xE8s-Nancy", "postalCode":"54500", "streetAddress": "61\u0020Rue\u0020Sainte-Barbe" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.6677095", "longitude": "6.1819408" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.52", "ratingCount": "322", "reviewCount": "322" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "url": "https://reseau.top-garage.fr/579-garage-sainte-barbe-vandoeuvre-les-nancy" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);