var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mercedes-Benz\u0020Viry-Chatillon", "address": { "@type": "PostalAddress", "addressLocality": "Viry-Ch\xE2tillon", "postalCode":"91170", "streetAddress": "137\u0020Avenue\u0020du\u0020G\xE9n\xE9ral\u0020de\u0020Gaulle" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.68234509999999", "longitude": "2.3773383" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "url": "http://gge.fr/sav/prise-rdv.php" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);