var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Even\u0020Parc\u0020Automobiles", "address": { "@type": "PostalAddress", "addressLocality": "Chambray-l\xE8s-Tours", "postalCode":"37170", "streetAddress": "3\u0020Rue\u0020Th\xE9r\xE8se\u0020Planiol" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.3266393", "longitude": "0.7028516000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.07", "ratingCount": "222", "reviewCount": "222" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-EvenParcAutomobiles.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-EvenParcAutomobiles.png", "url": "https://evenparcautomobiles.com/estimation.php" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);