var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Saint\u0020Gratien", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Gratien", "postalCode":"95210", "streetAddress": "96\u0020Boulevard\u0020du\u0020Mar\xE9chal\u0020Foch" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.9629313", "longitude": "2.2911705" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.45", "ratingCount": "488", "reviewCount": "488" }, "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);