var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020JLS\u0020Carrosserie\u0020-\u0020Saint-Sulpice-la-For\xEAt", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Sulpice-la-For\xEAt", "postalCode":"35250", "streetAddress": "18\u0020Rue\u0020de\u0020la\u0020Voie\u0020Romaine" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.2130635", "longitude": "-1.5901415" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.6", "ratingCount": "92", "reviewCount": "92" }, "url": "https://reseau.top-garage.fr/847-jls-carrosserie-st-sulpice-la-foret" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);