var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Decazeville", "address": { "@type": "PostalAddress", "addressLocality": "Decazeville", "postalCode":"12300", "streetAddress": "ZA\u0020de" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.55676700000001", "longitude": "2.266417" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.54", "ratingCount": "934", "reviewCount": "934" }, "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-decazeville.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);