var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020-\u0020Groupe\u0020Clim\u0020-\u0020Mont-de-Marsan", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Pierre-du-Mont", "postalCode":"40280", "streetAddress": "Avenue\u0020du\u0020Pr\xE9sident\u0020John\u0020Kennedy" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.86707979999999", "longitude": "-0.4896051999999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.2", "ratingCount": "1333", "reviewCount": "1333" }, "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.groupe-clim.com/concession/makila-auto-mont-de-marsan/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);