var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020Lannion", "address": { "@type": "PostalAddress", "addressLocality": "Lannion", "postalCode":"22300", "streetAddress": "Boulevard\u0020de\u0020la\u0020Fayette" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.73536670000001", "longitude": "-3.4445414" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.36", "ratingCount": "1228", "reviewCount": "1228" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "url": "https://www.rizzon-auto-lannion.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);