var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "MINI\u0020FR\xC9JUS\u0020SELLENS", "address": { "@type": "PostalAddress", "addressLocality": "Fr\xE9jus", "postalCode":"83600", "streetAddress": "Rue\u0020Hubert\u0020Masquefa" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.47243460000001", "longitude": "6.734146099999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.1", "ratingCount": "1349", "reviewCount": "1349" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MINI.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MINI.png", "url": "https://partenaire.mini.fr/jpv" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);