var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Bretagne\u0020Automobile\u0020-\u0020Ford\u0020Brest", "address": { "@type": "PostalAddress", "addressLocality": "Brest", "postalCode":"29200", "streetAddress": "23\u0020Rue\u0020de\u0020l'Eau\u0020Blanche" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.4153845", "longitude": "-4.462695200000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.46", "ratingCount": "1052", "reviewCount": "1052" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Ford.png", "url": "http://www.fordbrest.fr/EmplacementConcession/1185/ford-concession-herrou-et-lyon-contactez-nous-brest" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);