var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Boulogne-sur-Mer", "address": { "@type": "PostalAddress", "addressLocality": "Boulogne-sur-Mer", "postalCode":"62200", "streetAddress": "Boulevard\u0020de\u0020la\u0020Liane" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.6961174", "longitude": "1.6095465" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.66", "ratingCount": "884", "reviewCount": "884" }, "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": "https://www.forddugardin.fr/branchlocation/1539" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);