var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Lavaur", "address": { "@type": "PostalAddress", "addressLocality": "Lavaur", "postalCode":"81500", "streetAddress": "ZA\u0020des\u0020Cauquillous" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.722779", "longitude": "1.76231" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.73", "ratingCount": "1188", "reviewCount": "1188" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "url": "https://renault-dacia-lavaur.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);