var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Cherbourg", "address": { "@type": "PostalAddress", "addressLocality": "Cherbourg-en-Cotentin", "postalCode":"50100", "streetAddress": "62\u0020Avenue\u0020Amiral\u0020Lemonnier" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.63471250000001", "longitude": "-1.6010761" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.96", "ratingCount": "339", "reviewCount": "339" }, "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.fordcherbourg.fr/EmplacementConcession/1092/ford-cherbourg-auto-passion-contactez-nous-cherbourg-en-normandie-dans-la-manche-50" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);