var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Saint-Dizier", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Dizier", "postalCode":"52100", "streetAddress": "Rue\u0020Philippe\u0020CHARBONNEAUX" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.62661390000001", "longitude": "4.969114" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.69", "ratingCount": "88", "reviewCount": "88" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "http://www.jmautomobiles.fr/EmplacementConcession/1221/ford-jmautomobiles-contactez-nous-ville-verdun-belleville-longwy-barleduc-saintdizier-vitry" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);