var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Nissan\u0020Saint\u0020Ouen\u0020L'Aum\xF4ne", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Ouen-l'Aum\xF4ne", "postalCode":"95310", "streetAddress": "5\u0020Rue\u0020de\u0020Dion\u0020Bouton" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.03560390000001", "longitude": "2.1233663" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.29", "ratingCount": "1672", "reviewCount": "1672" }, "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);