var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Dacia\u0020Decazeville", "address": { "@type": "PostalAddress", "addressLocality": "Decazeville", "postalCode":"12300", "streetAddress": "Igue\u0020de\u0020Fontvergne" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.55693", "longitude": "2.266821" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.7", "ratingCount": "244", "reviewCount": "244" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "url": "https://renault-dacia-decazeville.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);