var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Aliz\xE9\u0020Automobiles", "address": { "@type": "PostalAddress", "addressLocality": "Chailly-en-Bi\xE8re", "postalCode":"77930", "streetAddress": "20\u0020Avenue\u0020de\u0020Fontainebleau" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.4660787", "longitude": "2.6071148" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.69", "ratingCount": "51", "reviewCount": "51" }, "url": "null" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);