var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Volvo\u0020Merenauto", "address": { "@type": "PostalAddress", "addressLocality": "Oleiros", "postalCode":"15172", "streetAddress": "2\u0020R\xFAa\u0020Sauces" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.3292162", "longitude": "-8.3677652" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "url": "https://merenauto.com/cita-previa/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);