var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "JMS\u0020Yam\u0020Store", "address": { "@type": "PostalAddress", "addressLocality": "Avignon", "postalCode":"84000", "streetAddress": "5\u0020Avenue\u0020de\u0020Saint-Chamand" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.9394202", "longitude": "4.8344725" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.48", "ratingCount": "1063", "reviewCount": "1063" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Yamaha.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Yamaha.png", "url": "http://yamaha.jmsmotos.fr/atelier/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);