var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Kawasaki\u0020Rennes", "address": { "@type": "PostalAddress", "addressLocality": "Rennes", "postalCode":"35000", "streetAddress": "29\u0020Rue\u0020du\u0020Manoir\u0020de\u0020Servign\xE9" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1012882", "longitude": "-1.7301384" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.51", "ratingCount": "802", "reviewCount": "802" }, "logo": "https://www.garagescore.com/certificate/Logo-h90px-Kawasaki.png", "image": "https://www.garagescore.com/certificate/Logo-h90px-Kawasaki.png", "url": "https://www.motoshop35.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);