var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Peugeot\u0020Wattrelos\u0020-\u0020Ricci\u0020Autos", "address": { "@type": "PostalAddress", "addressLocality": "Wattrelos", "postalCode":"59150", "streetAddress": "Rue\u0020de\u0020l'Avelin" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.6971319", "longitude": "3.224811599999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.42", "ratingCount": "890", "reviewCount": "890" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Peugeot.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Peugeot.png", "url": "https://www.peugeot-wattrelos.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);