var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Lab\xE8ge\u0020Auto\u0020Sport\u0020Honda", "address": { "@type": "PostalAddress", "addressLocality": "Lab\xE8ge", "postalCode":"31670", "streetAddress": "30\u0020Rue\u0020Max\u0020Planck" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.549757", "longitude": "1.5143643" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Honda.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Honda.png", "url": "https://www.honda-toulouse.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);