var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020CBL\u0020AUTO\u0020-\u0020THAON\u0020LES\u0020VOSGES", "address": { "@type": "PostalAddress", "addressLocality": "Contrex\xE9ville", "postalCode":"88140", "streetAddress": "88\u0020All\xE9e\u0020Georges\u0020Guynemer" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1903693", "longitude": "5.883204200000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.58", "ratingCount": "1123", "reviewCount": "1123" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-TopGarage.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-TopGarage.png", "url": "https://reseau.top-garage.fr/83-cbl-auto" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);