var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ducati\u0020Avignon", "address": { "@type": "PostalAddress", "addressLocality": "Avignon", "postalCode":"84000", "streetAddress": "1\u0020Bis\u0020Route\u0020de\u0020Mori\xE8res" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.95163360000001", "longitude": "4.828111499999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.54", "ratingCount": "997", "reviewCount": "997" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ducati.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ducati.png", "url": "http://ducati.jmsmotos.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);