var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mitsubishi\u0020Le\u0020Cannet", "address": { "@type": "PostalAddress", "addressLocality": "Le\u0020Cannet", "postalCode":"06110", "streetAddress": "1018\u0020Avenue\u0020du\u0020Campon" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.578686", "longitude": "7.012258999999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.66", "ratingCount": "142", "reviewCount": "142" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mitsubishi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mitsubishi.png", "url": "http://www.mitsubishi-motors-cannes.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);