var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Sartrouville", "address": { "@type": "PostalAddress", "addressLocality": "Sartrouville", "postalCode":"78500", "streetAddress": "120\u0020Avenue\u0020Maurice\u0020Berteaux" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.9397117", "longitude": "2.1675093" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.36", "ratingCount": "371", "reviewCount": "371" }, "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);