var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020de\u0020New\u0020York\u0020-\u0020Grenoble", "address": { "@type": "PostalAddress", "addressLocality": "Grenoble", "postalCode":"38000", "streetAddress": "4\u0020rue\u0020de\u0020new\u0020york" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "url": "https://reseau.top-garage.fr/1020-garage-de-new-york-grenoble" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);