var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020Delcampe\u0020-\u0020Fismes", "address": { "@type": "PostalAddress", "addressLocality": "Fismes", "postalCode":"51170", "streetAddress": "All\xE9e\u0020des\u0020Missions" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.3099441", "longitude": "3.667432000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.7", "ratingCount": "197", "reviewCount": "197" }, "url": "https://reseau.top-garage.fr/293-garage-delcampe-fismes" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);