var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Rodez", "address": { "@type": "PostalAddress", "addressLocality": "Onet-le-Ch\xE2teau", "postalCode":"12850", "streetAddress": "Route\u0020d'Espalion" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.377277", "longitude": "2.593531" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.5", "ratingCount": "3203", "reviewCount": "3203" }, "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-rodez.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);