var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "6CAR\u0020Automobiles", "address": { "@type": "PostalAddress", "addressLocality": "Millau", "postalCode":"12100", "streetAddress": "650\u0020Avenue\u0020de\u0020l'Europe" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.088859", "longitude": "3.0532575" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "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": "http://www.6car.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);