var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mazda\u0020N\xEEmes", "address": { "@type": "PostalAddress", "addressLocality": "N\xEEmes", "postalCode":"30900", "streetAddress": "242\u0020Ter\u0020Rue\u0020John\u0020Mac\u0020Adam" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.8148934", "longitude": "4.3387019" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.05", "ratingCount": "439", "reviewCount": "439" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mazda.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mazda.png", "url": "http://www.groupe-mourier.fr" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);