var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Toyota\u0020Carhaix", "address": { "@type": "PostalAddress", "addressLocality": "Carhaix-Plouguer", "postalCode":"29270", "streetAddress": "Boulevard\u0020Jean\u0020Moulin" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.2741054", "longitude": "-3.5626391" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.21", "ratingCount": "742", "reviewCount": "742" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cobredia.png", "url": "https://www.horizon-auto-carhaix.fr/rendez-vous-atelier/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);