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": "Gabriela M. Keinert", "description": "Keinert Finanzstrategie", "image":"https://www.whofinance.de/static/data/pics/712/102712/m/gabriela-m-keinert-berlin-1583410585.jpg", "logo": "https://www.whofinance.de/static/data/logo/102712/m/1346683418.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Fuggerstr. 34", "postalCode":"10777", "addressLocality":"Berlin" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.4995", "longitude": "13.342" }, "telephone":"030 - 852 15 98", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "391", "ratingValue": "4.9" } , "url": "www.keinertfinanzstrategie.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);