var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Anse\u0020Auto\u0020Service\u0020-\u0020Anse\u0020Bertrand", "address": { "@type": "PostalAddress", "addressLocality": "Anse-Bertrand", "postalCode":"97121", "streetAddress": "49" }, "geo": { "@type": "GeoCoordinates", "latitude": "16.4689109", "longitude": "-61.5112785" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "url": "https://reseau.top-garage.fr/1057-anse-auto-anse-bertrand" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);