var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Dacia\u0020Aurillac", "address": { "@type": "PostalAddress", "addressLocality": "Aurillac", "postalCode":"15000", "streetAddress": "51\u0020Avenue\u0020Georges\u0020Pompidou" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.9166443", "longitude": "2.4603373" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.55", "ratingCount": "851", "reviewCount": "851" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Dacia.png", "url": "https://renault-dacia-aurillac.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);