var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Seat\u0020Rodez", "address": { "@type": "PostalAddress", "addressLocality": "Onet-le-Ch\xE2teau", "postalCode":"12850", "streetAddress": "123\u0020Rue\u0020du\u0020P\xF4le\u0020Automobile" }, "geo": { "@type": "GeoCoordinates", "latitude": "44.36937799999999", "longitude": "2.583093499999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.52", "ratingCount": "220", "reviewCount": "220" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Seat.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Seat.png", "url": "https://seat-skoda-rodez.autotransac.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);