var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Montchapet\u0020Automobiles\u0020(Ford\u0020Dijon)", "address": { "@type": "PostalAddress", "addressLocality": "Dijon", "postalCode":"21000", "streetAddress": "14\u0020Rue\u0020des\u0020Ardennes" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.3531037", "longitude": "5.0674451" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.93", "ratingCount": "1994", "reviewCount": "1994" }, "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.amplitude-auto.com/services/entretien-reparation/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);