var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "SUZUKI\u0020MARSEILLE\u0020-\u0020JAPASUD", "address": { "@type": "PostalAddress", "addressLocality": "Marseille", "postalCode":"13010", "streetAddress": "4\u0020Boulevard\u0020des\u0020Aci\xE9ries" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.2760506", "longitude": "5.400254200000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.54", "ratingCount": "1065", "reviewCount": "1065" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "url": "http://www.parascandola.fr/suzuki-japasud-0" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);