var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Jordi\u0020Auto", "address": { "@type": "PostalAddress", "addressLocality": "Le\u0020Soler", "postalCode":"66270", "streetAddress": "ZAE\u0020Sainte-Eug\xE9nie\u00202\u0020Avenue\u0020de\u0020Vienne" }, "geo": { "@type": "GeoCoordinates", "latitude": "42.6879404", "longitude": "2.822715" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.55", "ratingCount": "55", "reviewCount": "55" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Jordi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Jordi.png", "url": "http://www.jordi-auto.com/contact/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);