var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Nanterre", "address": { "@type": "PostalAddress", "addressLocality": "Nanterre", "postalCode":"92000", "streetAddress": "8\u0020Avenue\u0020Vladimir\u0020Ilitch\u0020L\xE9nine" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.88763280000001", "longitude": "2.198719100000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.26", "ratingCount": "751", "reviewCount": "751" }, "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);