var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Bmw\u0020Horizon\u0020Rouen", "address": { "@type": "PostalAddress", "addressLocality": "Rouen", "postalCode":"76000", "streetAddress": "122\u0020Rue\u0020de\u0020Constantine" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.4482452", "longitude": "1.0719411" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.26", "ratingCount": "4728", "reviewCount": "4728" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-BMW.png", "url": "https://www.horizon.fr/rendez-vous-atelier.php?id_concession=7" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);