var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Carrosserie\u0020GRESSET\u0020-\u0020PONTARLIER", "address": { "@type": "PostalAddress", "addressLocality": "Pontarlier", "postalCode":"25300", "streetAddress": "10\u0020Rue\u0020Donnet\u0020Zedel" }, "geo": { "@type": "GeoCoordinates", "latitude": "46.9066661", "longitude": "6.332107900000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.64", "ratingCount": "412", "reviewCount": "412" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "url": "https://app.garagescore.com/cockpit/satisfaction?cockpitType=Dealership&periodId=lastQuarter&garageId=5c470f1a207dd600159cc221" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);