var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020-\u0020Groupe\u0020Clim\u0020-\u0020Bassussarry", "address": { "@type": "PostalAddress", "addressLocality": "Bassussarry", "postalCode":"64200", "streetAddress": "1\u0020Impasse\u0020de\u0020la\u0020Vigne" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4436274", "longitude": "-1.4868004" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.9", "ratingCount": "2961", "reviewCount": "2961" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Toyota.png", "url": "https://www.makila-auto.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);