var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Guillotin\u0020Automobiles\u0020-\u0020Lisieux", "address": { "@type": "PostalAddress", "addressLocality": "Lisieux", "postalCode":"14100", "streetAddress": "9006\u0020Chemin\u0020de\u0020la\u0020Thillaye" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.1497573", "longitude": "0.2519818" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.19", "ratingCount": "614", "reviewCount": "614" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Guillotin.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Guillotin.png", "url": "https://www.guillotin-calvados.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);