var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Aurillac", "address": { "@type": "PostalAddress", "addressLocality": "Aurillac", "postalCode":"15000", "streetAddress": "51\u0020Avenue\u0020Georges\u0020Pompidou" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.916352", "longitude": "2.460519" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.53", "ratingCount": "1695", "reviewCount": "1695" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.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);