var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Audi\u0020Trocadero", "address": { "@type": "PostalAddress", "addressLocality": "Paris", "postalCode":"75116", "streetAddress": "120\u0020Rue\u0020Lauriston" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.86562999999999", "longitude": "2.2853201" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.25", "ratingCount": "1008", "reviewCount": "1008" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Audi.png", "url": "https://www.aliantis.com/concession-audi-aliantis-trocadero.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);