var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Saint\u0020Brice\u0020Sous\u0020For\xEAt", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Brice-sous-For\xEAt", "postalCode":"95350", "streetAddress": "8\u0020Rue\u0020Jean\u0020Monnet" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.01228900000001", "longitude": "2.351890000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.6", "ratingCount": "227", "reviewCount": "227" }, "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": "http://www.neubauer-nissan.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);