var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Buchelay", "address": { "@type": "PostalAddress", "addressLocality": "Buchelay", "postalCode":"78200", "streetAddress": "5200\u0020Boulevard\u0020Sully" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.99402990000001", "longitude": "1.6747714" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.26", "ratingCount": "908", "reviewCount": "908" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Nissan.png", "url": "null" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);