document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Mehmet Bütüner", "description": "Deinfinanzcheck", "image":"https://www.whofinance.de/static/data/pics/213/237213/m/mehmet-buetuener-schwaebisch-gmuend-1665691634.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Bahnhofstr. 85", "postalCode":"70736", "addressLocality":"Fellbach" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.8157", "longitude": "9.27344" }, "telephone":"0152 22705838", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "30", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/mehmet-buetuener/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);