var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "SN\u0020Diffusion\u0020Carcassonne", "address": { "@type": "PostalAddress", "addressLocality": "Carcassonne", "postalCode":"11000", "streetAddress": "380\u0020Rue\u0020Gustave\u0020Eiffel" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.20670999999999", "longitude": "2.303603" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.36", "ratingCount": "105", "reviewCount": "105" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Autre.png", "url": "https://carcassonne.sndiffusion.fr/?utm_source=googlemap&utm_medium=link&utm_content=carcassonne" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);