var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Millau", "address": { "@type": "PostalAddress", "addressLocality": "Millau", "postalCode":"12100", "streetAddress": "Boulevard\u0020Jean\u0020Gabriac" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.091808", "longitude": "3.065855" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.42", "ratingCount": "778", "reviewCount": "778" }, "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-millau.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);