var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Brie\u0020et\u0020Champagne\u0020(Opel\u0020Melun)", "address": { "@type": "PostalAddress", "addressLocality": "Vert-Saint-Denis", "postalCode":"77240", "streetAddress": "4\u0020Rue\u0020Paul-Henri\u0020Spaak" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.5685859", "longitude": "2.6371611" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.92", "ratingCount": "906", "reviewCount": "906" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Opel.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Opel.png", "url": "http://www.brunet-automobiles.com/rendez-vous-apres-vente/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);