var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020De\u0020Bourgogne\u0020-\u0020Cormatin", "address": { "@type": "PostalAddress", "addressLocality": "Cormatin", "postalCode":"71460", "streetAddress": "Malay" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.5539902", "longitude": "4.683916999999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "url": "https://garagedebourgogne.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);