var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Ford\u0020Fontainebleau", "address": { "@type": "PostalAddress", "addressLocality": "Samoreau", "postalCode":"77210", "streetAddress": "Zone\u0020Artisanale\u0020Les\u0020Br\xFBlis\u002016\u0020Rue\u0020de\u0020la\u0020Bernache" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.424057", "longitude": "2.7723968" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.34", "ratingCount": "1025", "reviewCount": "1025" }, "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.zelus.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);