var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "PWA\u0020Reims\u0020-\u0020Cit\xE9\u0020de\u0020l'automobile\u0020(Fiat\u0020-\u0020Abarth\u0020-\u0020Alfa\u0020Romeo)", "address": { "@type": "PostalAddress", "addressLocality": "Reims", "postalCode":"51100", "streetAddress": "ZAC\u0020Croix-Blandin" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.2354199", "longitude": "4.0834676" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.44", "ratingCount": "886", "reviewCount": "886" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Fiat.png", "url": "http://www.pwa.fr/contactez-nous" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);