From b54fe100bf6e878ab699bcd2048977d48d237ab2 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Sat, 21 Apr 2018 20:38:04 +0200 Subject: [PATCH] Update report data and webapp --- docs/bundle.js | 2 +- docs/data/spider_result.json | 6396 +++++++++++++++------------ docs/index.html | 1 + webapp/dist/bundle.js | 2 +- webapp/dist/data/spider_result.json | 6396 +++++++++++++++------------ 5 files changed, 7181 insertions(+), 5616 deletions(-) diff --git a/docs/bundle.js b/docs/bundle.js index f2a1421..3ba6ac5 100644 --- a/docs/bundle.js +++ b/docs/bundle.js @@ -82,4 +82,4 @@ var n="undefined"!=typeof window&&"undefined"!=typeof document,r=["Edge","Triden * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -!function(t,e,n){"use strict";function r(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(e.end)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],a=e[i],s=a&&r.isElement(a)?"element":(l=a,{}.toString.call(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var l}};return e=("undefined"==typeof window||!window.QUnit)&&{end:"transitionend"},t.fn.emulateTransitionEnd=n,r.supportsTransitionEnd()&&(t.event.special[r.TRANSITION_END]={bindType:e.end,delegateType:e.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}),r}(e),s=function(t){var e=t.fn.alert,n={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.close=function(t){t=t||this._element;var e=this._getRootElement(t),n=this._triggerCloseEvent(e);n.isDefaultPrevented()||this._removeElement(e)},o.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},o._getRootElement=function(e){var n=a.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},o._triggerCloseEvent=function(e){var r=t.Event(n.CLOSE);return t(e).trigger(r),r},o._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),a.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(a.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},o._destroyElement=function(e){t(e).detach().trigger(n.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.alert");i||(i=new e(this),r.data("bs.alert",i)),"close"===n&&i[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,'[data-dismiss="alert"]',o._handleDismiss(new o)),t.fn.alert=o._jQueryInterface,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=e,o._jQueryInterface},o}(e),l=function(t){var e="button",n=t.fn[e],r={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},o={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},a={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,i=t(this._element).closest(o.DATA_TOGGLE)[0];if(i){var a=t(this._element).find(o.INPUT)[0];if(a){if("radio"===a.type)if(a.checked&&t(this._element).hasClass(r.ACTIVE))e=!1;else{var s=t(i).find(o.ACTIVE)[0];s&&t(s).removeClass(r.ACTIVE)}if(e){if(a.hasAttribute("disabled")||i.hasAttribute("disabled")||a.classList.contains("disabled")||i.classList.contains("disabled"))return;a.checked=!t(this._element).hasClass(r.ACTIVE),t(a).trigger("change")}a.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(r.ACTIVE)),e&&t(this._element).toggleClass(r.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var r=t(this).data("bs.button");r||(r=new e(this),t(this).data("bs.button",r)),"toggle"===n&&r[n]()})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(a.CLICK_DATA_API,o.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(r.BUTTON)||(n=t(n).closest(o.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(a.FOCUS_BLUR_DATA_API,o.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(o.BUTTON)[0];t(n).toggleClass(r.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),u=function(t){var e="carousel",n="bs.carousel",r="."+n,s=t.fn[e],l={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},u={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},c={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},f={SLIDE:"slide"+r,SLID:"slid"+r,KEYDOWN:"keydown"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r,TOUCHEND:"touchend"+r,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},h={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},p=function(){function s(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var p=s.prototype;return p.next=function(){this._isSliding||this._slide(c.NEXT)},p.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},p.prev=function(){this._isSliding||this._slide(c.PREV)},p.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&a.supportsTransitionEnd()&&(a.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},p.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},p.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var r=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(f.SLID,function(){return n.to(e)});else{if(r===e)return this.pause(),void this.cycle();var i=e>r?c.NEXT:c.PREV;this._slide(i,this._items[e])}},p.dispose=function(){t(this._element).off(r),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},p._getConfig=function(t){return t=o({},l,t),a.typeCheckConfig(e,t,u),t},p._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(f.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(f.MOUSEENTER,function(t){return e.pause(t)}).on(f.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(f.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},p._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},p._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},p._getItemByDirection=function(t,e){var n=t===c.NEXT,r=t===c.PREV,i=this._getItemIndex(e),o=this._items.length-1,a=r&&0===i||n&&i===o;if(a&&!this._config.wrap)return e;var s=t===c.PREV?-1:1,l=(i+s)%this._items.length;return-1===l?this._items[this._items.length-1]:this._items[l]},p._triggerSlideEvent=function(e,n){var r=this._getItemIndex(e),i=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),o=t.Event(f.SLIDE,{relatedTarget:e,direction:n,from:i,to:r});return t(this._element).trigger(o),o},p._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(h.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(h.ACTIVE)}},p._slide=function(e,n){var r,i,o,s=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],u=this._getItemIndex(l),p=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(p),v=Boolean(this._interval);if(e===c.NEXT?(r=h.LEFT,i=h.NEXT,o=c.LEFT):(r=h.RIGHT,i=h.PREV,o=c.RIGHT),p&&t(p).hasClass(h.ACTIVE))this._isSliding=!1;else{var m=this._triggerSlideEvent(p,o);if(!m.isDefaultPrevented()&&l&&p){this._isSliding=!0,v&&this.pause(),this._setActiveIndicatorElement(p);var _=t.Event(f.SLID,{relatedTarget:p,direction:o,from:u,to:g});a.supportsTransitionEnd()&&t(this._element).hasClass(h.SLIDE)?(t(p).addClass(i),a.reflow(p),t(l).addClass(r),t(p).addClass(r),t(l).one(a.TRANSITION_END,function(){t(p).removeClass(r+" "+i).addClass(h.ACTIVE),t(l).removeClass(h.ACTIVE+" "+i+" "+r),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(_)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(h.ACTIVE),t(p).addClass(h.ACTIVE),this._isSliding=!1,t(this._element).trigger(_)),v&&this.cycle()}}},s._jQueryInterface=function(e){return this.each(function(){var r=t(this).data(n),i=o({},l,t(this).data());"object"==typeof e&&(i=o({},i,e));var a="string"==typeof e?e:i.slide;if(r||(r=new s(this,i),t(this).data(n,r)),"number"==typeof e)r.to(e);else if("string"==typeof a){if(void 0===r[a])throw new TypeError('No method named "'+a+'"');r[a]()}else i.interval&&(r.pause(),r.cycle())})},s._dataApiClickHandler=function(e){var r=a.getSelectorFromElement(this);if(r){var i=t(r)[0];if(i&&t(i).hasClass(h.CAROUSEL)){var l=o({},t(i).data(),t(this).data()),u=this.getAttribute("data-slide-to");u&&(l.interval=!1),s._jQueryInterface.call(t(i),l),u&&t(i).data(n).to(u),e.preventDefault()}}},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return l}}]),s}();return t(document).on(f.CLICK_DATA_API,d.DATA_SLIDE,p._dataApiClickHandler),t(window).on(f.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);p._jQueryInterface.call(e,e.data())})}),t.fn[e]=p._jQueryInterface,t.fn[e].Constructor=p,t.fn[e].noConflict=function(){return t.fn[e]=s,p._jQueryInterface},p}(e),c=function(t){var e="collapse",n="bs.collapse",r=t.fn[e],s={toggle:!0,parent:""},l={toggle:"boolean",parent:"(string|element)"},u={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},c={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},f={WIDTH:"width",HEIGHT:"height"},h={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function r(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var r=t(h.DATA_TOGGLE),i=0;i0&&(this._selector=s,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=r.prototype;return d.toggle=function(){t(this._element).hasClass(c.SHOW)?this.hide():this.show()},d.show=function(){var e,i,o=this;if(!(this._isTransitioning||t(this._element).hasClass(c.SHOW)||(this._parent&&0===(e=t.makeArray(t(this._parent).find(h.ACTIVES).filter('[data-parent="'+this._config.parent+'"]'))).length&&(e=null),e&&(i=t(e).not(this._selector).data(n))&&i._isTransitioning))){var s=t.Event(u.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){e&&(r._jQueryInterface.call(t(e).not(this._selector),"hide"),i||t(e).data(n,null));var l=this._getDimension();t(this._element).removeClass(c.COLLAPSE).addClass(c.COLLAPSING),this._element.style[l]=0,this._triggerArray.length>0&&t(this._triggerArray).removeClass(c.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(o._element).removeClass(c.COLLAPSING).addClass(c.COLLAPSE).addClass(c.SHOW),o._element.style[l]="",o.setTransitioning(!1),t(o._element).trigger(u.SHOWN)};if(a.supportsTransitionEnd()){var d=l[0].toUpperCase()+l.slice(1),p="scroll"+d;t(this._element).one(a.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[l]=this._element[p]+"px"}else f()}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(c.SHOW)){var n=t.Event(u.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var r=this._getDimension();if(this._element.style[r]=this._element.getBoundingClientRect()[r]+"px",a.reflow(this._element),t(this._element).addClass(c.COLLAPSING).removeClass(c.COLLAPSE).removeClass(c.SHOW),this._triggerArray.length>0)for(var i=0;i0&&t(n).toggleClass(c.COLLAPSED,!r).attr("aria-expanded",r)}},r._getTargetFromElement=function(e){var n=a.getSelectorFromElement(e);return n?t(n)[0]:null},r._jQueryInterface=function(e){return this.each(function(){var i=t(this),a=i.data(n),l=o({},s,i.data(),"object"==typeof e&&e);if(!a&&l.toggle&&/show|hide/.test(e)&&(l.toggle=!1),a||(a=new r(this,l),i.data(n,a)),"string"==typeof e){if(void 0===a[e])throw new TypeError('No method named "'+e+'"');a[e]()}})},i(r,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}}]),r}();return t(document).on(u.CLICK_DATA_API,h.DATA_TOGGLE,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var r=t(this),i=a.getSelectorFromElement(this);t(i).each(function(){var e=t(this),i=e.data(n),o=i?"toggle":r.data();d._jQueryInterface.call(e,o)})}),t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=r,d._jQueryInterface},d}(e),f=function(t){var e="dropdown",r="bs.dropdown",s="."+r,l=t.fn[e],u=new RegExp("38|40|27"),c={HIDE:"hide"+s,HIDDEN:"hidden"+s,SHOW:"show"+s,SHOWN:"shown"+s,CLICK:"click"+s,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},f={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",POSITION_STATIC:"position-static"},h={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},d={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},p={offset:0,flip:!0,boundary:"scrollParent"},g={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)"},v=function(){function l(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var v=l.prototype;return v.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(f.DISABLED)){var e=l._getParentFromElement(this._element),r=t(this._menu).hasClass(f.SHOW);if(l._clearMenus(),!r){var i={relatedTarget:this._element},o=t.Event(c.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar){if(void 0===n)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");var a=this._element;t(e).hasClass(f.DROPUP)&&(t(this._menu).hasClass(f.MENULEFT)||t(this._menu).hasClass(f.MENURIGHT))&&(a=e),"scrollParent"!==this._config.boundary&&t(e).addClass(f.POSITION_STATIC),this._popper=new n(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(e).closest(h.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(f.SHOW),t(e).toggleClass(f.SHOW).trigger(t.Event(c.SHOWN,i))}}}},v.dispose=function(){t.removeData(this._element,r),t(this._element).off(s),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},v.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},v._addEventListeners=function(){var e=this;t(this._element).on(c.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},v._getConfig=function(n){return n=o({},this.constructor.Default,t(this._element).data(),n),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},v._getMenuElement=function(){if(!this._menu){var e=l._getParentFromElement(this._element);this._menu=t(e).find(h.MENU)[0]}return this._menu},v._getPlacement=function(){var e=t(this._element).parent(),n=d.BOTTOM;return e.hasClass(f.DROPUP)?(n=d.TOP,t(this._menu).hasClass(f.MENURIGHT)&&(n=d.TOPEND)):e.hasClass(f.DROPRIGHT)?n=d.RIGHT:e.hasClass(f.DROPLEFT)?n=d.LEFT:t(this._menu).hasClass(f.MENURIGHT)&&(n=d.BOTTOMEND),n},v._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},v._getPopperConfig=function(){var t=this,e={};"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset;var n={placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return n},l._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(r),i="object"==typeof e?e:null;if(n||(n=new l(this,i),t(this).data(r,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},l._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(h.DATA_TOGGLE)),i=0;i0&&o--,40===e.which&&odocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},h._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},h._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},h={SHOW:"show",OUT:"out"},d={HIDE:"hide"+r,HIDDEN:"hidden"+r,SHOW:"show"+r,SHOWN:"shown"+r,INSERTED:"inserted"+r,CLICK:"click"+r,FOCUSIN:"focusin"+r,FOCUSOUT:"focusout"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r},p={FADE:"fade",SHOW:"show"},g={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},v={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function s(t,e){if(void 0===n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var m=s.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,r=t(e.currentTarget).data(n);r||(r=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,r)),r._activeTrigger.click=!r._activeTrigger.click,r._isWithActiveTrigger()?r._enter(null,r):r._leave(null,r)}else{if(t(this.getTipElement()).hasClass(p.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var r=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(r);var i=t.contains(this.element.ownerDocument.documentElement,this.element);if(r.isDefaultPrevented()||!i)return;var o=this.getTipElement(),l=a.getUID(this.constructor.NAME);o.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(o).addClass(p.FADE);var u="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var f=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(f),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:g.ARROW},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===h.OUT&&e._leave(null,e)};a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(this.tip).one(a.TRANSITION_END,d).emulateTransitionEnd(s._TRANSITION_DURATION):d()}},m.hide=function(e){var n=this,r=this.getTipElement(),i=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==h.SHOW&&r.parentNode&&r.parentNode.removeChild(r),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(i),i.isDefaultPrevented()||(t(r).removeClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[v.CLICK]=!1,this._activeTrigger[v.FOCUS]=!1,this._activeTrigger[v.HOVER]=!1,a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(r).one(a.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(g.TOOLTIP_INNER),this.getTitle()),e.removeClass(p.FADE+" "+p.SHOW)},m.setElementContent=function(e,n){var r=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?r?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[r?"html":"text"](n)},m.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},m._getAttachment=function(t){return c[t.toUpperCase()]},m._setListeners=function(){var e=this,n=this.config.trigger.split(" ");n.forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==v.MANUAL){var r=n===v.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,i=n===v.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(r,e.config.selector,function(t){return e._enter(t)}).on(i,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},m._enter=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusin"===e.type?v.FOCUS:v.HOVER]=!0),t(n.getTipElement()).hasClass(p.SHOW)||n._hoverState===h.SHOW?n._hoverState=h.SHOW:(clearTimeout(n._timeout),n._hoverState=h.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===h.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusout"===e.type?v.FOCUS:v.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=h.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===h.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=o({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(l);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(p.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},s._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new s(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return f}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return r}},{key:"DefaultType",get:function(){return u}}]),s}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=s,m._jQueryInterface},m}(e),p=function(t){var e="popover",n=".bs.popover",r=t.fn[e],a=new RegExp("(^|\\s)bs-popover\\S+","g"),s=o({},d.Default,{placement:"right",trigger:"click",content:"",template:''}),l=o({},d.DefaultType,{content:"(string|element|function)"}),u={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},f={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(r){var o,h;function d(){return r.apply(this,arguments)||this}h=r,(o=d).prototype=Object.create(h.prototype),o.prototype.constructor=o,o.__proto__=h;var p=d.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},p.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},p.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(c.CONTENT),n),e.removeClass(u.FADE+" "+u.SHOW)},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),r="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,r),t(this).data("bs.popover",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(d,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return f}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(d);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=r,h._jQueryInterface},h}(e),g=function(t){var e="scrollspy",n=t.fn[e],r={offset:10,method:"auto",target:""},s={offset:"number",method:"string",target:"(string|element)"},l={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},u={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},c={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},f={OFFSET:"offset",POSITION:"position"},h=function(){function n(e,n){var r=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+c.NAV_LINKS+","+this._config.target+" "+c.LIST_ITEMS+","+this._config.target+" "+c.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(l.SCROLL,function(t){return r._process(t)}),this.refresh(),this._process()}var h=n.prototype;return h.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?f.OFFSET:f.POSITION,r="auto"===this._config.method?n:this._config.method,i=r===f.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight();var o=t.makeArray(t(this._selector));o.map(function(e){var n,o=a.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[r]().top+i,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},h.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},h._getConfig=function(n){if("string"!=typeof(n=o({},r,n)).target){var i=t(n.target).attr("id");i||(i=a.getUID(e),t(n.target).attr("id",i)),n.target="#"+i}return a.typeCheckConfig(e,n,s),n},h._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},h._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},h._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},h._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var r=this._targets[this._targets.length-1];this._activeTarget!==r&&this._activate(r)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var i=this._offsets.length;i--;){var o=this._activeTarget!==this._targets[i]&&t>=this._offsets[i]&&(void 0===this._offsets[i+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},s=function(){function e(t){this._element=t}var s=e.prototype;return s.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(r.ACTIVE)||t(this._element).hasClass(r.DISABLED))){var i,s,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],u=a.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;s=(s=t.makeArray(t(l).find(c)))[s.length-1]}var f=t.Event(n.HIDE,{relatedTarget:this._element}),h=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(f),t(this._element).trigger(h),!h.isDefaultPrevented()&&!f.isDefaultPrevented()){u&&(i=t(u)[0]),this._activate(this._element,l);var d=function(){var r=t.Event(n.HIDDEN,{relatedTarget:e._element}),i=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(r),t(e._element).trigger(i)};i?this._activate(i,i.parentNode,d):d()}}},s.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},s._activate=function(e,n,i){var s=this,l=("UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],u=i&&a.supportsTransitionEnd()&&l&&t(l).hasClass(r.FADE),c=function(){return s._transitionComplete(e,l,i)};l&&u?t(l).one(a.TRANSITION_END,c).emulateTransitionEnd(150):c()},s._transitionComplete=function(e,n,i){if(n){t(n).removeClass(r.SHOW+" "+r.ACTIVE);var s=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];s&&t(s).removeClass(r.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(r.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),a.reflow(e),t(e).addClass(r.SHOW),e.parentNode&&t(e.parentNode).hasClass(r.DROPDOWN_MENU)){var l=t(e).closest(o.DROPDOWN)[0];l&&t(l).find(o.DROPDOWN_TOGGLE).addClass(r.ACTIVE),e.setAttribute("aria-expanded",!0)}i&&i()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.tab");if(i||(i=new e(this),r.data("bs.tab",i)),"string"==typeof n){if(void 0===i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),s._jQueryInterface.call(t(this),"show")}),t.fn.tab=s._jQueryInterface,t.fn.tab.Constructor=s,t.fn.tab.noConflict=function(){return t.fn.tab=e,s._jQueryInterface},s}(e);(function(t){if(void 0===t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")})(e),t.Util=a,t.Alert=s,t.Button=l,t.Carousel=u,t.Collapse=c,t.Dropdown=f,t.Modal=h,t.Popover=p,t.Scrollspy=g,t.Tab=v,t.Tooltip=d,Object.defineProperty(t,"__esModule",{value:!0})}(e,n(0),n(2))},function(t,e,n){"use strict";n.r(e);var r=n(5),i=n.n(r),o=n(0),a=n.n(o),s=(n(8),n(2),n(4)),l=n.n(s);n(7),n(6);a()(function(){a.a.getJSON("data/screenshots.json",function(t){a.a.getJSON("data/spider_result.json",function(e){var n=a()("tbody");a.a.each(e,function(e,r){var o,s,u=a()(document.createElement("tr")),c=null;"DE:ORTSVERBAND"===r.meta.level?c="OV":"DE:KREISVERBAND"===r.meta.level?c="KV":"DE:LANDESVERBAND"===r.meta.level&&(c="LV"),u.append(""+(null===c?"":c)+""),u.append(""+(null===r.meta.state?"":r.meta.state)+""),u.append(""+(null===r.meta.district?"":r.meta.district)+""),u.append(""+(null===r.meta.city?"":r.meta.city)+""),u.append(''+(o=l.a.toUnicode(r.input_url),s=60,o.length>s&&(o=o.substring(0,s)+"…"),o)+""),u.append(""+r.score.toFixed(1)+"");var f=i.a.join(r.details.ipv4_addresses,", ");u.append(''+(""===f?"❌":f)+""),u.append(''+(r.result.SITE_REACHABLE.value?"✅":"❌")+"");var h="bad";r.result.HTTP_RESPONSE_DURATION.score>0&&(h="medium"),r.result.HTTP_RESPONSE_DURATION.score>.5&&(h="good"),u.append(''+r.result.HTTP_RESPONSE_DURATION.value+" ms");var d=r.result.FAVICON.value;u.append(''+(d?'':"❌")+"");var p=r.result.WWW_OPTIONAL.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.CANONICAL_URL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.HTTPS.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.FEEDS.value;u.append(''+(m?"✅":"❌")+"");var _=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(_='M',_+='D'));u.append(''+(_||"❌")+""),n.append(u)}),a()("table.table").DataTable({order:[[0,"asc"]],paging:!1,pageLength:1e4,language:{search:"Suche"}})})})})}]); \ No newline at end of file +!function(t,e,n){"use strict";function r(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(e.end)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],a=e[i],s=a&&r.isElement(a)?"element":(l=a,{}.toString.call(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var l}};return e=("undefined"==typeof window||!window.QUnit)&&{end:"transitionend"},t.fn.emulateTransitionEnd=n,r.supportsTransitionEnd()&&(t.event.special[r.TRANSITION_END]={bindType:e.end,delegateType:e.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}),r}(e),s=function(t){var e=t.fn.alert,n={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.close=function(t){t=t||this._element;var e=this._getRootElement(t),n=this._triggerCloseEvent(e);n.isDefaultPrevented()||this._removeElement(e)},o.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},o._getRootElement=function(e){var n=a.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},o._triggerCloseEvent=function(e){var r=t.Event(n.CLOSE);return t(e).trigger(r),r},o._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),a.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(a.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},o._destroyElement=function(e){t(e).detach().trigger(n.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.alert");i||(i=new e(this),r.data("bs.alert",i)),"close"===n&&i[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,'[data-dismiss="alert"]',o._handleDismiss(new o)),t.fn.alert=o._jQueryInterface,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=e,o._jQueryInterface},o}(e),l=function(t){var e="button",n=t.fn[e],r={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},o={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},a={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,i=t(this._element).closest(o.DATA_TOGGLE)[0];if(i){var a=t(this._element).find(o.INPUT)[0];if(a){if("radio"===a.type)if(a.checked&&t(this._element).hasClass(r.ACTIVE))e=!1;else{var s=t(i).find(o.ACTIVE)[0];s&&t(s).removeClass(r.ACTIVE)}if(e){if(a.hasAttribute("disabled")||i.hasAttribute("disabled")||a.classList.contains("disabled")||i.classList.contains("disabled"))return;a.checked=!t(this._element).hasClass(r.ACTIVE),t(a).trigger("change")}a.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(r.ACTIVE)),e&&t(this._element).toggleClass(r.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var r=t(this).data("bs.button");r||(r=new e(this),t(this).data("bs.button",r)),"toggle"===n&&r[n]()})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(a.CLICK_DATA_API,o.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(r.BUTTON)||(n=t(n).closest(o.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(a.FOCUS_BLUR_DATA_API,o.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(o.BUTTON)[0];t(n).toggleClass(r.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),u=function(t){var e="carousel",n="bs.carousel",r="."+n,s=t.fn[e],l={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},u={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},c={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},f={SLIDE:"slide"+r,SLID:"slid"+r,KEYDOWN:"keydown"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r,TOUCHEND:"touchend"+r,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},h={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},p=function(){function s(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var p=s.prototype;return p.next=function(){this._isSliding||this._slide(c.NEXT)},p.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},p.prev=function(){this._isSliding||this._slide(c.PREV)},p.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&a.supportsTransitionEnd()&&(a.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},p.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},p.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var r=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(f.SLID,function(){return n.to(e)});else{if(r===e)return this.pause(),void this.cycle();var i=e>r?c.NEXT:c.PREV;this._slide(i,this._items[e])}},p.dispose=function(){t(this._element).off(r),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},p._getConfig=function(t){return t=o({},l,t),a.typeCheckConfig(e,t,u),t},p._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(f.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(f.MOUSEENTER,function(t){return e.pause(t)}).on(f.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(f.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},p._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},p._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},p._getItemByDirection=function(t,e){var n=t===c.NEXT,r=t===c.PREV,i=this._getItemIndex(e),o=this._items.length-1,a=r&&0===i||n&&i===o;if(a&&!this._config.wrap)return e;var s=t===c.PREV?-1:1,l=(i+s)%this._items.length;return-1===l?this._items[this._items.length-1]:this._items[l]},p._triggerSlideEvent=function(e,n){var r=this._getItemIndex(e),i=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),o=t.Event(f.SLIDE,{relatedTarget:e,direction:n,from:i,to:r});return t(this._element).trigger(o),o},p._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(h.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(h.ACTIVE)}},p._slide=function(e,n){var r,i,o,s=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],u=this._getItemIndex(l),p=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(p),v=Boolean(this._interval);if(e===c.NEXT?(r=h.LEFT,i=h.NEXT,o=c.LEFT):(r=h.RIGHT,i=h.PREV,o=c.RIGHT),p&&t(p).hasClass(h.ACTIVE))this._isSliding=!1;else{var m=this._triggerSlideEvent(p,o);if(!m.isDefaultPrevented()&&l&&p){this._isSliding=!0,v&&this.pause(),this._setActiveIndicatorElement(p);var _=t.Event(f.SLID,{relatedTarget:p,direction:o,from:u,to:g});a.supportsTransitionEnd()&&t(this._element).hasClass(h.SLIDE)?(t(p).addClass(i),a.reflow(p),t(l).addClass(r),t(p).addClass(r),t(l).one(a.TRANSITION_END,function(){t(p).removeClass(r+" "+i).addClass(h.ACTIVE),t(l).removeClass(h.ACTIVE+" "+i+" "+r),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(_)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(h.ACTIVE),t(p).addClass(h.ACTIVE),this._isSliding=!1,t(this._element).trigger(_)),v&&this.cycle()}}},s._jQueryInterface=function(e){return this.each(function(){var r=t(this).data(n),i=o({},l,t(this).data());"object"==typeof e&&(i=o({},i,e));var a="string"==typeof e?e:i.slide;if(r||(r=new s(this,i),t(this).data(n,r)),"number"==typeof e)r.to(e);else if("string"==typeof a){if(void 0===r[a])throw new TypeError('No method named "'+a+'"');r[a]()}else i.interval&&(r.pause(),r.cycle())})},s._dataApiClickHandler=function(e){var r=a.getSelectorFromElement(this);if(r){var i=t(r)[0];if(i&&t(i).hasClass(h.CAROUSEL)){var l=o({},t(i).data(),t(this).data()),u=this.getAttribute("data-slide-to");u&&(l.interval=!1),s._jQueryInterface.call(t(i),l),u&&t(i).data(n).to(u),e.preventDefault()}}},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return l}}]),s}();return t(document).on(f.CLICK_DATA_API,d.DATA_SLIDE,p._dataApiClickHandler),t(window).on(f.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);p._jQueryInterface.call(e,e.data())})}),t.fn[e]=p._jQueryInterface,t.fn[e].Constructor=p,t.fn[e].noConflict=function(){return t.fn[e]=s,p._jQueryInterface},p}(e),c=function(t){var e="collapse",n="bs.collapse",r=t.fn[e],s={toggle:!0,parent:""},l={toggle:"boolean",parent:"(string|element)"},u={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},c={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},f={WIDTH:"width",HEIGHT:"height"},h={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function r(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var r=t(h.DATA_TOGGLE),i=0;i0&&(this._selector=s,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=r.prototype;return d.toggle=function(){t(this._element).hasClass(c.SHOW)?this.hide():this.show()},d.show=function(){var e,i,o=this;if(!(this._isTransitioning||t(this._element).hasClass(c.SHOW)||(this._parent&&0===(e=t.makeArray(t(this._parent).find(h.ACTIVES).filter('[data-parent="'+this._config.parent+'"]'))).length&&(e=null),e&&(i=t(e).not(this._selector).data(n))&&i._isTransitioning))){var s=t.Event(u.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){e&&(r._jQueryInterface.call(t(e).not(this._selector),"hide"),i||t(e).data(n,null));var l=this._getDimension();t(this._element).removeClass(c.COLLAPSE).addClass(c.COLLAPSING),this._element.style[l]=0,this._triggerArray.length>0&&t(this._triggerArray).removeClass(c.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(o._element).removeClass(c.COLLAPSING).addClass(c.COLLAPSE).addClass(c.SHOW),o._element.style[l]="",o.setTransitioning(!1),t(o._element).trigger(u.SHOWN)};if(a.supportsTransitionEnd()){var d=l[0].toUpperCase()+l.slice(1),p="scroll"+d;t(this._element).one(a.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[l]=this._element[p]+"px"}else f()}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(c.SHOW)){var n=t.Event(u.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var r=this._getDimension();if(this._element.style[r]=this._element.getBoundingClientRect()[r]+"px",a.reflow(this._element),t(this._element).addClass(c.COLLAPSING).removeClass(c.COLLAPSE).removeClass(c.SHOW),this._triggerArray.length>0)for(var i=0;i0&&t(n).toggleClass(c.COLLAPSED,!r).attr("aria-expanded",r)}},r._getTargetFromElement=function(e){var n=a.getSelectorFromElement(e);return n?t(n)[0]:null},r._jQueryInterface=function(e){return this.each(function(){var i=t(this),a=i.data(n),l=o({},s,i.data(),"object"==typeof e&&e);if(!a&&l.toggle&&/show|hide/.test(e)&&(l.toggle=!1),a||(a=new r(this,l),i.data(n,a)),"string"==typeof e){if(void 0===a[e])throw new TypeError('No method named "'+e+'"');a[e]()}})},i(r,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}}]),r}();return t(document).on(u.CLICK_DATA_API,h.DATA_TOGGLE,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var r=t(this),i=a.getSelectorFromElement(this);t(i).each(function(){var e=t(this),i=e.data(n),o=i?"toggle":r.data();d._jQueryInterface.call(e,o)})}),t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=r,d._jQueryInterface},d}(e),f=function(t){var e="dropdown",r="bs.dropdown",s="."+r,l=t.fn[e],u=new RegExp("38|40|27"),c={HIDE:"hide"+s,HIDDEN:"hidden"+s,SHOW:"show"+s,SHOWN:"shown"+s,CLICK:"click"+s,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},f={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",POSITION_STATIC:"position-static"},h={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},d={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},p={offset:0,flip:!0,boundary:"scrollParent"},g={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)"},v=function(){function l(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var v=l.prototype;return v.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(f.DISABLED)){var e=l._getParentFromElement(this._element),r=t(this._menu).hasClass(f.SHOW);if(l._clearMenus(),!r){var i={relatedTarget:this._element},o=t.Event(c.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar){if(void 0===n)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");var a=this._element;t(e).hasClass(f.DROPUP)&&(t(this._menu).hasClass(f.MENULEFT)||t(this._menu).hasClass(f.MENURIGHT))&&(a=e),"scrollParent"!==this._config.boundary&&t(e).addClass(f.POSITION_STATIC),this._popper=new n(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(e).closest(h.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(f.SHOW),t(e).toggleClass(f.SHOW).trigger(t.Event(c.SHOWN,i))}}}},v.dispose=function(){t.removeData(this._element,r),t(this._element).off(s),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},v.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},v._addEventListeners=function(){var e=this;t(this._element).on(c.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},v._getConfig=function(n){return n=o({},this.constructor.Default,t(this._element).data(),n),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},v._getMenuElement=function(){if(!this._menu){var e=l._getParentFromElement(this._element);this._menu=t(e).find(h.MENU)[0]}return this._menu},v._getPlacement=function(){var e=t(this._element).parent(),n=d.BOTTOM;return e.hasClass(f.DROPUP)?(n=d.TOP,t(this._menu).hasClass(f.MENURIGHT)&&(n=d.TOPEND)):e.hasClass(f.DROPRIGHT)?n=d.RIGHT:e.hasClass(f.DROPLEFT)?n=d.LEFT:t(this._menu).hasClass(f.MENURIGHT)&&(n=d.BOTTOMEND),n},v._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},v._getPopperConfig=function(){var t=this,e={};"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset;var n={placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return n},l._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(r),i="object"==typeof e?e:null;if(n||(n=new l(this,i),t(this).data(r,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},l._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(h.DATA_TOGGLE)),i=0;i0&&o--,40===e.which&&odocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},h._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},h._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},h={SHOW:"show",OUT:"out"},d={HIDE:"hide"+r,HIDDEN:"hidden"+r,SHOW:"show"+r,SHOWN:"shown"+r,INSERTED:"inserted"+r,CLICK:"click"+r,FOCUSIN:"focusin"+r,FOCUSOUT:"focusout"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r},p={FADE:"fade",SHOW:"show"},g={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},v={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function s(t,e){if(void 0===n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var m=s.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,r=t(e.currentTarget).data(n);r||(r=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,r)),r._activeTrigger.click=!r._activeTrigger.click,r._isWithActiveTrigger()?r._enter(null,r):r._leave(null,r)}else{if(t(this.getTipElement()).hasClass(p.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var r=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(r);var i=t.contains(this.element.ownerDocument.documentElement,this.element);if(r.isDefaultPrevented()||!i)return;var o=this.getTipElement(),l=a.getUID(this.constructor.NAME);o.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(o).addClass(p.FADE);var u="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var f=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(f),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:g.ARROW},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===h.OUT&&e._leave(null,e)};a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(this.tip).one(a.TRANSITION_END,d).emulateTransitionEnd(s._TRANSITION_DURATION):d()}},m.hide=function(e){var n=this,r=this.getTipElement(),i=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==h.SHOW&&r.parentNode&&r.parentNode.removeChild(r),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(i),i.isDefaultPrevented()||(t(r).removeClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[v.CLICK]=!1,this._activeTrigger[v.FOCUS]=!1,this._activeTrigger[v.HOVER]=!1,a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(r).one(a.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(g.TOOLTIP_INNER),this.getTitle()),e.removeClass(p.FADE+" "+p.SHOW)},m.setElementContent=function(e,n){var r=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?r?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[r?"html":"text"](n)},m.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},m._getAttachment=function(t){return c[t.toUpperCase()]},m._setListeners=function(){var e=this,n=this.config.trigger.split(" ");n.forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==v.MANUAL){var r=n===v.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,i=n===v.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(r,e.config.selector,function(t){return e._enter(t)}).on(i,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},m._enter=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusin"===e.type?v.FOCUS:v.HOVER]=!0),t(n.getTipElement()).hasClass(p.SHOW)||n._hoverState===h.SHOW?n._hoverState=h.SHOW:(clearTimeout(n._timeout),n._hoverState=h.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===h.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusout"===e.type?v.FOCUS:v.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=h.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===h.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=o({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(l);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(p.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},s._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new s(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return f}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return r}},{key:"DefaultType",get:function(){return u}}]),s}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=s,m._jQueryInterface},m}(e),p=function(t){var e="popover",n=".bs.popover",r=t.fn[e],a=new RegExp("(^|\\s)bs-popover\\S+","g"),s=o({},d.Default,{placement:"right",trigger:"click",content:"",template:''}),l=o({},d.DefaultType,{content:"(string|element|function)"}),u={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},f={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(r){var o,h;function d(){return r.apply(this,arguments)||this}h=r,(o=d).prototype=Object.create(h.prototype),o.prototype.constructor=o,o.__proto__=h;var p=d.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},p.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},p.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(c.CONTENT),n),e.removeClass(u.FADE+" "+u.SHOW)},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),r="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,r),t(this).data("bs.popover",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(d,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return f}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(d);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=r,h._jQueryInterface},h}(e),g=function(t){var e="scrollspy",n=t.fn[e],r={offset:10,method:"auto",target:""},s={offset:"number",method:"string",target:"(string|element)"},l={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},u={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},c={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},f={OFFSET:"offset",POSITION:"position"},h=function(){function n(e,n){var r=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+c.NAV_LINKS+","+this._config.target+" "+c.LIST_ITEMS+","+this._config.target+" "+c.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(l.SCROLL,function(t){return r._process(t)}),this.refresh(),this._process()}var h=n.prototype;return h.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?f.OFFSET:f.POSITION,r="auto"===this._config.method?n:this._config.method,i=r===f.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight();var o=t.makeArray(t(this._selector));o.map(function(e){var n,o=a.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[r]().top+i,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},h.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},h._getConfig=function(n){if("string"!=typeof(n=o({},r,n)).target){var i=t(n.target).attr("id");i||(i=a.getUID(e),t(n.target).attr("id",i)),n.target="#"+i}return a.typeCheckConfig(e,n,s),n},h._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},h._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},h._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},h._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var r=this._targets[this._targets.length-1];this._activeTarget!==r&&this._activate(r)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var i=this._offsets.length;i--;){var o=this._activeTarget!==this._targets[i]&&t>=this._offsets[i]&&(void 0===this._offsets[i+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},s=function(){function e(t){this._element=t}var s=e.prototype;return s.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(r.ACTIVE)||t(this._element).hasClass(r.DISABLED))){var i,s,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],u=a.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;s=(s=t.makeArray(t(l).find(c)))[s.length-1]}var f=t.Event(n.HIDE,{relatedTarget:this._element}),h=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(f),t(this._element).trigger(h),!h.isDefaultPrevented()&&!f.isDefaultPrevented()){u&&(i=t(u)[0]),this._activate(this._element,l);var d=function(){var r=t.Event(n.HIDDEN,{relatedTarget:e._element}),i=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(r),t(e._element).trigger(i)};i?this._activate(i,i.parentNode,d):d()}}},s.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},s._activate=function(e,n,i){var s=this,l=("UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],u=i&&a.supportsTransitionEnd()&&l&&t(l).hasClass(r.FADE),c=function(){return s._transitionComplete(e,l,i)};l&&u?t(l).one(a.TRANSITION_END,c).emulateTransitionEnd(150):c()},s._transitionComplete=function(e,n,i){if(n){t(n).removeClass(r.SHOW+" "+r.ACTIVE);var s=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];s&&t(s).removeClass(r.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(r.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),a.reflow(e),t(e).addClass(r.SHOW),e.parentNode&&t(e.parentNode).hasClass(r.DROPDOWN_MENU)){var l=t(e).closest(o.DROPDOWN)[0];l&&t(l).find(o.DROPDOWN_TOGGLE).addClass(r.ACTIVE),e.setAttribute("aria-expanded",!0)}i&&i()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.tab");if(i||(i=new e(this),r.data("bs.tab",i)),"string"==typeof n){if(void 0===i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),s._jQueryInterface.call(t(this),"show")}),t.fn.tab=s._jQueryInterface,t.fn.tab.Constructor=s,t.fn.tab.noConflict=function(){return t.fn.tab=e,s._jQueryInterface},s}(e);(function(t){if(void 0===t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")})(e),t.Util=a,t.Alert=s,t.Button=l,t.Carousel=u,t.Collapse=c,t.Dropdown=f,t.Modal=h,t.Popover=p,t.Scrollspy=g,t.Tab=v,t.Tooltip=d,Object.defineProperty(t,"__esModule",{value:!0})}(e,n(0),n(2))},function(t,e,n){"use strict";n.r(e);var r=n(5),i=n.n(r),o=n(0),a=n.n(o),s=(n(8),n(2),n(4)),l=n.n(s);n(7),n(6);a()(function(){a.a.getJSON("data/screenshots.json",function(t){a.a.getJSON("data/spider_result.json",function(e){var n=a()("tbody");a.a.each(e,function(e,r){var o,s,u=a()(document.createElement("tr")),c=null;"DE:ORTSVERBAND"===r.meta.level?c="OV":"DE:KREISVERBAND"===r.meta.level?c="KV":"DE:LANDESVERBAND"===r.meta.level&&(c="LV"),u.append(""+(null===c?"":c)+""),u.append(""+(null===r.meta.state?"":r.meta.state)+""),u.append(""+(null===r.meta.district?"":r.meta.district)+""),u.append(""+(null===r.meta.city?"":r.meta.city)+""),u.append(''+(o=l.a.toUnicode(r.input_url),s=60,o.length>s&&(o=o.substring(0,s)+"…"),o)+""),u.append(""+r.score.toFixed(1)+"");var f=i.a.join(r.details.ipv4_addresses,", ");u.append(''+(""===f?"❌":f)+""),u.append(''+(r.result.SITE_REACHABLE.value?"✅":"❌")+"");var h="bad";r.result.HTTP_RESPONSE_DURATION.score>0&&(h="medium"),r.result.HTTP_RESPONSE_DURATION.score>.5&&(h="good"),u.append(''+r.result.HTTP_RESPONSE_DURATION.value+" ms");var d=r.result.FAVICON.value;u.append(''+(d?'':"❌")+"");var p=r.result.WWW_OPTIONAL.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.CANONICAL_URL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.HTTPS.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.FEEDS.value;u.append(''+(m?"✅":"❌")+"");var _=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(_='M',_+='D'));u.append(''+(_||"❌")+""),u.append(''+(r.details.cms?r.details.cms:"")+""),n.append(u)}),a()("table.table").DataTable({order:[[0,"asc"]],paging:!1,pageLength:1e4,language:{search:"Suche"}})})})})}]); \ No newline at end of file diff --git a/docs/data/spider_result.json b/docs/data/spider_result.json index 477c06a..ee038f1 100644 --- a/docs/data/spider_result.json +++ b/docs/data/spider_result.json @@ -4,6 +4,7 @@ "canonical_urls": [ "http://die-gruenen-bissendorf.de/" ], + "cms": "joomla", "feeds": [ "http://die-gruenen-bissendorf.de/index.php?format=feed&type=rss" ], @@ -62,7 +63,7 @@ "opengraph": null, "title": "Willkommen bei den Grünen in Bissendorf" }, - "duration": 147, + "duration": 208, "error": null, "status_code": 200, "url": "http://die-gruenen-bissendorf.de/" @@ -101,7 +102,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 147 + "value": 208 }, "SITE_REACHABLE": { "score": 1, @@ -119,6 +120,7 @@ "canonical_urls": [ "http://die-gruenen-burscheid.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://die-gruenen-burscheid.de/comments/feed/", "http://die-gruenen-burscheid.de/feed/" @@ -187,15 +189,15 @@ "generator": null, "icon": "http://die-gruenen-burscheid.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die Grünen in Burscheid" }, - "duration": 665, + "duration": 962, "error": null, "status_code": 200, "url": "http://die-gruenen-burscheid.de/" @@ -234,7 +236,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 665 + "value": 962 }, "SITE_REACHABLE": { "score": 1, @@ -252,6 +254,7 @@ "canonical_urls": [ "http://die-gruenen-meppen.de/" ], + "cms": "wordpress", "feeds": [ "http://die-gruenen-meppen.de/?feed=rss2" ], @@ -309,7 +312,7 @@ "opengraph": null, "title": "Startseite - Die GRÜNEN in Meppen" }, - "duration": 556, + "duration": 545, "error": null, "status_code": 200, "url": "http://die-gruenen-meppen.de/" @@ -348,7 +351,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 556 + "value": 545 }, "SITE_REACHABLE": { "score": 1, @@ -366,6 +369,7 @@ "canonical_urls": [ "http://diegruenen-scheessel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "diegruenen-scheessel.de": { @@ -424,7 +428,7 @@ "opengraph": null, "title": "Ortsverband Scheeßel: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://diegruenen-scheessel.de/startseite/" @@ -464,7 +468,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -482,6 +486,7 @@ "canonical_urls": [ "http://gruene-abgland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-abgland.de": { @@ -540,7 +545,7 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN Altenburg: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-abgland.de/startseite/" @@ -580,7 +585,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -598,6 +603,7 @@ "canonical_urls": [ "http://gruene-ak.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ak.de": { @@ -656,7 +662,7 @@ "opengraph": null, "title": "Kreisverband Altenkirchen: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-ak.de/home/" @@ -696,7 +702,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -714,6 +720,7 @@ "canonical_urls": [ "http://gruene-alfter.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-alfter.de/comments/feed/", "http://gruene-alfter.de/feed/" @@ -782,15 +789,15 @@ "generator": null, "icon": "http://gruene-alfter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Alfter" }, - "duration": 791, + "duration": 855, "error": null, "status_code": 200, "url": "http://gruene-alfter.de/" @@ -829,7 +836,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 791 + "value": 855 }, "SITE_REACHABLE": { "score": 1, @@ -847,6 +854,7 @@ "canonical_urls": [ "http://gruene-altmark.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-altmark.de/comments/feed/", "http://gruene-altmark.de/feed/" @@ -915,14 +923,14 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 524, + "duration": 534, "error": null, "status_code": 200, "url": "http://gruene-altmark.de/" @@ -961,7 +969,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 524 + "value": 534 }, "SITE_REACHABLE": { "score": 1, @@ -979,6 +987,7 @@ "canonical_urls": [ "http://gruene-altmark.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-altmark.de/comments/feed/", "http://gruene-altmark.de/feed/" @@ -1047,14 +1056,14 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 540, + "duration": 589, "error": null, "status_code": 200, "url": "http://gruene-altmark.de/" @@ -1093,7 +1102,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 540 + "value": 589 }, "SITE_REACHABLE": { "score": 1, @@ -1111,6 +1120,7 @@ "canonical_urls": [ "http://gruene-altrip.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-altrip.de": { @@ -1169,7 +1179,7 @@ "opengraph": null, "title": "GRÜNE Altrip: Home" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-altrip.de/home/" @@ -1209,7 +1219,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -1227,6 +1237,7 @@ "canonical_urls": [ "http://gruene-alzey-worms.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-alzey-worms.de": { @@ -1285,7 +1296,7 @@ "opengraph": null, "title": "KV Alzey-Worms: Startseite" }, - "duration": 31, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-alzey-worms.de/startseite/" @@ -1325,7 +1336,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 74 }, "SITE_REACHABLE": { "score": 1, @@ -1343,6 +1354,7 @@ "canonical_urls": [ "http://gruene-apen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-apen.de/comments/feed/", "http://gruene-apen.de/feed/" @@ -1400,15 +1412,15 @@ "generator": null, "icon": "http://gruene-apen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Apen" }, - "duration": 289, + "duration": 278, "error": null, "status_code": 200, "url": "http://gruene-apen.de/" @@ -1447,7 +1459,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 289 + "value": 278 }, "SITE_REACHABLE": { "score": 1, @@ -1465,6 +1477,7 @@ "canonical_urls": [ "http://gruene-bad-honnef.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bad-honnef.de/comments/feed/", "http://gruene-bad-honnef.de/feed/", @@ -1535,15 +1548,15 @@ "generator": null, "icon": "http://gruene-bad-honnef.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Bad Honnef" }, - "duration": 39, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-bad-honnef.de/" @@ -1582,7 +1595,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -1600,6 +1613,7 @@ "canonical_urls": [ "http://gruene-barnstorf.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-barnstorf.de/index.php?format=feed&type=rss" ], @@ -1658,7 +1672,7 @@ "opengraph": null, "title": "Willkommen!" }, - "duration": 96, + "duration": 153, "error": null, "status_code": 200, "url": "http://gruene-barnstorf.de/" @@ -1695,9 +1709,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 96 + "value": 153 }, "SITE_REACHABLE": { "score": 1, @@ -1708,7 +1722,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -1718,6 +1732,7 @@ "https://gruene-barsinghausen.de/", "https://www.gruene-barsinghausen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-barsinghausen.de": { @@ -1779,7 +1794,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 105, + "duration": 124, "error": null, "status_code": 200, "url": "http://gruene-barsinghausen.de/" @@ -1794,7 +1809,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 120, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-barsinghausen.de/" @@ -1809,7 +1824,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 194, + "duration": 220, "error": null, "status_code": 200, "url": "https://gruene-barsinghausen.de/" @@ -1824,7 +1839,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 153, + "duration": 197, "error": null, "status_code": 200, "url": "https://www.gruene-barsinghausen.de/" @@ -1858,13 +1873,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 167 }, "SITE_REACHABLE": { "score": 1, @@ -1875,13 +1890,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-bernkastel-wittlich.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bernkastel-wittlich.de": { @@ -1940,7 +1956,7 @@ "opengraph": null, "title": "Kreisverband Bernkastel-Wittlich: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-bernkastel-wittlich.de/startseite/" @@ -1980,7 +1996,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -1998,6 +2014,7 @@ "canonical_urls": [ "http://gruene-beverstedt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-beverstedt.de/?feed=comments-rss2", "http://gruene-beverstedt.de/?feed=rss2" @@ -2055,15 +2072,15 @@ "generator": null, "icon": "http://gruene-beverstedt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "B90-Grüne Beverstedt" }, - "duration": 139, + "duration": 151, "error": null, "status_code": 200, "url": "http://gruene-beverstedt.de/" @@ -2102,7 +2119,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 139 + "value": 151 }, "SITE_REACHABLE": { "score": 1, @@ -2120,6 +2137,7 @@ "canonical_urls": [ "http://gruene-bezirksverband-mittelrhein.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bezirksverband-mittelrhein.de/comments/feed/", "http://gruene-bezirksverband-mittelrhein.de/feed/" @@ -2188,15 +2206,15 @@ "generator": null, "icon": "http://gruene-bezirksverband-mittelrhein.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband von BÜNDNIS 90/DIE GRÜNEN » GRÜNE Mittelrhein" }, - "duration": 39, + "duration": 73, "error": null, "status_code": 200, "url": "http://gruene-bezirksverband-mittelrhein.de/" @@ -2235,7 +2253,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -2253,6 +2271,7 @@ "canonical_urls": [ "http://gruene-birkenfeld.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-birkenfeld.de": { @@ -2311,7 +2330,7 @@ "opengraph": null, "title": "Kreisverband Birkenfeld: Home" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-birkenfeld.de/home/" @@ -2351,7 +2370,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -2369,6 +2388,7 @@ "canonical_urls": [ "http://gruene-blieskastel.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-blieskastel.de/comments/feed", "http://gruene-blieskastel.de/feed" @@ -2437,7 +2457,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Blieskastel | Grün wirkt!" }, - "duration": 706, + "duration": 684, "error": null, "status_code": 200, "url": "http://gruene-blieskastel.de/" @@ -2477,7 +2497,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 706 + "value": 684 }, "SITE_REACHABLE": { "score": 1, @@ -2495,6 +2515,7 @@ "canonical_urls": [ "http://gruene-blk.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-blk.de": { @@ -2553,7 +2574,7 @@ "opengraph": null, "title": "KV Burgenlandkreis: Startseite" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-blk.de/startseite/" @@ -2593,7 +2614,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -2611,6 +2632,7 @@ "canonical_urls": [ "http://gruene-bornheim.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bornheim.de": { @@ -2669,7 +2691,7 @@ "opengraph": null, "title": "Ortsverband Bornheim: Home" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bornheim.de/home/" @@ -2709,7 +2731,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -2727,6 +2749,7 @@ "canonical_urls": [ "https://gruene-bous.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-bous.de/comments/feed/", "https://gruene-bous.de/feed/" @@ -2791,7 +2814,7 @@ "opengraph": null, "title": "Ortsverband Bous - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 309, + "duration": 313, "error": null, "status_code": 200, "url": "https://gruene-bous.de/" @@ -2823,13 +2846,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 309 + "value": 313 }, "SITE_REACHABLE": { "score": 1, @@ -2840,13 +2863,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-braunschweig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-braunschweig.de/comments/feed/", "http://gruene-braunschweig.de/feed/" @@ -2915,17 +2939,17 @@ "generator": null, "icon": "http://gruene-braunschweig.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne in BraunschweigGrüne Braunschweig" }, - "duration": 739, + "duration": 813, "error": null, "status_code": 200, "url": "http://gruene-braunschweig.de/" @@ -2964,7 +2988,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 739 + "value": 813 }, "SITE_REACHABLE": { "score": 1, @@ -2982,6 +3006,7 @@ "canonical_urls": [ "http://gruene-bremen-nordost.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-nordost.de": { @@ -3040,7 +3065,7 @@ "opengraph": null, "title": "KV Bremen-Nordost: Home" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-bremen-nordost.de/home/" @@ -3080,7 +3105,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -3098,6 +3123,7 @@ "canonical_urls": [ "http://gruene-bremen-ost.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-ost.de": { @@ -3156,7 +3182,7 @@ "opengraph": null, "title": "Kreisverband Bremen-Ost: Startseite" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-bremen-ost.de/startseite/" @@ -3196,7 +3222,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -3214,6 +3240,7 @@ "canonical_urls": [ "http://gruene-bremervoerde.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremervoerde.de": { @@ -3272,7 +3299,7 @@ "opengraph": null, "title": "B90/GRÜNE OV Bremervörde: Aktuelles" }, - "duration": 34, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-bremervoerde.de/aktuelles/" @@ -3312,7 +3339,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3330,6 +3357,7 @@ "canonical_urls": [ "http://gruene-buchholz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-buchholz.de": { @@ -3388,7 +3416,7 @@ "opengraph": null, "title": "GRÜNE BUCHHOLZ: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-buchholz.de/startseite/" @@ -3428,7 +3456,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -3449,6 +3477,7 @@ "https://gruene-burgdorf.de/", "https://www.gruene-burgdorf.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-burgdorf.de": { @@ -3510,7 +3539,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 101, + "duration": 143, "error": null, "status_code": 200, "url": "http://gruene-burgdorf.de/" @@ -3525,7 +3554,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 120, + "duration": 131, "error": null, "status_code": 200, "url": "http://www.gruene-burgdorf.de/" @@ -3540,7 +3569,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 159, + "duration": 229, "error": null, "status_code": 200, "url": "https://gruene-burgdorf.de/" @@ -3555,7 +3584,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 144, + "duration": 231, "error": null, "status_code": 200, "url": "https://www.gruene-burgdorf.de/" @@ -3589,13 +3618,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 131 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -3606,13 +3635,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-cremlingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cremlingen.de": { @@ -3671,7 +3701,7 @@ "opengraph": null, "title": "Gemeindeverband Cremlingen: Startseite" }, - "duration": 32, + "duration": 81, "error": null, "status_code": 200, "url": "http://gruene-cremlingen.de/startseite/" @@ -3711,7 +3741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 81 }, "SITE_REACHABLE": { "score": 1, @@ -3729,6 +3759,7 @@ "canonical_urls": [ "http://gruene-cw.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cw.de": { @@ -3787,7 +3818,7 @@ "opengraph": null, "title": "KV Charlottenburg-Wilmersdorf: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-cw.de/aktuelles/" @@ -3827,7 +3858,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3845,6 +3876,7 @@ "canonical_urls": [ "http://gruene-donnersberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-donnersberg.de": { @@ -3903,7 +3935,7 @@ "opengraph": null, "title": "Kreisverband Donnersberg: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-donnersberg.de/home/" @@ -3943,7 +3975,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3962,6 +3994,7 @@ "http://gruene-dudenhofen.de/", "http://www.gruene-dudenhofen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dudenhofen.de": { @@ -4024,7 +4057,7 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 26, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-dudenhofen.de/" @@ -4039,7 +4072,7 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 24, + "duration": 55, "error": null, "status_code": 200, "url": "http://www.gruene-dudenhofen.de/" @@ -4081,7 +4114,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 25 + "value": 59 }, "SITE_REACHABLE": { "score": 1, @@ -4099,6 +4132,7 @@ "canonical_urls": [ "https://gruene-dudweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dudweiler.de/comments/feed/", "https://gruene-dudweiler.de/feed/" @@ -4163,7 +4197,7 @@ "opengraph": null, "title": "Ortsverband Dudweiler - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 321, + "duration": 449, "error": null, "status_code": 200, "url": "https://gruene-dudweiler.de/" @@ -4195,13 +4229,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 321 + "value": 449 }, "SITE_REACHABLE": { "score": 1, @@ -4212,13 +4246,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-eaf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eaf.de": { @@ -4277,7 +4312,7 @@ "opengraph": null, "title": "OV Elm-Asse-Fallstein: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-eaf.de/startseite/" @@ -4317,7 +4352,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -4335,6 +4370,7 @@ "canonical_urls": [ "http://gruene-eln.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eln.de": { @@ -4393,7 +4429,7 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN KV Emsland Nord: Startseite" }, - "duration": 31, + "duration": 90, "error": null, "status_code": 200, "url": "http://gruene-eln.de/startseite/" @@ -4433,7 +4469,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 90 }, "SITE_REACHABLE": { "score": 1, @@ -4451,6 +4487,7 @@ "canonical_urls": [ "https://gruene-ensdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ensdorf.de/comments/feed/", "https://gruene-ensdorf.de/feed/" @@ -4515,7 +4552,7 @@ "opengraph": null, "title": "Ortsverband Ensdorf - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 244, + "duration": 333, "error": null, "status_code": 200, "url": "https://gruene-ensdorf.de/" @@ -4547,13 +4584,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 244 + "value": 333 }, "SITE_REACHABLE": { "score": 1, @@ -4564,13 +4601,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-essen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-essen.de/comments/feed/", "http://gruene-essen.de/feed/" @@ -4628,16 +4666,16 @@ "generator": null, "icon": "http://gruene-essen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Essen" }, - "duration": 225, + "duration": 239, "error": null, "status_code": 200, "url": "http://gruene-essen.de/" @@ -4676,7 +4714,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 239 }, "SITE_REACHABLE": { "score": 1, @@ -4694,6 +4732,7 @@ "canonical_urls": [ "http://gruene-frankenthal.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frankenthal.de": { @@ -4752,7 +4791,7 @@ "opengraph": null, "title": "Kreisverband Frankenthal: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-frankenthal.de/home/" @@ -4792,7 +4831,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -4810,6 +4849,7 @@ "canonical_urls": [ "https://gruene-friedrichsthal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-friedrichsthal.de/comments/feed/", "https://gruene-friedrichsthal.de/feed/" @@ -4874,7 +4914,7 @@ "opengraph": null, "title": "Ortsverband Friedrichsthal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 251, + "duration": 407, "error": null, "status_code": 200, "url": "https://gruene-friedrichsthal.de/" @@ -4906,13 +4946,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 251 + "value": 407 }, "SITE_REACHABLE": { "score": 1, @@ -4923,7 +4963,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -4933,6 +4973,7 @@ "https://gruene-garbsen.de/", "https://www.gruene-garbsen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-garbsen.de": { @@ -4994,7 +5035,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 94, + "duration": 124, "error": null, "status_code": 200, "url": "http://gruene-garbsen.de/" @@ -5009,7 +5050,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 99, + "duration": 128, "error": null, "status_code": 200, "url": "http://www.gruene-garbsen.de/" @@ -5024,7 +5065,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 136, + "duration": 217, "error": null, "status_code": 200, "url": "https://gruene-garbsen.de/" @@ -5039,7 +5080,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 136, + "duration": 206, "error": null, "status_code": 200, "url": "https://www.gruene-garbsen.de/" @@ -5073,13 +5114,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 116 + "value": 169 }, "SITE_REACHABLE": { "score": 1, @@ -5090,13 +5131,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-ger.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ger.de": { @@ -5155,7 +5197,7 @@ "opengraph": null, "title": "B90/GRÜNE KV Germersheim: Home" }, - "duration": 51, + "duration": 92, "error": null, "status_code": 200, "url": "http://gruene-ger.de/home/" @@ -5195,7 +5237,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 51 + "value": 92 }, "SITE_REACHABLE": { "score": 1, @@ -5213,6 +5255,7 @@ "canonical_urls": [ "http://gruene-gera.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gera.de": { @@ -5271,7 +5314,7 @@ "opengraph": null, "title": "Grünes Gera: Willkommen bei den Geraer Grünen" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-gera.de/startseite/" @@ -5311,7 +5354,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -5329,6 +5372,7 @@ "canonical_urls": [ "https://gruene-gersheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-gersheim.de/comments/feed/", "https://gruene-gersheim.de/feed/" @@ -5393,7 +5437,7 @@ "opengraph": null, "title": "Ortsverband Gersheim - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 278, + "duration": 353, "error": null, "status_code": 200, "url": "https://gruene-gersheim.de/" @@ -5425,13 +5469,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 278 + "value": 353 }, "SITE_REACHABLE": { "score": 1, @@ -5442,13 +5486,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-gotha.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gotha.de": { @@ -5507,7 +5552,7 @@ "opengraph": null, "title": "Für mehr Grün im Landkreis: Aktuelles" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-gotha.de/aktuelles/" @@ -5547,7 +5592,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -5565,6 +5610,7 @@ "canonical_urls": [ "http://gruene-greiz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-greiz.de": { @@ -5623,7 +5669,7 @@ "opengraph": null, "title": "Kreisverband Greiz: Startseite" }, - "duration": 30, + "duration": 83, "error": null, "status_code": 200, "url": "http://gruene-greiz.de/startseite/" @@ -5663,7 +5709,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 83 }, "SITE_REACHABLE": { "score": 1, @@ -5682,6 +5728,7 @@ "http://gruene-halberg.de/", "http://www.gruene-halberg.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-halberg.de": { @@ -5744,7 +5791,7 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 31, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-halberg.de/" @@ -5759,7 +5806,7 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 29, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-halberg.de/" @@ -5801,7 +5848,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -5822,6 +5869,7 @@ "https://gruene-hemmingen.de/", "https://www.gruene-hemmingen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-hemmingen.de": { @@ -5883,7 +5931,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 105, + "duration": 126, "error": null, "status_code": 200, "url": "http://gruene-hemmingen.de/" @@ -5898,7 +5946,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 100, + "duration": 139, "error": null, "status_code": 200, "url": "http://www.gruene-hemmingen.de/" @@ -5913,7 +5961,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 153, + "duration": 238, "error": null, "status_code": 200, "url": "https://gruene-hemmingen.de/" @@ -5928,7 +5976,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 141, + "duration": 208, "error": null, "status_code": 200, "url": "https://www.gruene-hemmingen.de/" @@ -5962,13 +6010,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 125 + "value": 178 }, "SITE_REACHABLE": { "score": 1, @@ -5979,13 +6027,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-hennef.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hennef.de": { @@ -6044,7 +6093,7 @@ "opengraph": null, "title": "B90/GRÜNE Hennef: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-hennef.de/aktuelles/" @@ -6084,7 +6133,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -6102,6 +6151,7 @@ "canonical_urls": [ "https://gruene-heusweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-heusweiler.de/comments/feed/", "https://gruene-heusweiler.de/feed/" @@ -6166,7 +6216,7 @@ "opengraph": null, "title": "Grüne Heusweiler - Stark für die Region !" }, - "duration": 235, + "duration": 325, "error": null, "status_code": 200, "url": "https://gruene-heusweiler.de/" @@ -6198,13 +6248,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 235 + "value": 325 }, "SITE_REACHABLE": { "score": 1, @@ -6215,13 +6265,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-hollenstedt.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hollenstedt.de": { @@ -6280,7 +6331,7 @@ "opengraph": null, "title": "Grüner Ortsverband Hollenstedt: Aktuelles" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hollenstedt.de/aktuelles/" @@ -6320,7 +6371,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -6338,6 +6389,7 @@ "canonical_urls": [ "http://www.gruene-homburg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-homburg.de/?feed=rss2" ], @@ -6378,7 +6430,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -6386,7 +6438,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -6406,7 +6458,7 @@ "opengraph": null, "title": "Startseite - Grüne Homburg" }, - "duration": 663, + "duration": 709, "error": null, "status_code": 200, "url": "http://www.gruene-homburg.de/" @@ -6445,7 +6497,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 663 + "value": 709 }, "SITE_REACHABLE": { "score": 1, @@ -6463,6 +6515,7 @@ "canonical_urls": [ "http://gruene-igb.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-igb.de": { @@ -6514,7 +6567,7 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen St. Ingbert" }, - "duration": 26, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-igb.de/" @@ -6555,7 +6608,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 26 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -6573,6 +6626,7 @@ "canonical_urls": [ "http://gruene-im-vest.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-im-vest.de": { @@ -6631,7 +6685,7 @@ "opengraph": null, "title": "KV Recklinghausen: Home" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-im-vest.de/home/" @@ -6671,7 +6725,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -6689,6 +6743,7 @@ "canonical_urls": [ "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-im-weimarer-land.de": { @@ -6747,7 +6802,7 @@ "opengraph": null, "title": "GRÜNE IM WEIMARER LAND: Grüne Neuigkeiten" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" @@ -6787,7 +6842,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -6808,6 +6863,7 @@ "https://gruene-isernhagen.de/", "https://www.gruene-isernhagen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-isernhagen.de": { @@ -6869,7 +6925,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 98, + "duration": 139, "error": null, "status_code": 200, "url": "http://gruene-isernhagen.de/" @@ -6884,7 +6940,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 100, + "duration": 160, "error": null, "status_code": 200, "url": "http://www.gruene-isernhagen.de/" @@ -6899,7 +6955,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 178, + "duration": 210, "error": null, "status_code": 200, "url": "https://gruene-isernhagen.de/" @@ -6914,7 +6970,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 148, + "duration": 228, "error": null, "status_code": 200, "url": "https://www.gruene-isernhagen.de/" @@ -6948,13 +7004,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 131 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -6965,13 +7021,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-jena.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-jena.de": { @@ -7030,7 +7087,7 @@ "opengraph": null, "title": "Die Grünen in Jena: AKTUELLES" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-jena.de/aktuelles/" @@ -7070,7 +7127,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -7088,6 +7145,7 @@ "canonical_urls": [ "http://gruene-jerichower-land.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-jerichower-land.de/comments/feed/", "http://gruene-jerichower-land.de/feed/" @@ -7129,7 +7187,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -7137,7 +7195,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -7156,15 +7214,15 @@ "generator": null, "icon": "http://gruene-jerichower-land.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Jerichower Land" }, - "duration": 517, + "duration": 361, "error": null, "status_code": 200, "url": "http://gruene-jerichower-land.de/" @@ -7203,7 +7261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 517 + "value": 361 }, "SITE_REACHABLE": { "score": 1, @@ -7221,6 +7279,7 @@ "canonical_urls": [ "https://www.gruene-kassel.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-kassel.de": { @@ -7267,14 +7326,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Bündnis 90/Die Grünen Kassel" }, - "duration": 122, + "duration": 203, "error": null, "status_code": 200, "url": "https://www.gruene-kassel.de/" @@ -7308,13 +7367,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 122 + "value": 203 }, "SITE_REACHABLE": { "score": 1, @@ -7325,13 +7384,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-kl.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kl.de": { @@ -7390,7 +7450,7 @@ "opengraph": null, "title": "Kaiserslautern Stadt/Land: Home - Aktuelles" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-kl.de/home-aktuelles/" @@ -7430,7 +7490,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -7448,6 +7508,7 @@ "canonical_urls": [ "https://gruene-kleinblittersdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kleinblittersdorf.de/comments/feed/", "https://gruene-kleinblittersdorf.de/feed/" @@ -7512,7 +7573,7 @@ "opengraph": null, "title": "Ortsverband Kleinblittersdorf - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 301, + "duration": 330, "error": null, "status_code": 200, "url": "https://gruene-kleinblittersdorf.de/" @@ -7544,13 +7605,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 330 }, "SITE_REACHABLE": { "score": 1, @@ -7561,13 +7622,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-koblenz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-koblenz.de": { @@ -7626,7 +7688,7 @@ "opengraph": null, "title": "Kreisverband Koblenz: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-koblenz.de/home/" @@ -7666,7 +7728,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -7684,6 +7746,7 @@ "canonical_urls": [ "https://www.gruene-krummhoern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-krummhoern.de/comments/feed", "https://www.gruene-krummhoern.de/feed" @@ -7746,15 +7809,15 @@ "generator": null, "icon": "https://www.gruene-krummhoern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Krummhörn" }, - "duration": 123, + "duration": 196, "error": null, "status_code": 200, "url": "https://www.gruene-krummhoern.de/" @@ -7786,13 +7849,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 123 + "value": 196 }, "SITE_REACHABLE": { "score": 1, @@ -7803,13 +7866,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-kusel.de/willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kusel.de": { @@ -7868,7 +7932,7 @@ "opengraph": null, "title": "Kreisverband Kusel: Willkommen" }, - "duration": 30, + "duration": 112, "error": null, "status_code": 200, "url": "http://gruene-kusel.de/willkommen/" @@ -7906,9 +7970,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 30 + "value": 112 }, "SITE_REACHABLE": { "score": 1, @@ -7919,13 +7983,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-kv-borken.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kv-borken.de/comments/feed/", "http://gruene-kv-borken.de/feed/" @@ -7994,17 +8059,17 @@ "generator": null, "icon": "http://gruene-kv-borken.de/wp-content/themes/1507917786-b0aO66/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "KV BORKENVORSTAND DES KV BORKEN" }, - "duration": 682, + "duration": 748, "error": null, "status_code": 200, "url": "http://gruene-kv-borken.de/" @@ -8043,7 +8108,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 682 + "value": 748 }, "SITE_REACHABLE": { "score": 1, @@ -8061,6 +8126,7 @@ "canonical_urls": [ "http://gruene-kv-brb.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-brb.de": { @@ -8119,7 +8185,7 @@ "opengraph": null, "title": "Brandenburg an der Havel: Home" }, - "duration": 30, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-kv-brb.de/home/" @@ -8159,7 +8225,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -8177,6 +8243,7 @@ "canonical_urls": [ "http://gruene-kv-lauenburg.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-lauenburg.de": { @@ -8235,7 +8302,7 @@ "opengraph": null, "title": "Herzogtum Lauenburg: Home – Aktuelles" }, - "duration": 31, + "duration": 77, "error": null, "status_code": 200, "url": "http://gruene-kv-lauenburg.de/home-aktuelles/" @@ -8275,7 +8342,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 77 }, "SITE_REACHABLE": { "score": 1, @@ -8293,6 +8360,7 @@ "canonical_urls": [ "http://gruene-kv-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-stade.de": { @@ -8351,7 +8419,7 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 45, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" @@ -8391,7 +8459,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 45 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -8412,6 +8480,7 @@ "https://gruene-laatzen.de/", "https://www.gruene-laatzen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-laatzen.de": { @@ -8473,7 +8542,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 96, + "duration": 153, "error": null, "status_code": 200, "url": "http://gruene-laatzen.de/" @@ -8488,7 +8557,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 94, + "duration": 152, "error": null, "status_code": 200, "url": "http://www.gruene-laatzen.de/" @@ -8503,7 +8572,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 146, + "duration": 207, "error": null, "status_code": 200, "url": "https://gruene-laatzen.de/" @@ -8518,7 +8587,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 141, + "duration": 214, "error": null, "status_code": 200, "url": "https://www.gruene-laatzen.de/" @@ -8552,13 +8621,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 119 + "value": 182 }, "SITE_REACHABLE": { "score": 1, @@ -8569,13 +8638,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruene-lebach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-lebach.de/comments/feed/", "https://gruene-lebach.de/feed/" @@ -8640,7 +8710,7 @@ "opengraph": null, "title": "Ortsverband Lebach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 299, + "duration": 344, "error": null, "status_code": 200, "url": "https://gruene-lebach.de/" @@ -8672,13 +8742,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 299 + "value": 344 }, "SITE_REACHABLE": { "score": 1, @@ -8689,13 +8759,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-leichlingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-leichlingen.de": { @@ -8754,7 +8825,7 @@ "opengraph": null, "title": "Ortsverband Leichlingen: Home" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-leichlingen.de/home/" @@ -8794,7 +8865,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -8812,6 +8883,7 @@ "canonical_urls": [ "http://gruene-lichtenberg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-lichtenberg.de/comments/feed/", "http://gruene-lichtenberg.de/feed/" @@ -8853,7 +8925,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -8861,7 +8933,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -8880,16 +8952,16 @@ "generator": null, "icon": "http://gruene-lichtenberg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 589, + "duration": 695, "error": null, "status_code": 200, "url": "http://gruene-lichtenberg.de/" @@ -8928,7 +9000,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 589 + "value": 695 }, "SITE_REACHABLE": { "score": 1, @@ -8946,6 +9018,7 @@ "canonical_urls": [ "http://gruene-limburgerhof.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-limburgerhof.de": { @@ -9004,7 +9077,7 @@ "opengraph": null, "title": "Ortsverband Limburgerhof: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-limburgerhof.de/startseite/" @@ -9044,7 +9117,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -9062,6 +9135,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9120,7 +9194,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 34, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9160,7 +9234,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -9178,6 +9252,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9236,7 +9311,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 33, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9276,7 +9351,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -9294,6 +9369,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9352,7 +9428,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9392,7 +9468,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -9410,6 +9486,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9468,7 +9545,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 38, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9508,7 +9585,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -9526,6 +9603,7 @@ "canonical_urls": [ "http://gruene-magdeburg.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-magdeburg.de": { @@ -9584,7 +9662,7 @@ "opengraph": null, "title": "Kreisverband Magdeburg: Start" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-magdeburg.de/start/" @@ -9624,7 +9702,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -9642,6 +9720,7 @@ "canonical_urls": [ "http://gruene-main-kinzig.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-main-kinzig.de": { @@ -9700,7 +9779,7 @@ "opengraph": null, "title": "Kreisverband Main-Kinzig: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-main-kinzig.de/home/" @@ -9740,7 +9819,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -9758,6 +9837,7 @@ "canonical_urls": [ "http://gruene-mansfeld-suedharz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mansfeld-suedharz.de": { @@ -9816,7 +9896,7 @@ "opengraph": null, "title": "KV Mansfeld-Südharz: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-mansfeld-suedharz.de/home/" @@ -9856,7 +9936,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -9874,6 +9954,7 @@ "canonical_urls": [ "http://gruene-meckenheim.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-meckenheim.de": { @@ -9925,7 +10006,7 @@ "opengraph": null, "title": "Die Gruenen in Meckenheim" }, - "duration": 47, + "duration": 93, "error": null, "status_code": 200, "url": "http://gruene-meckenheim.de/" @@ -9966,7 +10047,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 47 + "value": 93 }, "SITE_REACHABLE": { "score": 1, @@ -9984,6 +10065,7 @@ "canonical_urls": [ "https://gruene-mitte.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-mitte.de/comments/feed/", "https://gruene-mitte.de/feed/", @@ -10048,18 +10130,18 @@ "generator": null, "icon": "https://gruene-mitte.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:image", + "og:image:secure_url", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen - Bündnis 90 Die Grünen Berlin-MitteGrüne Mitte" }, - "duration": 642, + "duration": 739, "error": null, "status_code": 200, "url": "https://gruene-mitte.de/" @@ -10091,13 +10173,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 642 + "value": 739 }, "SITE_REACHABLE": { "score": 1, @@ -10108,13 +10190,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-mv.de/start/" ], + "cms": "typo3-gcms", "feeds": [ "https://gruene-mv.de/index.php?id=178197&type=100" ], @@ -10177,7 +10260,7 @@ "opengraph": null, "title": "Mecklenburg-Vorpommern: Start" }, - "duration": 110, + "duration": 216, "error": null, "status_code": 200, "url": "https://gruene-mv.de/start/" @@ -10209,13 +10292,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 110 + "value": 216 }, "SITE_REACHABLE": { "score": 1, @@ -10226,13 +10309,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-neumuenster.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neumuenster.de": { @@ -10291,7 +10375,7 @@ "opengraph": null, "title": "Grüne Neumünster: Aktuelles" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-neumuenster.de/aktuelles/" @@ -10331,7 +10415,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -10349,6 +10433,7 @@ "canonical_urls": [ "http://gruene-neuwied.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neuwied.de": { @@ -10407,7 +10492,7 @@ "opengraph": null, "title": "Kreisverband Neuwied: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-neuwied.de/home/" @@ -10447,7 +10532,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -10465,6 +10550,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10523,7 +10609,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10563,7 +10649,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -10581,6 +10667,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10639,7 +10726,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10679,7 +10766,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -10697,6 +10784,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10755,7 +10843,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 34, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10795,7 +10883,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -10813,6 +10901,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10871,7 +10960,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10911,7 +11000,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -10929,6 +11018,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10987,7 +11077,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -11027,7 +11117,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -11045,6 +11135,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -11103,7 +11194,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -11143,7 +11234,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -11161,6 +11252,7 @@ "canonical_urls": [ "http://gruene-nks.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-nks.de/index.php/comments/feed/", "http://gruene-nks.de/index.php/feed/" @@ -11229,15 +11321,15 @@ "generator": null, "icon": "http://gruene-nks.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Neunkirchen-Seelscheid" }, - "duration": 196, + "duration": 225, "error": null, "status_code": 200, "url": "http://gruene-nks.de/" @@ -11276,7 +11368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 225 }, "SITE_REACHABLE": { "score": 1, @@ -11294,6 +11386,7 @@ "canonical_urls": [ "http://gruene-norden.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-norden.de": { @@ -11352,7 +11445,7 @@ "opengraph": null, "title": "Ortsverband Stadt Norden: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-norden.de/home/" @@ -11392,7 +11485,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -11410,6 +11503,7 @@ "canonical_urls": [ "http://gruene-northeim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim.de": { @@ -11468,7 +11562,7 @@ "opengraph": null, "title": "Ortsverband Northeim: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-northeim.de/startseite/" @@ -11508,7 +11602,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -11526,6 +11620,7 @@ "canonical_urls": [ "http://gruene-nw.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nw.de": { @@ -11584,7 +11679,7 @@ "opengraph": null, "title": "KV Neustadt a. d. Weinstrasse: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-nw.de/home/" @@ -11624,7 +11719,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -11642,6 +11737,7 @@ "canonical_urls": [ "https://gruene-oberbayern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-oberbayern.de/comments/feed/", "https://gruene-oberbayern.de/feed/" @@ -11704,15 +11800,15 @@ "generator": null, "icon": "https://gruene-oberbayern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Oberbayern" }, - "duration": 999, + "duration": 59, "error": null, "status_code": 200, "url": "https://gruene-oberbayern.de/" @@ -11744,13 +11840,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 999 + "value": 59 }, "SITE_REACHABLE": { "score": 1, @@ -11761,13 +11857,14 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://gruene-oberfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberfranken.de": { @@ -11826,7 +11923,7 @@ "opengraph": null, "title": "Grüne Oberfranken: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-oberfranken.de/startseite/" @@ -11866,7 +11963,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -11884,6 +11981,7 @@ "canonical_urls": [ "https://gruene-ottweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ottweiler.de/comments/feed/", "https://gruene-ottweiler.de/feed/" @@ -11948,7 +12046,7 @@ "opengraph": null, "title": "Ortsverband Ottweiler - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 255, + "duration": 314, "error": null, "status_code": 200, "url": "https://gruene-ottweiler.de/" @@ -11980,13 +12078,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 255 + "value": 314 }, "SITE_REACHABLE": { "score": 1, @@ -11997,13 +12095,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-pankow.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pankow.de": { @@ -12062,7 +12161,7 @@ "opengraph": null, "title": "Homepage Kreisverband Pankow: Home" }, - "duration": 32, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-pankow.de/home/" @@ -12102,7 +12201,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -12120,6 +12219,7 @@ "canonical_urls": [ "http://gruene-pattensen.de/aus-dem-ortsverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pattensen.de": { @@ -12178,7 +12278,7 @@ "opengraph": null, "title": "Ortsverband Pattensen: Aus dem Ortsverband" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-pattensen.de/aus-dem-ortsverband/" @@ -12218,7 +12318,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -12236,6 +12336,7 @@ "canonical_urls": [ "http://gruene-pirmasens.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pirmasens.de": { @@ -12294,7 +12395,7 @@ "opengraph": null, "title": "Stadtverband Pirmasens: Home" }, - "duration": 33, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-pirmasens.de/home/" @@ -12334,7 +12435,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -12352,6 +12453,7 @@ "canonical_urls": [ "http://gruene-potsdam-mittelmark.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-potsdam-mittelmark.de": { @@ -12410,7 +12512,7 @@ "opengraph": null, "title": ": Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-potsdam-mittelmark.de/home/" @@ -12450,7 +12552,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -12468,6 +12570,7 @@ "canonical_urls": [ "http://gruene-potsdam.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-potsdam.de": { @@ -12526,7 +12629,7 @@ "opengraph": null, "title": "KREISVERBAND POTSDAM: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-potsdam.de/home/" @@ -12566,7 +12669,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -12584,6 +12687,7 @@ "canonical_urls": [ "http://gruene-reinickendorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-reinickendorf.de": { @@ -12642,7 +12746,7 @@ "opengraph": null, "title": "Kreisverband Reinickendorf: Startseite" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-reinickendorf.de/startseite/" @@ -12682,7 +12786,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -12700,6 +12804,7 @@ "canonical_urls": [ "http://gruene-rh.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rh.de": { @@ -12758,7 +12863,7 @@ "opengraph": null, "title": "KV Rhein-Hunsrück: HOME" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-rh.de/home/" @@ -12798,7 +12903,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -12816,6 +12921,7 @@ "canonical_urls": [ "http://gruene-rhein-sieg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-rhein-sieg.de/comments/feed/", "http://gruene-rhein-sieg.de/feed/" @@ -12884,16 +12990,16 @@ "generator": null, "icon": "http://gruene-rhein-sieg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband von Bündnis 90/Die Grünen » Bündnis 90/Die Grünen Rhein-Sieg" }, - "duration": 39, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-rhein-sieg.de/" @@ -12932,7 +13038,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -12950,6 +13056,7 @@ "canonical_urls": [ "https://gruene-riegelsberg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-riegelsberg.de/comments/feed/", "https://gruene-riegelsberg.de/feed/" @@ -13014,7 +13121,7 @@ "opengraph": null, "title": "Ortsverband Riegelsberg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 272, + "duration": 304, "error": null, "status_code": 200, "url": "https://gruene-riegelsberg.de/" @@ -13046,13 +13153,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 272 + "value": 304 }, "SITE_REACHABLE": { "score": 1, @@ -13063,13 +13170,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-rlp.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rlp.de": { @@ -13128,7 +13236,7 @@ "opengraph": null, "title": "Rheinland-Pfalz: Startseite" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-rlp.de/startseite/" @@ -13168,7 +13276,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -13186,6 +13294,7 @@ "canonical_urls": [ "http://gruene-ruppichteroth.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ruppichteroth.de": { @@ -13244,7 +13353,7 @@ "opengraph": null, "title": "OV Ruppichteroth: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-ruppichteroth.de/startseite/" @@ -13284,7 +13393,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -13303,6 +13412,7 @@ "http://gruene-saarbruecken.de/", "http://www.gruene-saarbruecken.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-saarbruecken.de/?format=feed&type=rss", "http://www.gruene-saarbruecken.de/?format=feed&type=rss" @@ -13374,7 +13484,7 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 229, + "duration": 277, "error": null, "status_code": 200, "url": "http://gruene-saarbruecken.de/" @@ -13392,7 +13502,7 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 232, + "duration": 273, "error": null, "status_code": 200, "url": "http://www.gruene-saarbruecken.de/" @@ -13432,7 +13542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 230 + "value": 275 }, "SITE_REACHABLE": { "score": 1, @@ -13450,6 +13560,7 @@ "canonical_urls": [ "https://gruene-saarlouis.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-saarlouis.de/comments/feed/", "https://gruene-saarlouis.de/feed/" @@ -13514,7 +13625,7 @@ "opengraph": null, "title": "Ortsverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 322, + "duration": 351, "error": null, "status_code": 200, "url": "https://gruene-saarlouis.de/" @@ -13546,13 +13657,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 322 + "value": 351 }, "SITE_REACHABLE": { "score": 1, @@ -13563,13 +13674,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-saarwellingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-saarwellingen.de/comments/feed/", "https://gruene-saarwellingen.de/feed/" @@ -13634,7 +13746,7 @@ "opengraph": null, "title": "ORTSVERBAND SAARWELLINGEN - Bündnis 90/Die Grünen – Saarland" }, - "duration": 351, + "duration": 343, "error": null, "status_code": 200, "url": "https://gruene-saarwellingen.de/" @@ -13666,13 +13778,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 351 + "value": 343 }, "SITE_REACHABLE": { "score": 1, @@ -13683,13 +13795,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-sanktaugustin.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sanktaugustin.de": { @@ -13748,7 +13861,7 @@ "opengraph": null, "title": "GRÜNE Sankt Augustin: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-sanktaugustin.de/home/" @@ -13788,7 +13901,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -13806,6 +13919,7 @@ "canonical_urls": [ "http://gruene-schifferstadt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schifferstadt.de": { @@ -13864,7 +13978,7 @@ "opengraph": null, "title": "Grüne Schifferstadt: Startseite" }, - "duration": 31, + "duration": 923, "error": null, "status_code": 200, "url": "http://gruene-schifferstadt.de/startseite/" @@ -13902,9 +14016,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 923 }, "SITE_REACHABLE": { "score": 1, @@ -13915,13 +14029,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://gruene-schmelz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-schmelz.de/comments/feed/", "https://gruene-schmelz.de/feed/" @@ -13986,7 +14101,7 @@ "opengraph": null, "title": "Ortsverband Schmelz - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 262, + "duration": 337, "error": null, "status_code": 200, "url": "https://gruene-schmelz.de/" @@ -14018,13 +14133,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 262 + "value": 337 }, "SITE_REACHABLE": { "score": 1, @@ -14035,13 +14150,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-schwalbach-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-schwalbach-saar.de/comments/feed/", "https://gruene-schwalbach-saar.de/feed/" @@ -14106,7 +14222,7 @@ "opengraph": null, "title": "Ortsverband Schwalbach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 240, + "duration": 294, "error": null, "status_code": 200, "url": "https://gruene-schwalbach-saar.de/" @@ -14138,13 +14254,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 240 + "value": 294 }, "SITE_REACHABLE": { "score": 1, @@ -14155,13 +14271,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-se-kv.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-se-kv.de": { @@ -14220,7 +14337,7 @@ "opengraph": null, "title": "Kreisverband Segeberg: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-se-kv.de/home/" @@ -14260,7 +14377,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -14281,6 +14398,7 @@ "https://gruene-seelze.de/", "https://www.gruene-seelze.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-seelze.de": { @@ -14342,7 +14460,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 94, + "duration": 127, "error": null, "status_code": 200, "url": "http://gruene-seelze.de/" @@ -14357,7 +14475,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 96, + "duration": 135, "error": null, "status_code": 200, "url": "http://www.gruene-seelze.de/" @@ -14372,7 +14490,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 140, + "duration": 216, "error": null, "status_code": 200, "url": "https://gruene-seelze.de/" @@ -14387,7 +14505,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 137, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-seelze.de/" @@ -14421,13 +14539,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 117 + "value": 172 }, "SITE_REACHABLE": { "score": 1, @@ -14438,13 +14556,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-sickte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sickte.de": { @@ -14503,7 +14622,7 @@ "opengraph": null, "title": "OV Samtgemeinde Sickte: Startseite" }, - "duration": 31, + "duration": 80, "error": null, "status_code": 200, "url": "http://gruene-sickte.de/startseite/" @@ -14543,7 +14662,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -14561,6 +14680,7 @@ "canonical_urls": [ "http://gruene-siegburg.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-siegburg.de/feed/" ], @@ -14627,16 +14747,16 @@ "generator": null, "icon": "http://wp.gruene-siegburg.de/wp-content/uploads/2015/10/sonnenblume_auf_gruen1.jpg", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", "og:url", - "og:locale" + "og:image", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne-Siegburg" }, - "duration": 802, + "duration": 903, "error": null, "status_code": 200, "url": "http://gruene-siegburg.de/" @@ -14675,7 +14795,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 802 + "value": 903 }, "SITE_REACHABLE": { "score": 1, @@ -14693,6 +14813,7 @@ "canonical_urls": [ "http://gruene-sonneberg-hildburghausen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-sonneberg-hildburghausen.de/?feed=comments-rss2", "http://gruene-sonneberg-hildburghausen.de/?feed=rss2" @@ -14761,16 +14882,16 @@ "generator": null, "icon": "http://gruene-sonneberg-hildburghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "B90 / Die Grünen" }, - "duration": 121, + "duration": 499, "error": null, "status_code": 200, "url": "http://gruene-sonneberg-hildburghausen.de/" @@ -14809,7 +14930,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 499 }, "SITE_REACHABLE": { "score": 1, @@ -14827,6 +14948,7 @@ "canonical_urls": [ "https://gruenespandau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruenespandau.de/comments/feed/", "https://gruenespandau.de/feed/" @@ -14881,16 +15003,16 @@ "generator": null, "icon": "https://gruenespandau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Spandau" }, - "duration": 69, + "duration": 306, "error": null, "status_code": 200, "url": "https://gruenespandau.de/" @@ -14922,13 +15044,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -14939,7 +15061,7 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { @@ -14949,6 +15071,7 @@ "https://gruene-springe.de/", "https://www.gruene-springe.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-springe.de": { @@ -15010,7 +15133,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 129, + "duration": 138, "error": null, "status_code": 200, "url": "http://gruene-springe.de/" @@ -15025,7 +15148,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 111, + "duration": 171, "error": null, "status_code": 200, "url": "http://www.gruene-springe.de/" @@ -15040,7 +15163,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 146, + "duration": 235, "error": null, "status_code": 200, "url": "https://gruene-springe.de/" @@ -15055,7 +15178,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 187, + "duration": 230, "error": null, "status_code": 200, "url": "https://www.gruene-springe.de/" @@ -15089,13 +15212,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 194 }, "SITE_REACHABLE": { "score": 1, @@ -15106,7 +15229,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -15114,6 +15237,7 @@ "http://gruene-suedwest.de/", "https://gruene-suedwest.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-suedwest.de/comments/feed/", "http://gruene-suedwest.de/feed/", @@ -15171,15 +15295,15 @@ "generator": "WordPress 4.8", "icon": "http://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 278, + "duration": 288, "error": null, "status_code": 200, "url": "http://gruene-suedwest.de/" @@ -15195,15 +15319,15 @@ "generator": "WordPress 4.8", "icon": "https://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 166, + "duration": 187, "error": null, "status_code": 200, "url": "https://gruene-suedwest.de/" @@ -15236,13 +15360,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 238 }, "SITE_REACHABLE": { "score": 1, @@ -15253,13 +15377,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-suedwestpfalz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-suedwestpfalz.de": { @@ -15318,7 +15443,7 @@ "opengraph": null, "title": "Grüne Südwestpfalz: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-suedwestpfalz.de/startseite/" @@ -15358,7 +15483,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -15376,6 +15501,7 @@ "canonical_urls": [ "http://gruene-suew.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-suew.de": { @@ -15434,7 +15560,7 @@ "opengraph": null, "title": "Kreisverband Grüne Südliche Weinstraße: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-suew.de/startseite/" @@ -15474,7 +15600,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -15492,6 +15618,7 @@ "canonical_urls": [ "http://gruene-swisttal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-swisttal.de/comments/feed/", "http://gruene-swisttal.de/feed/" @@ -15560,17 +15687,17 @@ "generator": null, "icon": "http://gruene-swisttal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Die GRÜNEN in Swisttal" }, - "duration": 856, + "duration": 897, "error": null, "status_code": 200, "url": "http://gruene-swisttal.de/" @@ -15609,7 +15736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 856 + "value": 897 }, "SITE_REACHABLE": { "score": 1, @@ -15627,6 +15754,7 @@ "canonical_urls": [ "http://gruene-teltow-flaeming.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-teltow-flaeming.de": { @@ -15685,7 +15813,7 @@ "opengraph": null, "title": "KV Teltow-Fläming: Startseite" }, - "duration": 30, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-teltow-flaeming.de/startseite/" @@ -15725,7 +15853,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -15744,6 +15872,7 @@ "http://gruene-tholey.de/", "https://gruene-tholey.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-tholey.de/comments/feed/", "http://gruene-tholey.de/feed/", @@ -15811,7 +15940,7 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 216, + "duration": 217, "error": null, "status_code": 200, "url": "http://gruene-tholey.de/" @@ -15829,7 +15958,7 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 235, + "duration": 298, "error": null, "status_code": 200, "url": "https://gruene-tholey.de/" @@ -15862,13 +15991,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 226 + "value": 258 }, "SITE_REACHABLE": { "score": 1, @@ -15879,13 +16008,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-tostedt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-tostedt.de/?feed=comments-rss2", "https://gruene-tostedt.de/?feed=rss2" @@ -15948,15 +16078,15 @@ "generator": null, "icon": "https://gruene-tostedt.de/wp-content/themes/urwahl3000-master/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Tostedt" }, - "duration": 549, + "duration": 623, "error": null, "status_code": 200, "url": "https://gruene-tostedt.de/" @@ -15988,13 +16118,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 549 + "value": 623 }, "SITE_REACHABLE": { "score": 1, @@ -16005,13 +16135,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-trier-saarburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-trier-saarburg.de": { @@ -16070,7 +16201,7 @@ "opengraph": null, "title": "Trier-Saarburg: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-trier-saarburg.de/home/" @@ -16110,7 +16241,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -16128,6 +16259,7 @@ "canonical_urls": [ "http://gruene-troisdorf.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-troisdorf.de/comments/feed/", "http://gruene-troisdorf.de/feed/" @@ -16196,7 +16328,7 @@ "opengraph": null, "title": "Nachhaltige und soziale Politik für Troisdorf » GRÜNE für Troisdorf" }, - "duration": 38, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-troisdorf.de/" @@ -16236,7 +16368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -16254,6 +16386,7 @@ "canonical_urls": [ "https://gruene-ueberherrn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ueberherrn.de/comments/feed/", "https://gruene-ueberherrn.de/feed/" @@ -16318,7 +16451,7 @@ "opengraph": null, "title": "Ortsverband Überherrn - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 562, + "duration": 498, "error": null, "status_code": 200, "url": "https://gruene-ueberherrn.de/" @@ -16350,13 +16483,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 562 + "value": 498 }, "SITE_REACHABLE": { "score": 1, @@ -16367,13 +16500,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-uelzen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-uelzen.de": { @@ -16432,7 +16566,7 @@ "opengraph": null, "title": "Grüne im Kreis Uelzen: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-uelzen.de/startseite/" @@ -16472,7 +16606,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -16493,6 +16627,7 @@ "https://gruene-uetze.de/", "https://www.gruene-uetze.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-uetze.de": { @@ -16554,7 +16689,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 91, + "duration": 134, "error": null, "status_code": 200, "url": "http://gruene-uetze.de/" @@ -16569,7 +16704,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 93, + "duration": 135, "error": null, "status_code": 200, "url": "http://www.gruene-uetze.de/" @@ -16584,7 +16719,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 137, + "duration": 228, "error": null, "status_code": 200, "url": "https://gruene-uetze.de/" @@ -16599,7 +16734,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 136, + "duration": 217, "error": null, "status_code": 200, "url": "https://www.gruene-uetze.de/" @@ -16633,13 +16768,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 114 + "value": 178 }, "SITE_REACHABLE": { "score": 1, @@ -16650,13 +16785,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-vechta.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vechta.de": { @@ -16715,7 +16851,7 @@ "opengraph": null, "title": "Kreisverband Vechta: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-vechta.de/startseite/" @@ -16755,7 +16891,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -16773,6 +16909,7 @@ "canonical_urls": [ "https://gruene-voelklingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-voelklingen.de/comments/feed/", "https://gruene-voelklingen.de/feed/" @@ -16837,7 +16974,7 @@ "opengraph": null, "title": "Ortsverband Völklingen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 246, + "duration": 533, "error": null, "status_code": 200, "url": "https://gruene-voelklingen.de/" @@ -16869,13 +17006,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 246 + "value": 533 }, "SITE_REACHABLE": { "score": 1, @@ -16886,13 +17023,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-wadern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wadern.de/comments/feed/", "https://gruene-wadern.de/feed/" @@ -16957,7 +17095,7 @@ "opengraph": null, "title": "Ortsverband Wadern - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 288, + "duration": 119, "error": null, "status_code": 200, "url": "https://gruene-wadern.de/" @@ -16989,13 +17127,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 288 + "value": 119 }, "SITE_REACHABLE": { "score": 1, @@ -17006,13 +17144,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-wallerfangen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wallerfangen.de/comments/feed/", "https://gruene-wallerfangen.de/feed/" @@ -17077,7 +17216,7 @@ "opengraph": null, "title": "Ortsverband Wallerfangen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 239, + "duration": 300, "error": null, "status_code": 200, "url": "https://gruene-wallerfangen.de/" @@ -17109,13 +17248,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 300 }, "SITE_REACHABLE": { "score": 1, @@ -17126,7 +17265,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -17136,6 +17275,7 @@ "https://gruene-wedemark.de/", "https://www.gruene-wedemark.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-wedemark.de": { @@ -17197,7 +17337,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 91, + "duration": 147, "error": null, "status_code": 200, "url": "http://gruene-wedemark.de/" @@ -17212,7 +17352,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 106, + "duration": 131, "error": null, "status_code": 200, "url": "http://www.gruene-wedemark.de/" @@ -17227,7 +17367,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 136, + "duration": 207, "error": null, "status_code": 200, "url": "https://gruene-wedemark.de/" @@ -17242,7 +17382,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 137, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-wedemark.de/" @@ -17276,13 +17416,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 118 + "value": 174 }, "SITE_REACHABLE": { "score": 1, @@ -17293,7 +17433,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -17303,6 +17443,7 @@ "https://gruene-wennigsen.de/", "https://www.gruene-wennigsen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-wennigsen.de": { @@ -17364,7 +17505,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 96, + "duration": 130, "error": null, "status_code": 200, "url": "http://gruene-wennigsen.de/" @@ -17379,7 +17520,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 95, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-wennigsen.de/" @@ -17394,7 +17535,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 141, + "duration": 199, "error": null, "status_code": 200, "url": "https://gruene-wennigsen.de/" @@ -17409,7 +17550,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 151, + "duration": 201, "error": null, "status_code": 200, "url": "https://www.gruene-wennigsen.de/" @@ -17443,13 +17584,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 164 }, "SITE_REACHABLE": { "score": 1, @@ -17460,13 +17601,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-westfalen.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-westfalen.de": { @@ -17529,7 +17671,7 @@ "opengraph": null, "title": "Grüne in Westfalen: Startseite" }, - "duration": 189, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-westfalen.de/startseite/" @@ -17570,7 +17712,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 189 + "value": 126 }, "SITE_REACHABLE": { "score": 1, @@ -17588,6 +17730,7 @@ "canonical_urls": [ "http://gruene-windeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-windeck.de": { @@ -17646,7 +17789,7 @@ "opengraph": null, "title": "Grüne Windeck: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-windeck.de/home/" @@ -17686,7 +17829,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -17704,12 +17847,13 @@ "canonical_urls": [ "https://www.gruene-wunstorf.com/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-wunstorf.com": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "gruene-wunstorf.com" @@ -17772,20 +17916,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s89c07ae93892a952/img/favicon.png?t=1314455677", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "HOME - Grüne Wunstorf" }, - "duration": 232, + "duration": 342, "error": null, "status_code": 200, "url": "https://www.gruene-wunstorf.com/" @@ -17818,13 +17962,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 232 + "value": 342 }, "SITE_REACHABLE": { "score": 1, @@ -17835,13 +17979,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-xhain.de/" ], + "cms": "wordpress", "feeds": [ "https://gruene-xhain.de/comments/feed/", "https://gruene-xhain.de/feed/" @@ -17906,17 +18051,17 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:locale:alternate", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:locale:alternate", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Homepage - Grüne Xhain" }, - "duration": 963, + "duration": 816, "error": null, "status_code": 200, "url": "https://gruene-xhain.de/" @@ -17949,13 +18094,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 963 + "value": 816 }, "SITE_REACHABLE": { "score": 1, @@ -17966,13 +18111,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-zweibruecken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-zweibruecken.de": { @@ -18031,7 +18177,7 @@ "opengraph": null, "title": "Grüne Zweibrücken: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-zweibruecken.de/startseite/" @@ -18071,7 +18217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -18089,6 +18235,7 @@ "canonical_urls": [ "http://gruenedresden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenedresden.de": { @@ -18147,7 +18294,7 @@ "opengraph": null, "title": "Kreisverband Dresden: Startseite" }, - "duration": 33, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruenedresden.de/startseite/" @@ -18187,7 +18334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -18205,6 +18352,7 @@ "canonical_urls": [ "https://www.gruenekoeln.de/" ], + "cms": "typo3", "feeds": [ "https://www.gruenekoeln.de/index.php?type=100" ], @@ -18267,7 +18415,7 @@ ], "title": "Grüne Köln" }, - "duration": 460, + "duration": 495, "error": null, "status_code": 200, "url": "https://www.gruenekoeln.de/" @@ -18300,13 +18448,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 460 + "value": 495 }, "SITE_REACHABLE": { "score": 1, @@ -18317,13 +18465,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruenekreiskh.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenekreiskh.de": { @@ -18382,7 +18531,7 @@ "opengraph": null, "title": "KREISVERBAND BAD KREUZNACH: Startseite" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruenekreiskh.de/startseite/" @@ -18422,7 +18571,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -18440,6 +18589,7 @@ "canonical_urls": [ "http://gruenekreisploen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenekreisploen.de": { @@ -18498,7 +18648,7 @@ "opengraph": null, "title": "Kreisverband Plön: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruenekreisploen.de/home/" @@ -18538,7 +18688,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -18556,6 +18706,7 @@ "canonical_urls": [ "http://gruenemelle.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenemelle.de": { @@ -18614,7 +18765,7 @@ "opengraph": null, "title": "Bündnis 90 / Die GRÜNEN Melle: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruenemelle.de/startseite/" @@ -18654,7 +18805,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -18672,6 +18823,7 @@ "canonical_urls": [ "http://uns-gruener-trier.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "uns-gruener-trier.de": { @@ -18730,7 +18882,7 @@ "opengraph": null, "title": "Grüne Trier: Startseite" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://uns-gruener-trier.de/startseite/" @@ -18770,7 +18922,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -18788,6 +18940,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -18840,16 +18993,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 174, + "duration": 209, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -18888,7 +19041,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -18907,6 +19060,7 @@ "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -18948,7 +19102,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -18956,7 +19110,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -18975,16 +19129,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 23, + "duration": 660, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19021,9 +19175,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 23 + "value": 660 }, "SITE_REACHABLE": { "score": 1, @@ -19034,13 +19188,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -19082,7 +19237,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19090,7 +19245,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19109,16 +19264,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 658, + "duration": 37, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19155,9 +19310,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 658 + "value": 37 }, "SITE_REACHABLE": { "score": 1, @@ -19168,13 +19323,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -19216,7 +19372,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19224,7 +19380,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19243,16 +19399,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 602, + "duration": 162, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19291,7 +19447,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 162 }, "SITE_REACHABLE": { "score": 1, @@ -19309,6 +19465,7 @@ "canonical_urls": [ "http://www.buendnisgruenes-opr.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "buendnisgruenes-opr.de": { @@ -19367,7 +19524,7 @@ "opengraph": null, "title": "KV Ostprignitz-Ruppin: Home" }, - "duration": 31, + "duration": 76, "error": null, "status_code": 200, "url": "http://www.buendnisgruenes-opr.de/home/" @@ -19407,7 +19564,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -19426,6 +19583,7 @@ "https://cux-gruene.de/", "https://www.cux-gruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "cux-gruene.de": { @@ -19482,7 +19640,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 136, + "duration": 200, "error": null, "status_code": 200, "url": "https://cux-gruene.de/" @@ -19497,7 +19655,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 186, + "duration": 210, "error": null, "status_code": 200, "url": "https://www.cux-gruene.de/" @@ -19532,13 +19690,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 161 + "value": 205 }, "SITE_REACHABLE": { "score": 1, @@ -19549,7 +19707,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -19557,6 +19715,7 @@ "http://die-gruenen-bsb.de/", "http://www.die-gruenen-bsb.de/" ], + "cms": null, "feeds": [], "hostnames": { "die-gruenen-bsb.de": { @@ -19622,7 +19781,7 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 242, + "duration": 579, "error": null, "status_code": 200, "url": "http://die-gruenen-bsb.de/" @@ -19637,7 +19796,7 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 665, + "duration": 431, "error": null, "status_code": 200, "url": "http://www.die-gruenen-bsb.de/" @@ -19678,7 +19837,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 454 + "value": 505 }, "SITE_REACHABLE": { "score": 1, @@ -19696,6 +19855,7 @@ "canonical_urls": [ "http://die-gruenen-leverkusen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "die-gruenen-leverkusen.de": { @@ -19754,7 +19914,7 @@ "opengraph": null, "title": "Die GRÜNEN in Leverkusen: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://die-gruenen-leverkusen.de/home/" @@ -19794,7 +19954,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -19813,6 +19973,7 @@ "http://diegrueneninhagenatw.de/", "http://www.diegrueneninhagenatw.de/" ], + "cms": "cms: website baker; www.websitebaker.org", "feeds": [], "hostnames": { "diegrueneninhagenatw.de": { @@ -19851,7 +20012,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19859,7 +20020,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19877,7 +20038,7 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 368, + "duration": 404, "error": null, "status_code": 200, "url": "http://diegrueneninhagenatw.de/" @@ -19892,7 +20053,7 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 382, + "duration": 411, "error": null, "status_code": 200, "url": "http://www.diegrueneninhagenatw.de/" @@ -19933,7 +20094,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -19952,6 +20113,7 @@ "http://eichsfeldgruene.de/", "http://www.eichsfeldgruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "eichsfeldgruene.de": { @@ -19988,7 +20150,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19996,7 +20158,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -20014,7 +20176,7 @@ "opengraph": null, "title": "" }, - "duration": 23, + "duration": 96, "error": null, "status_code": 200, "url": "http://eichsfeldgruene.de/" @@ -20029,7 +20191,7 @@ "opengraph": null, "title": "" }, - "duration": 21, + "duration": 56, "error": null, "status_code": 200, "url": "http://www.eichsfeldgruene.de/" @@ -20071,7 +20233,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 22 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -20089,6 +20251,7 @@ "canonical_urls": [ "http://www.gal-bamberg.de/index.php?id=titelseite" ], + "cms": "typo3", "feeds": [ "http://gal-bamberg.de/index.php?id=1596&type=100" ], @@ -20144,7 +20307,7 @@ "opengraph": null, "title": "GAL Bamberg: Aktuell" }, - "duration": 162, + "duration": 226, "error": null, "status_code": 200, "url": "http://www.gal-bamberg.de/index.php?id=titelseite" @@ -20184,7 +20347,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 226 }, "SITE_REACHABLE": { "score": 1, @@ -20202,6 +20365,7 @@ "canonical_urls": [ "https://www.gg-gruene.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gg-gruene.de": { @@ -20256,14 +20420,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Kreisverband Groß-Gerau" }, - "duration": 656, + "duration": 526, "error": null, "status_code": 200, "url": "https://www.gg-gruene.de/" @@ -20297,13 +20461,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 656 + "value": 526 }, "SITE_REACHABLE": { "score": 1, @@ -20314,13 +20478,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://www.gruene-aalen.de/index.php?id=1229" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-aalen.de": { @@ -20371,7 +20536,7 @@ "opengraph": null, "title": "Grüne Ostwürttemberg: HOME" }, - "duration": 403, + "duration": 509, "error": null, "status_code": 200, "url": "https://www.gruene-aalen.de/index.php?id=1229" @@ -20404,13 +20569,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 403 + "value": 509 }, "SITE_REACHABLE": { "score": 1, @@ -20421,13 +20586,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ab.de/die-gruenen-aschaffenburg/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ab.de": { @@ -20486,7 +20652,7 @@ "opengraph": null, "title": "Die Grünen Aschaffenburg: Home" }, - "duration": 32, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-ab.de/die-gruenen-aschaffenburg/" @@ -20526,7 +20692,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -20544,6 +20710,7 @@ "canonical_urls": [ "http://gruene-adelebsen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-adelebsen.de/comments/feed/", "http://gruene-adelebsen.de/feed/" @@ -20612,15 +20779,15 @@ "generator": null, "icon": "http://gruene-adelebsen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Adelebsen" }, - "duration": 425, + "duration": 442, "error": null, "status_code": 200, "url": "http://gruene-adelebsen.de/" @@ -20659,7 +20826,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 425 + "value": 442 }, "SITE_REACHABLE": { "score": 1, @@ -20677,6 +20844,7 @@ "canonical_urls": [ "http://gruene-aichach-friedberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aichach-friedberg.de": { @@ -20735,7 +20903,7 @@ "opengraph": null, "title": "KV Aichach-Friedberg: Startseite" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-aichach-friedberg.de/startseite/" @@ -20775,7 +20943,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -20793,6 +20961,7 @@ "canonical_urls": [ "https://www.gruene-alb-donau.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-alb-donau.de": { @@ -20843,7 +21012,7 @@ "opengraph": null, "title": "Grüne Kreis Alb-Donau: Startseite" }, - "duration": 448, + "duration": 560, "error": null, "status_code": 200, "url": "https://www.gruene-alb-donau.de/startseite/" @@ -20876,13 +21045,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 448 + "value": 560 }, "SITE_REACHABLE": { "score": 1, @@ -20893,13 +21062,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-altona.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-altona.de": { @@ -20964,7 +21134,7 @@ "opengraph": null, "title": "GRÜNE Altona: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-altona.de/home/" @@ -21004,7 +21174,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -21022,6 +21192,7 @@ "canonical_urls": [ "http://gruene-amberg-sulzbach.de/personen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-amberg-sulzbach.de": { @@ -21080,7 +21251,7 @@ "opengraph": null, "title": "KV Amberg-Sulzbach: Personen" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-amberg-sulzbach.de/personen/" @@ -21120,7 +21291,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -21138,6 +21309,7 @@ "canonical_urls": [ "http://gruene-amberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-amberg.de": { @@ -21196,7 +21368,7 @@ "opengraph": null, "title": "Kreisverband Amberg: Startseite" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-amberg.de/startseite/" @@ -21236,7 +21408,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -21254,6 +21426,7 @@ "canonical_urls": [ "http://gruene-amelinghausen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-amelinghausen.de/comments/feed/", "http://gruene-amelinghausen.de/feed/" @@ -21322,15 +21495,15 @@ "generator": null, "icon": "http://gruene-amelinghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Grüne Amelinghausen" }, - "duration": 192, + "duration": 227, "error": null, "status_code": 200, "url": "http://gruene-amelinghausen.de/" @@ -21369,7 +21542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 192 + "value": 227 }, "SITE_REACHABLE": { "score": 1, @@ -21387,6 +21560,7 @@ "canonical_urls": [ "http://www.gruene-ammerland.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ammerland.de": { @@ -21445,7 +21619,7 @@ "opengraph": null, "title": "GRÜNE KV Ammerland: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-ammerland.de/home/" @@ -21485,7 +21659,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -21503,6 +21677,7 @@ "canonical_urls": [ "http://www.gruene-anhalt-bitterfeld.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-anhalt-bitterfeld.de/comments/feed/", "http://www.gruene-anhalt-bitterfeld.de/feed/" @@ -21560,16 +21735,16 @@ "generator": null, "icon": "http://www.gruene-anhalt-bitterfeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Herzlich Willkommen - Kreisverband Anhalt-BitterfeldKreisverband Anhalt-Bitterfeld" }, - "duration": 681, + "duration": 605, "error": null, "status_code": 200, "url": "http://www.gruene-anhalt-bitterfeld.de/" @@ -21608,7 +21783,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 681 + "value": 605 }, "SITE_REACHABLE": { "score": 1, @@ -21626,6 +21801,7 @@ "canonical_urls": [ "https://www.gruene-ansbach.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-ansbach.de": { @@ -21684,7 +21860,7 @@ "opengraph": null, "title": "Die Grünen Ansbach: Die Grünen in Stadt und Landkreis Ansbach" }, - "duration": 72, + "duration": 143, "error": null, "status_code": 200, "url": "https://www.gruene-ansbach.de/" @@ -21717,13 +21893,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -21734,13 +21910,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-aoe.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aoe.de": { @@ -21799,7 +21976,7 @@ "opengraph": null, "title": "Kreisverband Altötting: Aktuelles" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-aoe.de/aktuelles/" @@ -21839,7 +22016,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -21857,6 +22034,7 @@ "canonical_urls": [ "http://gruene-artland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-artland.de": { @@ -21915,7 +22093,7 @@ "opengraph": null, "title": "Die Grünen im Artland: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-artland.de/startseite/" @@ -21955,7 +22133,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -21974,6 +22152,7 @@ "http://gruene-aschaffenburg.de/", "https://gruene-aschaffenburg.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-aschaffenburg.de/index.php?format=feed&type=rss", "https://gruene-aschaffenburg.de/index.php?format=feed&type=rss" @@ -22028,7 +22207,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 331, + "duration": 336, "error": null, "status_code": 200, "url": "http://gruene-aschaffenburg.de/" @@ -22046,7 +22225,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 448, + "duration": 551, "error": null, "status_code": 200, "url": "https://gruene-aschaffenburg.de/" @@ -22080,13 +22259,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 390 + "value": 444 }, "SITE_REACHABLE": { "score": 1, @@ -22097,13 +22276,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-augsburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-augsburg.de": { @@ -22162,7 +22342,7 @@ "opengraph": null, "title": "GRÜNE AUGSBURG: Home" }, - "duration": 30, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-augsburg.de/home/" @@ -22202,7 +22382,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -22220,6 +22400,7 @@ "canonical_urls": [ "http://gruene-augsburgland.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://gruene-augsburgland.de/home/60376.122.html" ], @@ -22282,7 +22463,7 @@ "opengraph": null, "title": "Grüne Augsburg-Land: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-augsburgland.de/home/" @@ -22321,7 +22502,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -22339,6 +22520,7 @@ "canonical_urls": [ "http://gruene-aurich.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aurich.de": { @@ -22397,7 +22579,7 @@ "opengraph": null, "title": "Kreisverband Aurich Norden: Startseite" }, - "duration": 33, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-aurich.de/startseite/" @@ -22437,7 +22619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -22455,6 +22637,7 @@ "canonical_urls": [ "http://gruene-bamberg-land.de/themen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bamberg-land.de": { @@ -22513,7 +22696,7 @@ "opengraph": null, "title": "Grüne Bamberg-Land: Themen" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bamberg-land.de/themen/" @@ -22553,7 +22736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -22571,6 +22754,7 @@ "canonical_urls": [ "http://www.gruene-barnim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-barnim.de/?feed=comments-rss2", "http://www.gruene-barnim.de/?feed=rss2" @@ -22639,11 +22823,11 @@ "generator": null, "icon": "http://www.gruene-barnim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Kreisverband Barnim, Brandenburg" }, @@ -22704,6 +22888,7 @@ "canonical_urls": [ "http://gruene-bassum.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bassum.de": { @@ -22762,7 +22947,7 @@ "opengraph": null, "title": "Grüne in Bassum: Startseite" }, - "duration": 36, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bassum.de/startseite/" @@ -22802,7 +22987,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -22820,6 +23005,7 @@ "canonical_urls": [ "http://www.gruene-bautzen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-bautzen.de/rss.xml" ], @@ -22888,7 +23074,7 @@ "opengraph": null, "title": "Homepage - BÜNDNIS 90/DIE GRÜNEN Kreisverband Bautzen – Zwjazk 90/Zeleni Budyšin" }, - "duration": 181, + "duration": 233, "error": null, "status_code": 200, "url": "http://www.gruene-bautzen.de/startseite/" @@ -22927,7 +23113,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 181 + "value": 233 }, "SITE_REACHABLE": { "score": 1, @@ -22945,6 +23131,7 @@ "canonical_urls": [ "http://gruene-bayreuth-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bayreuth-land.de": { @@ -23003,7 +23190,7 @@ "opengraph": null, "title": "Bayreuth Land: Startseite" }, - "duration": 35, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-bayreuth-land.de/startseite/" @@ -23043,7 +23230,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -23061,6 +23248,7 @@ "canonical_urls": [ "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bayreuth.de": { @@ -23119,7 +23307,7 @@ "opengraph": null, "title": "Grüne Bayreuth: Kreisverband Bayreuth-Stadt" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" @@ -23159,7 +23347,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -23177,6 +23365,7 @@ "canonical_urls": [ "https://www.gruene-bc.de/index.php?id=1274" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bc.de": { @@ -23227,7 +23416,7 @@ "opengraph": null, "title": "Grüne Kreisverband Biberach: Aktuell" }, - "duration": 432, + "duration": 482, "error": null, "status_code": 200, "url": "https://www.gruene-bc.de/index.php?id=1274" @@ -23260,13 +23449,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 432 + "value": 482 }, "SITE_REACHABLE": { "score": 1, @@ -23277,13 +23466,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-bederkesa.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bederkesa.de/?feed=comments-rss2", "http://gruene-bederkesa.de/?feed=rss2" @@ -23341,15 +23531,15 @@ "generator": null, "icon": "http://gruene-bederkesa.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Bederkesa-Langen" }, - "duration": 194, + "duration": 211, "error": null, "status_code": 200, "url": "http://gruene-bederkesa.de/" @@ -23388,7 +23578,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 211 }, "SITE_REACHABLE": { "score": 1, @@ -23406,6 +23596,7 @@ "canonical_urls": [ "http://www.gruene-bergedorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://www.gruene-bergedorf.de/index.php?id=25331&type=100" ], @@ -23477,7 +23668,7 @@ "opengraph": null, "title": "Grüne Bergedorf: Home" }, - "duration": 34, + "duration": 80, "error": null, "status_code": 200, "url": "http://www.gruene-bergedorf.de/home/" @@ -23516,7 +23707,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -23534,6 +23725,7 @@ "canonical_urls": [ "http://www.gruene-bergischgladbach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bergischgladbach.de": { @@ -23592,7 +23784,7 @@ "opengraph": null, "title": "GRÜNE BERGISCH GLADBACH: Home" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://www.gruene-bergischgladbach.de/home/" @@ -23632,7 +23824,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -23650,6 +23842,7 @@ "canonical_urls": [ "http://www.gruene-bergstrasse.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bergstrasse.de": { @@ -23708,7 +23901,7 @@ "opengraph": null, "title": "Grüne Bergstraße: Aktuell" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-bergstrasse.de/aktuell/" @@ -23748,7 +23941,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -23766,6 +23959,7 @@ "canonical_urls": [ "http://www.gruene-bgl.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bgl.de": { @@ -23832,7 +24026,7 @@ ], "title": "Die Grünen: Kreisverband Berchtesgadener Land" }, - "duration": 307, + "duration": 281, "error": null, "status_code": 200, "url": "http://www.gruene-bgl.de/" @@ -23872,7 +24066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 307 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -23885,11 +24079,143 @@ }, "score": 5.5 }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-bielefeld.de/" + ], + "cms": "wordpress", + "feeds": [], + "hostnames": { + "gruene-bielefeld.de": { + "aliases": [], + "ip_addresses": [ + "37.17.224.58" + ], + "resolvable": true, + "resolved_hostname": "gruene-bielefeld.de" + }, + "www.gruene-bielefeld.de": { + "aliases": [], + "ip_addresses": [ + "37.17.224.58" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-bielefeld.de" + } + }, + "icons": [], + "ipv4_addresses": [ + "37.17.224.58" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-bielefeld.de/", + "url": "http://gruene-bielefeld.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "http://www.gruene-bielefeld.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-bielefeld.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'gruene-bielefeld.de' doesn't match either of '*.goserver.host', 'goserver.host'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-bielefeld.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='www.gruene-bielefeld.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'www.gruene-bielefeld.de' doesn't match either of '*.goserver.host', 'goserver.host'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://www.gruene-bielefeld.de/" + } + ], + "urlchecks": [ + { + "content": { + "canonical_link": "http://www.gruene-bielefeld.de/", + "encoding": "UTF-8", + "feeds": [], + "generator": null, + "icon": null, + "opengraph": [ + "og:url", + "og:locale:alternate", + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" + ], + "title": "GRÜNE Bielefeld" + }, + "duration": 849, + "error": null, + "status_code": 200, + "url": "http://www.gruene-bielefeld.de/" + } + ] + }, + "input_url": "http://www.gruene-bielefeld.de/", + "meta": { + "city": null, + "district": "Bielefeld", + "level": "DE:KREISVERBAND", + "state": "Nordrhein-Westfalen" + }, + "result": { + "CANONICAL_URL": { + "score": 1, + "value": true + }, + "DNS_RESOLVABLE_IPV4": { + "score": 1, + "value": true + }, + "FAVICON": { + "score": 0, + "type": "boolean", + "value": false + }, + "FEEDS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 849 + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 4.5 + }, { "details": { "canonical_urls": [ "http://www.gruene-bitburg-pruem.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bitburg-pruem.de": { @@ -23948,7 +24274,7 @@ "opengraph": null, "title": "Kreisverband Bitburg-Prüm: Startseite" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-bitburg-pruem.de/startseite/" @@ -23988,7 +24314,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -24006,6 +24332,7 @@ "canonical_urls": [ "https://www.gruene-bleckede.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-bleckede.de/comments/feed/", "https://www.gruene-bleckede.de/feed/" @@ -24068,15 +24395,15 @@ "generator": null, "icon": "https://www.gruene-bleckede.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grünes Bleckede" }, - "duration": 241, + "duration": 356, "error": null, "status_code": 200, "url": "https://www.gruene-bleckede.de/" @@ -24108,13 +24435,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 241 + "value": 356 }, "SITE_REACHABLE": { "score": 1, @@ -24125,13 +24452,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-bochum.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bochum.de": { @@ -24190,7 +24518,7 @@ "opengraph": null, "title": "GRÜNE IN BOCHUM: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-bochum.de/startseite/" @@ -24230,7 +24558,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -24248,6 +24576,7 @@ "canonical_urls": [ "https://www.gruene-bodenseekreis.de/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bodenseekreis.de": { @@ -24306,7 +24635,7 @@ "opengraph": null, "title": "Grüner Kreisverband Bodenseekreis: Aktuelles" }, - "duration": 609, + "duration": 719, "error": null, "status_code": 200, "url": "https://www.gruene-bodenseekreis.de/aktuelles/" @@ -24339,13 +24668,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 719 }, "SITE_REACHABLE": { "score": 1, @@ -24356,13 +24685,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://www.gruene-boeblingen.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-boeblingen.de": { @@ -24413,7 +24743,7 @@ "opengraph": null, "title": "Grüne Kreisverband Böblingen: Kreisverband Böblingen" }, - "duration": 412, + "duration": 456, "error": null, "status_code": 200, "url": "https://www.gruene-boeblingen.de/" @@ -24446,13 +24776,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 456 }, "SITE_REACHABLE": { "score": 1, @@ -24463,7 +24793,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -24471,6 +24801,7 @@ "http://gruene-bohmte.de/", "http://www.gruene-bohmte.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-bohmte.de/index.php?format=feed&type=rss", "http://www.gruene-bohmte.de/index.php?format=feed&type=rss" @@ -24542,7 +24873,7 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 199, + "duration": 174, "error": null, "status_code": 200, "url": "http://gruene-bohmte.de/" @@ -24560,7 +24891,7 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 145, + "duration": 195, "error": null, "status_code": 200, "url": "http://www.gruene-bohmte.de/" @@ -24600,7 +24931,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 172 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -24618,6 +24949,7 @@ "canonical_urls": [ "http://gruene-bonn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bonn.de/comments/feed/", "http://gruene-bonn.de/feed/" @@ -24686,16 +25018,16 @@ "generator": null, "icon": "http://gruene-bonn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Für ein grüneres Bonn. › DIE GRÜNEN Bonn" }, - "duration": 799, + "duration": 787, "error": null, "status_code": 200, "url": "http://gruene-bonn.de/" @@ -24734,7 +25066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 799 + "value": 787 }, "SITE_REACHABLE": { "score": 1, @@ -24752,6 +25084,7 @@ "canonical_urls": [ "http://gruene-bottrop.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bottrop.de": { @@ -24810,7 +25143,7 @@ "opengraph": null, "title": "GRÜNE IN BOTTROP: Startseite" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-bottrop.de/startseite/" @@ -24850,7 +25183,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -24869,6 +25202,7 @@ "http://www.gruene-bramsche.de", "http://www.gruene-bramsche.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-bramsche.de": { @@ -24931,12 +25265,12 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 482, + "duration": 444, "error": null, "status_code": 200, "url": "http://www.gruene-bramsche.de" @@ -24949,12 +25283,12 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 341, + "duration": 356, "error": null, "status_code": 200, "url": "http://www.gruene-bramsche.de/" @@ -24995,7 +25329,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 400 }, "SITE_REACHABLE": { "score": 1, @@ -25013,6 +25347,7 @@ "canonical_urls": [ "https://gruene-breisgau-hochschwarzwald.de/" ], + "cms": null, "feeds": [ "https://gruene-breisgau-hochschwarzwald.de/comments/feed/", "https://gruene-breisgau-hochschwarzwald.de/feed/" @@ -25075,16 +25410,16 @@ "generator": null, "icon": "https://gruene-breisgau-hochschwarzwald.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 Die Grünen Kreisverband Breisgau-Hochschwarzwald" }, - "duration": 566, + "duration": 631, "error": null, "status_code": 200, "url": "https://gruene-breisgau-hochschwarzwald.de/" @@ -25116,13 +25451,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 566 + "value": 631 }, "SITE_REACHABLE": { "score": 1, @@ -25133,13 +25468,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-bremen-mitte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-mitte.de": { @@ -25198,7 +25534,7 @@ "opengraph": null, "title": "Grüne Mitte - Östliche Vorstadt: Startseite" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-bremen-mitte.de/startseite/" @@ -25238,7 +25574,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -25256,6 +25592,7 @@ "canonical_urls": [ "http://gruene-bremen-nord.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-nord.de": { @@ -25314,7 +25651,7 @@ "opengraph": null, "title": "KV Grüne Bremen-Nord: Startseite" }, - "duration": 31, + "duration": 79, "error": null, "status_code": 200, "url": "http://gruene-bremen-nord.de/startseite/" @@ -25354,7 +25691,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 79 }, "SITE_REACHABLE": { "score": 1, @@ -25372,6 +25709,7 @@ "canonical_urls": [ "http://gruene-bremerhaven.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremerhaven.de": { @@ -25430,7 +25768,7 @@ "opengraph": null, "title": "Kreisverband Bremerhaven: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bremerhaven.de/gruene-neuigkeiten/" @@ -25470,7 +25808,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -25489,6 +25827,7 @@ "http://gruene-brookmerland-hinte-suedbrookmerland.de/", "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" ], + "cms": null, "feeds": [ "http://gruenerovbhsbl.alfahosting.org/comments/feed/", "http://gruenerovbhsbl.alfahosting.org/feed/" @@ -25556,7 +25895,7 @@ "opengraph": null, "title": null }, - "duration": 38, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-brookmerland-hinte-suedbrookmerland.de/" @@ -25572,15 +25911,15 @@ "generator": null, "icon": "http://gruenerovbhsbl.alfahosting.org/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband" }, - "duration": 299, + "duration": 371, "error": null, "status_code": 200, "url": "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" @@ -25620,7 +25959,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 168 + "value": 228 }, "SITE_REACHABLE": { "score": 1, @@ -25638,6 +25977,7 @@ "canonical_urls": [ "http://gruene-schaumburg.de/stadtverband-bueckeburg/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bueckeburg.de": { @@ -25702,7 +26042,7 @@ "opengraph": null, "title": "Stadtverband Bückeburg: Stadtverband Bückeburg" }, - "duration": 45, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-schaumburg.de/stadtverband-bueckeburg/" @@ -25742,7 +26082,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 45 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -25760,6 +26100,7 @@ "canonical_urls": [ "http://www.gruene-burgwedel.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-burgwedel.de/feed/" ], @@ -25800,7 +26141,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -25808,7 +26149,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -25828,7 +26169,7 @@ "opengraph": null, "title": "Startseite - Die Grünen in Burgwedel" }, - "duration": 555, + "duration": 588, "error": null, "status_code": 200, "url": "http://www.gruene-burgwedel.de/" @@ -25867,7 +26208,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 555 + "value": 588 }, "SITE_REACHABLE": { "score": 1, @@ -25885,6 +26226,7 @@ "canonical_urls": [ "http://gruene-buxtehude.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-buxtehude.de": { @@ -25943,7 +26285,7 @@ "opengraph": null, "title": "GRÜNE Buxtehude: Herzlich Willkommen beim Ortsverband Buxtehude-Apensen" }, - "duration": 35, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-buxtehude.de/startseite/" @@ -25983,7 +26325,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -26001,6 +26343,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26059,7 +26402,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 103, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26097,9 +26440,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 32 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -26110,13 +26453,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26175,7 +26519,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26215,7 +26559,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -26233,6 +26577,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26291,7 +26636,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 34, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26331,7 +26676,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -26349,6 +26694,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26407,7 +26753,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26447,7 +26793,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26465,6 +26811,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26523,7 +26870,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 36, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26563,7 +26910,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26581,6 +26928,7 @@ "canonical_urls": [ "http://gruene-cham.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cham.de": { @@ -26639,7 +26987,7 @@ "opengraph": null, "title": "Kreisverband Cham: Aktuelles" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-cham.de/aktuelles/" @@ -26679,7 +27027,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -26697,6 +27045,7 @@ "canonical_urls": [ "http://gruene-coburg-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-coburg-land.de": { @@ -26755,7 +27104,7 @@ "opengraph": null, "title": "KV Coburg-Land: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-coburg-land.de/startseite/" @@ -26795,7 +27144,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26813,6 +27162,7 @@ "canonical_urls": [ "https://gruene-coburg.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-coburg.de": { @@ -26871,7 +27221,7 @@ "opengraph": null, "title": "Kreisverband Coburg-Stadt: Start" }, - "duration": 106, + "duration": 199, "error": null, "status_code": 200, "url": "https://gruene-coburg.de/start/" @@ -26904,13 +27254,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 199 }, "SITE_REACHABLE": { "score": 1, @@ -26921,7 +27271,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -26929,6 +27279,7 @@ "http://www.gruene-cochemzell.de/", "https://www.gruene-cochemzell.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-cochemzell.de/comments/feed/", "https://www.gruene-cochemzell.de/feed/" @@ -26991,7 +27342,7 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 390, + "duration": 417, "error": null, "status_code": 200, "url": "http://www.gruene-cochemzell.de/" @@ -27009,7 +27360,7 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 622, + "duration": 616, "error": null, "status_code": 200, "url": "https://www.gruene-cochemzell.de/" @@ -27043,13 +27394,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 506 + "value": 516 }, "SITE_REACHABLE": { "score": 1, @@ -27060,7 +27411,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -27068,6 +27419,7 @@ "http://gruene-coe.de/", "http://www.gruene-coe.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-coe.de": { @@ -27107,7 +27459,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27115,7 +27467,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27133,7 +27485,7 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 38, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-coe.de/" @@ -27148,7 +27500,7 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 26, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-coe.de/" @@ -27189,7 +27541,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -27207,6 +27559,7 @@ "canonical_urls": [ "http://www.gruene-cottbus.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cottbus.de": { @@ -27265,7 +27618,7 @@ "opengraph": null, "title": "KREISVERBAND COTTBUS: Home" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-cottbus.de/home/" @@ -27305,7 +27658,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -27323,6 +27676,7 @@ "canonical_urls": [ "http://www.gruene-kv-cuxhaven.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-cuxhaven.de": { @@ -27361,7 +27715,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27369,7 +27723,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27387,7 +27741,7 @@ "opengraph": null, "title": "Kreisverband Cuxhaven: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kv-cuxhaven.de/home/" @@ -27427,7 +27781,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -27445,6 +27799,7 @@ "canonical_urls": [ "http://gruene-dachau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-dachau.de/?feed=comments-rss2", "http://gruene-dachau.de/?feed=rss2" @@ -27486,7 +27841,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27494,7 +27849,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27513,15 +27868,15 @@ "generator": null, "icon": "http://gruene-dachau.de/wp/wp-content/themes/1508053999-H8CBIu/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Grüne Dachau" }, - "duration": 680, + "duration": 694, "error": null, "status_code": 200, "url": "http://gruene-dachau.de/" @@ -27560,7 +27915,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 680 + "value": 694 }, "SITE_REACHABLE": { "score": 1, @@ -27578,6 +27933,7 @@ "canonical_urls": [ "https://www.gruene-dadi.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-dadi.de": { @@ -27632,14 +27988,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Kreisverband Darmstadt-Dieburg" }, - "duration": 168, + "duration": 266, "error": null, "status_code": 200, "url": "https://www.gruene-dadi.de/" @@ -27673,13 +28029,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 168 + "value": 266 }, "SITE_REACHABLE": { "score": 1, @@ -27690,13 +28046,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-dahme-spreewald.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dahme-spreewald.de": { @@ -27755,7 +28112,7 @@ "opengraph": null, "title": "KV Dahme-Spreewald: Aktuelles" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-dahme-spreewald.de/aktuelles/" @@ -27795,7 +28152,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -27814,6 +28171,7 @@ "http://gruene-dannstadt-schauernheim.de/", "http://www.gruene-dannstadt-schauernheim.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dannstadt-schauernheim.de": { @@ -27876,7 +28234,7 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 23, + "duration": 55, "error": null, "status_code": 200, "url": "http://gruene-dannstadt-schauernheim.de/" @@ -27891,7 +28249,7 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 23, + "duration": 58, "error": null, "status_code": 200, "url": "http://www.gruene-dannstadt-schauernheim.de/" @@ -27933,7 +28291,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 23 + "value": 56 }, "SITE_REACHABLE": { "score": 1, @@ -27951,6 +28309,7 @@ "canonical_urls": [ "http://www.gruene-darmstadt.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-darmstadt.de": { @@ -28013,7 +28372,7 @@ "opengraph": null, "title": "Grüne Darmstadt Startseite | gruene-darmstadt.de" }, - "duration": 21, + "duration": 292, "error": null, "status_code": 200, "url": "http://www.gruene-darmstadt.de/" @@ -28052,9 +28411,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 21 + "value": 292 }, "SITE_REACHABLE": { "score": 1, @@ -28065,13 +28424,14 @@ "value": true } }, - "score": 5.0 + "score": 4.5 }, { "details": { "canonical_urls": [ "http://www.gruene-dessau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-dessau.de/comments/feed/", "http://www.gruene-dessau.de/feed/", @@ -28142,15 +28502,15 @@ "generator": null, "icon": "http://www.gruene-dessau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "-" }, - "duration": 533, + "duration": 591, "error": null, "status_code": 200, "url": "http://www.gruene-dessau.de/" @@ -28189,7 +28549,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 533 + "value": 591 }, "SITE_REACHABLE": { "score": 1, @@ -28207,6 +28567,7 @@ "canonical_urls": [ "http://gruene-dgf-lan.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dgf-lan.de": { @@ -28265,7 +28626,7 @@ "opengraph": null, "title": "KV Dingolfing-Landau: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-dgf-lan.de/home/" @@ -28305,7 +28666,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28323,6 +28684,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28381,7 +28743,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28421,7 +28783,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28439,6 +28801,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28497,7 +28860,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 80, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28537,7 +28900,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -28555,6 +28918,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28613,7 +28977,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28653,7 +29017,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -28671,6 +29035,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28729,7 +29094,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28769,7 +29134,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28787,6 +29152,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28845,7 +29211,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28885,7 +29251,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -28903,6 +29269,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28961,7 +29328,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -29001,7 +29368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -29019,6 +29386,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -29077,7 +29445,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -29117,7 +29485,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -29135,6 +29503,7 @@ "canonical_urls": [ "https://gruene-dillingen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dillingen-saar.de/comments/feed/", "https://gruene-dillingen-saar.de/feed/" @@ -29199,7 +29568,7 @@ "opengraph": null, "title": "Die Grünen in Dillingen - BÜNDNIS 90/DIE GRÜNEN Dillingen/Saar" }, - "duration": 252, + "duration": 370, "error": null, "status_code": 200, "url": "https://gruene-dillingen-saar.de/" @@ -29231,13 +29600,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 252 + "value": 370 }, "SITE_REACHABLE": { "score": 1, @@ -29248,7 +29617,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -29256,6 +29625,7 @@ "http://gruene-dillingen.de/startseite/", "http://www.gruene-dillingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dillingen.de": { @@ -29315,7 +29685,7 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-dillingen.de/startseite/" @@ -29330,7 +29700,7 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 54, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-dillingen.de/startseite/" @@ -29371,7 +29741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 42 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -29390,6 +29760,7 @@ "http://www.gruene-dissen.de", "http://www.gruene-dissen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dissen.de": { @@ -29452,12 +29823,12 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 321, + "duration": 428, "error": null, "status_code": 200, "url": "http://www.gruene-dissen.de" @@ -29470,12 +29841,12 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 334, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-dissen.de/" @@ -29516,7 +29887,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 328 + "value": 394 }, "SITE_REACHABLE": { "score": 1, @@ -29534,6 +29905,7 @@ "canonical_urls": [ "http://www.gruene-dithmarschen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dithmarschen.de": { @@ -29592,7 +29964,7 @@ "opengraph": null, "title": "Kreisverband Dithmarschen: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-dithmarschen.de/startseite/" @@ -29632,7 +30004,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -29650,6 +30022,7 @@ "canonical_urls": [ "https://gruene-donau-ries.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-donau-ries.de": { @@ -29708,7 +30081,7 @@ "opengraph": null, "title": "Die Grünen Donau-Ries: Grüne Donau-Ries" }, - "duration": 82, + "duration": 143, "error": null, "status_code": 200, "url": "https://gruene-donau-ries.de/" @@ -29741,13 +30114,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 82 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -29758,7 +30131,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -29766,6 +30139,7 @@ "http://gruene-dortmund.de/", "http://www.gruene-dortmund.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dortmund.de": { @@ -29831,7 +30205,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 185, + "duration": 238, "error": null, "status_code": 200, "url": "http://gruene-dortmund.de/" @@ -29846,7 +30220,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 922, + "duration": 512, "error": null, "status_code": 200, "url": "http://www.gruene-dortmund.de/" @@ -29887,7 +30261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 554 + "value": 375 }, "SITE_REACHABLE": { "score": 1, @@ -29906,6 +30280,7 @@ "http://gruene-dto.de/", "http://www.gruene-dto.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dto.de": { @@ -29983,7 +30358,7 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 100, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-dto.de/" @@ -30025,7 +30400,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 60 }, "SITE_REACHABLE": { "score": 1, @@ -30043,6 +30418,7 @@ "canonical_urls": [ "https://gruene-dueren.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dueren.de/comments/feed", "https://gruene-dueren.de/feed" @@ -30105,15 +30481,15 @@ "generator": null, "icon": "https://gruene-dueren.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Düren" }, - "duration": 348, + "duration": 383, "error": null, "status_code": 200, "url": "https://gruene-dueren.de/" @@ -30145,13 +30521,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 348 + "value": 383 }, "SITE_REACHABLE": { "score": 1, @@ -30162,13 +30538,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-duesseldorf.de/" ], + "cms": "masterslider 3.4.1 - responsive touch image slider | avt.li/msf", "feeds": [ "http://www.gruene-duesseldorf.de/comments/feed/", "http://www.gruene-duesseldorf.de/feed/" @@ -30237,16 +30614,16 @@ "generator": "MasterSlider 3.4.1 - Responsive Touch Image Slider | avt.li/msf", "icon": "http://www.gruene-duesseldorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Düsseldorf" }, - "duration": 313, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-duesseldorf.de/" @@ -30283,9 +30660,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 313 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -30296,13 +30673,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.gruene-duew.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-duew.de": { @@ -30361,7 +30739,7 @@ "opengraph": null, "title": "Grüner KV Bad Dürkheim: Startseite" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-duew.de/startseite/" @@ -30401,7 +30779,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -30419,6 +30797,7 @@ "canonical_urls": [ "https://gruene-ebersberg.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-ebe.de": { @@ -30483,7 +30862,7 @@ "opengraph": null, "title": "Die Grünen im Landkreis Ebersberg: Die Grünen im Landkreis Ebersberg" }, - "duration": 78, + "duration": 151, "error": null, "status_code": 200, "url": "https://gruene-ebersberg.de/" @@ -30516,13 +30895,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 78 + "value": 151 }, "SITE_REACHABLE": { "score": 1, @@ -30533,13 +30912,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-edewecht.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-edewecht.de/feed/rss" ], @@ -30595,17 +30975,17 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-edewecht.de/wp-content/themes/gruene-edewecht/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Edewecht • BlickWechsel Infos über GRÜNE Politik in Edewecht" }, - "duration": 714, + "duration": 934, "error": null, "status_code": 200, "url": "http://gruene-edewecht.de/" @@ -30644,7 +31024,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 714 + "value": 934 }, "SITE_REACHABLE": { "score": 1, @@ -30662,6 +31042,7 @@ "canonical_urls": [ "http://www.gruene-eichstaett.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eichstaett.de": { @@ -30720,7 +31101,7 @@ "opengraph": null, "title": "Kreisverband Eichstätt: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-eichstaett.de/home/" @@ -30760,7 +31141,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -30778,6 +31159,7 @@ "canonical_urls": [ "http://gruene-eimsbuettel.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eimsbuettel.de": { @@ -30842,7 +31224,7 @@ "opengraph": null, "title": "GRÜNE Eimsbüttel: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-eimsbuettel.de/home/" @@ -30882,7 +31264,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -30901,6 +31283,7 @@ "http://gruene-eitorf.de/", "http://www.gruene-eitorf.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-eitorf.de": { @@ -30963,7 +31346,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 9, + "duration": 49, "error": null, "status_code": 200, "url": "http://gruene-eitorf.de/" @@ -30978,7 +31361,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 9, + "duration": 54, "error": null, "status_code": 200, "url": "http://www.gruene-eitorf.de/" @@ -31020,7 +31403,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 9 + "value": 52 }, "SITE_REACHABLE": { "score": 1, @@ -31038,6 +31421,7 @@ "canonical_urls": [ "http://www.gruene-elbe-weisseritz.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-elbe-weisseritz.de/rss.xml" ], @@ -31106,7 +31490,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Sächsische Schweiz - Osterzgebirge" }, - "duration": 180, + "duration": 218, "error": null, "status_code": 200, "url": "http://www.gruene-elbe-weisseritz.de/startseite/" @@ -31145,7 +31529,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 180 + "value": 218 }, "SITE_REACHABLE": { "score": 1, @@ -31163,6 +31547,7 @@ "canonical_urls": [ "http://www.gruene-els.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-els.de": { @@ -31221,7 +31606,7 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-els.de/home/" @@ -31261,7 +31646,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -31279,6 +31664,7 @@ "canonical_urls": [ "http://www.gruene-els.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-els.de": { @@ -31337,7 +31723,7 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://www.gruene-els.de/home/" @@ -31377,7 +31763,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -31395,6 +31781,7 @@ "canonical_urls": [ "https://gruene-em.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-em.de/comments/feed/", "https://gruene-em.de/feed/" @@ -31457,16 +31844,16 @@ "generator": null, "icon": "https://gruene-em.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne im Kreis Emmendingen" }, - "duration": 166, + "duration": 176, "error": null, "status_code": 200, "url": "https://gruene-em.de/" @@ -31498,13 +31885,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 176 }, "SITE_REACHABLE": { "score": 1, @@ -31515,13 +31902,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ - "http://gruene-en.de/home/" + "https://gruene-en.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-en.de": { @@ -31542,7 +31930,7 @@ } }, "icons": [ - "http://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + "https://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" ], "ipv4_addresses": [ "91.102.13.20" @@ -31550,22 +31938,22 @@ "resolvable_urls": [ { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "http://gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "http://www.gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "https://gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "https://www.gruene-en.de/" } ], @@ -31576,14 +31964,14 @@ "encoding": "utf-8", "feeds": [], "generator": "TYPO3 CMS", - "icon": "http://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "icon": "https://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Kreisverband Ennepe-Ruhr: Home" }, - "duration": 33, + "duration": 193, "error": null, "status_code": 200, - "url": "http://gruene-en.de/home/" + "url": "https://gruene-en.de/home/" } ] }, @@ -31613,14 +32001,13 @@ "value": false }, "HTTPS": { - "score": 0, - "type": "boolean", - "value": false + "score": 2, + "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 33 + "value": 193 }, "SITE_REACHABLE": { "score": 1, @@ -31631,13 +32018,14 @@ "value": true } }, - "score": 6.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -31706,16 +32094,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 340, + "duration": 391, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -31754,7 +32142,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 340 + "value": 391 }, "SITE_REACHABLE": { "score": 1, @@ -31772,6 +32160,7 @@ "canonical_urls": [ "http://www.gruene-erding.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erding.de": { @@ -31830,7 +32219,7 @@ "opengraph": null, "title": "Kreisverband Erding: AKTUELLES" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-erding.de/home/" @@ -31870,7 +32259,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -31888,6 +32277,7 @@ "canonical_urls": [ "http://www.gruene-erlangen-land.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erlangen-land.de": { @@ -31946,7 +32336,7 @@ "opengraph": null, "title": "Erlangen-Land: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-erlangen-land.de/home/" @@ -31986,7 +32376,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32004,6 +32394,7 @@ "canonical_urls": [ "http://gruene-erlangen.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erlangen.de": { @@ -32062,7 +32453,7 @@ "opengraph": null, "title": "Kreisverband Erlangen: Start" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-erlangen.de/start/" @@ -32102,7 +32493,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32120,6 +32511,7 @@ "canonical_urls": [ "http://www.gruene-erzgebirge.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-erzgebirge.de/rss.xml" ], @@ -32188,7 +32580,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN im Erzgebirge" }, - "duration": 239, + "duration": 225, "error": null, "status_code": 200, "url": "http://www.gruene-erzgebirge.de/startseite/" @@ -32227,7 +32619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 225 }, "SITE_REACHABLE": { "score": 1, @@ -32245,6 +32637,7 @@ "canonical_urls": [ "http://www.gruene-es.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-es.de": { @@ -32303,7 +32696,7 @@ "opengraph": null, "title": "Kreisverband Esslingen: HOME" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-es.de/home/" @@ -32343,7 +32736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -32361,6 +32754,7 @@ "canonical_urls": [ "http://gruene-ettlingen.de/kreisverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ettlingen.de": { @@ -32419,7 +32813,7 @@ "opengraph": null, "title": "KV Ettlingen: Kreisverband" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-ettlingen.de/kreisverband/" @@ -32459,7 +32853,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -32478,6 +32872,7 @@ "http://www.gruene-euskirchen.de/", "https://www.gruene-euskirchen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-euskirchen.de/comments/feed/", "http://www.gruene-euskirchen.de/feed/", @@ -32543,15 +32938,15 @@ "generator": null, "icon": "http://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 804, + "duration": 354, "error": null, "status_code": 200, "url": "http://www.gruene-euskirchen.de/" @@ -32567,15 +32962,15 @@ "generator": null, "icon": "https://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 481, + "duration": 486, "error": null, "status_code": 200, "url": "https://www.gruene-euskirchen.de/" @@ -32608,13 +33003,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 642 + "value": 420 }, "SITE_REACHABLE": { "score": 1, @@ -32625,13 +33020,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-fichtelgebirge.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-fichtelgebirge.de": { @@ -32690,7 +33086,7 @@ "opengraph": null, "title": "GRÜNE-FICHTELGEBIRGE : Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-fichtelgebirge.de/home/" @@ -32730,7 +33126,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32748,6 +33144,7 @@ "canonical_urls": [ "http://www.gruene-flensburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-flensburg.de": { @@ -32806,7 +33203,7 @@ "opengraph": null, "title": "GRÜNE Flensburg: Home" }, - "duration": 32, + "duration": 87, "error": null, "status_code": 200, "url": "http://www.gruene-flensburg.de/home/" @@ -32846,7 +33243,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 87 }, "SITE_REACHABLE": { "score": 1, @@ -32864,6 +33261,7 @@ "canonical_urls": [ "http://gruene-forchheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-forchheim.de": { @@ -32922,7 +33320,7 @@ "opengraph": null, "title": "Kreisverband Forchheim: Startseite" }, - "duration": 40, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-forchheim.de/startseite/" @@ -32962,7 +33360,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -32980,6 +33378,7 @@ "canonical_urls": [ "http://www.gruene-frankfurt-oder.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frankfurt-oder.de": { @@ -33038,7 +33437,7 @@ "opengraph": null, "title": "Frankfurt (Oder): Start" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-frankfurt-oder.de/start/" @@ -33078,7 +33477,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -33097,6 +33496,7 @@ "http://www.gruene-frankfurt.de/home/", "https://www.gruene-frankfurt.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-frankfurt.de": { @@ -33145,7 +33545,7 @@ "opengraph": null, "title": "Home" }, - "duration": 633, + "duration": 698, "error": null, "status_code": 200, "url": "http://www.gruene-frankfurt.de/home/" @@ -33160,7 +33560,7 @@ "opengraph": null, "title": "Home" }, - "duration": 708, + "duration": 760, "error": null, "status_code": 200, "url": "https://www.gruene-frankfurt.de/home/" @@ -33194,13 +33594,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 670 + "value": 729 }, "SITE_REACHABLE": { "score": 1, @@ -33211,7 +33611,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -33219,6 +33619,7 @@ "https://gruene-fredenbeck.de/", "https://www.gruene-fredenbeck.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-fredenbeck.de": { @@ -33275,7 +33676,7 @@ "opengraph": null, "title": "Startseite" }, - "duration": 82, + "duration": 135, "error": null, "status_code": 200, "url": "https://gruene-fredenbeck.de/" @@ -33290,7 +33691,7 @@ "opengraph": null, "title": "Startseite" }, - "duration": 81, + "duration": 145, "error": null, "status_code": 200, "url": "https://www.gruene-fredenbeck.de/" @@ -33325,13 +33726,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 82 + "value": 140 }, "SITE_REACHABLE": { "score": 1, @@ -33342,13 +33743,14 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://gruene-freiburg.de/das-neueste.html" ], + "cms": "typo3", "feeds": [ "https://gruene-freiburg.de/index.php?id=4227&type=100" ], @@ -33401,7 +33803,7 @@ "opengraph": null, "title": "Das Neueste" }, - "duration": 142, + "duration": 201, "error": null, "status_code": 200, "url": "https://gruene-freiburg.de/das-neueste.html" @@ -33434,13 +33836,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 201 }, "SITE_REACHABLE": { "score": 1, @@ -33451,13 +33853,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -33526,16 +33929,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 357, + "duration": 380, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -33574,7 +33977,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 357 + "value": 380 }, "SITE_REACHABLE": { "score": 1, @@ -33592,6 +33995,7 @@ "canonical_urls": [ "http://gruene-freising.de/kreisverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-freising.de": { @@ -33650,7 +34054,7 @@ "opengraph": null, "title": "Kreisverband Freising: Kreisverband" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-freising.de/kreisverband/" @@ -33690,7 +34094,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -33708,6 +34112,7 @@ "canonical_urls": [ "http://gruene-freudenstadt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-freudenstadt.de/comments/feed/", "http://gruene-freudenstadt.de/feed/" @@ -33765,15 +34170,15 @@ "generator": null, "icon": "http://gruene-freudenstadt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Freudenstadt" }, - "duration": 514, + "duration": 516, "error": null, "status_code": 200, "url": "http://gruene-freudenstadt.de/" @@ -33812,7 +34217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 514 + "value": 516 }, "SITE_REACHABLE": { "score": 1, @@ -33830,6 +34235,7 @@ "canonical_urls": [ "http://www.gruene-frg.de/ansprechpartnerinnen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frg.de": { @@ -33888,7 +34294,7 @@ "opengraph": null, "title": "Freyung-Grafenau: AnsprechpartnerInnen" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-frg.de/ansprechpartnerinnen/" @@ -33928,7 +34334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -33946,6 +34352,7 @@ "canonical_urls": [ "http://gruene-kreisverband-ffb.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-fuerstenfeldbruck.de": { @@ -33984,7 +34391,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -33992,7 +34399,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34010,7 +34417,7 @@ "opengraph": null, "title": "KV Fürstenfeldbruck: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-kreisverband-ffb.de/home/" @@ -34050,7 +34457,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -34069,6 +34476,7 @@ "http://www.gruene-fuerth-land.de/", "https://www.gruene-fuerth-land.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-fuerth-land.de/comments/feed/", "http://www.gruene-fuerth-land.de/feed/", @@ -34126,16 +34534,16 @@ "generator": null, "icon": "http://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 180, + "duration": 186, "error": null, "status_code": 200, "url": "http://www.gruene-fuerth-land.de/" @@ -34151,16 +34559,16 @@ "generator": null, "icon": "https://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 220, + "duration": 256, "error": null, "status_code": 200, "url": "https://www.gruene-fuerth-land.de/" @@ -34193,13 +34601,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 200 + "value": 221 }, "SITE_REACHABLE": { "score": 1, @@ -34210,13 +34618,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-fuerth.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-fuerth.de/comments/feed/", "http://www.gruene-fuerth.de/feed/" @@ -34258,7 +34667,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34266,7 +34675,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34285,15 +34694,15 @@ "generator": null, "icon": "http://www.gruene-fuerth.de/wp/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Fürth" }, - "duration": 209, + "duration": 245, "error": null, "status_code": 200, "url": "http://www.gruene-fuerth.de/" @@ -34332,7 +34741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 245 }, "SITE_REACHABLE": { "score": 1, @@ -34350,6 +34759,7 @@ "canonical_urls": [ "http://www.gruene-fulda.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-fulda.de": { @@ -34408,7 +34818,7 @@ "opengraph": null, "title": "Kreis FULDA: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-fulda.de/home/" @@ -34448,7 +34858,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -34466,6 +34876,7 @@ "canonical_urls": [ "http://gruene-gap.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gap.de": { @@ -34524,7 +34935,7 @@ "opengraph": null, "title": "KV Garmisch-Partenkirchen: Startseite" }, - "duration": 36, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-gap.de/startseite/" @@ -34564,7 +34975,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -34582,6 +34993,7 @@ "canonical_urls": [ "http://www.gruene-gehrden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gehrden.de/comments/feed/", "http://www.gruene-gehrden.de/feed/" @@ -34639,16 +35051,16 @@ "generator": null, "icon": "http://www.gruene-gehrden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Gehrden" }, - "duration": 563, + "duration": 335, "error": null, "status_code": 200, "url": "http://www.gruene-gehrden.de/" @@ -34687,7 +35099,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 563 + "value": 335 }, "SITE_REACHABLE": { "score": 1, @@ -34705,6 +35117,7 @@ "canonical_urls": [ "http://www.gruene-gellersen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gellersen.de/comments/feed/", "http://www.gruene-gellersen.de/feed/", @@ -34775,15 +35188,15 @@ "generator": null, "icon": "http://www.gruene-gellersen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Gellersen" }, - "duration": 48, + "duration": 930, "error": null, "status_code": 200, "url": "http://www.gruene-gellersen.de/" @@ -34820,9 +35233,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 48 + "value": 930 }, "SITE_REACHABLE": { "score": 1, @@ -34833,13 +35246,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-gelsenkirchen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gelsenkirchen.de/comments/feed", "http://www.gruene-gelsenkirchen.de/feed", @@ -34910,17 +35324,17 @@ "generator": null, "icon": "http://www.gruene-gelsenkirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE Gelsenkirchen" }, - "duration": 824, + "duration": 989, "error": null, "status_code": 200, "url": "http://www.gruene-gelsenkirchen.de/" @@ -34959,7 +35373,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 824 + "value": 989 }, "SITE_REACHABLE": { "score": 1, @@ -34977,6 +35391,7 @@ "canonical_urls": [ "http://www.gruene-georgsmarienhuette.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-georgsmarienhuette.de": { @@ -35039,12 +35454,12 @@ "generator": null, "icon": "http://www.gruene-georgsmarienhuette.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Georgmarienhütte ::\tWir machen das klar." }, - "duration": 388, + "duration": 403, "error": null, "status_code": 200, "url": "http://www.gruene-georgsmarienhuette.de/" @@ -35084,7 +35499,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 388 + "value": 403 }, "SITE_REACHABLE": { "score": 1, @@ -35102,6 +35517,7 @@ "canonical_urls": [ "https://www.gruene-giessen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-giessen.de": { @@ -35158,7 +35574,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen – Gießen" }, - "duration": 65, + "duration": 143, "error": null, "status_code": 200, "url": "https://www.gruene-giessen.de/" @@ -35192,13 +35608,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -35209,13 +35625,14 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -35278,17 +35695,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 465, + "duration": 917, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -35320,13 +35737,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 465 + "value": 917 }, "SITE_REACHABLE": { "score": 1, @@ -35337,13 +35754,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-gleichen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gleichen.de": { @@ -35402,7 +35820,7 @@ "opengraph": null, "title": "Gemeindeverband Gleichen: Home" }, - "duration": 30, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-gleichen.de/home/" @@ -35442,7 +35860,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -35461,6 +35879,7 @@ "http://www.gruene-goeppingen.de/bundestagswahl-2017/", "https://www.gruene-goeppingen.de/bundestagswahl-2017/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-goeppingen.de": { @@ -35512,7 +35931,7 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 540, + "duration": 557, "error": null, "status_code": 200, "url": "http://www.gruene-goeppingen.de/bundestagswahl-2017/" @@ -35527,7 +35946,7 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 615, + "duration": 646, "error": null, "status_code": 200, "url": "https://www.gruene-goeppingen.de/bundestagswahl-2017/" @@ -35561,13 +35980,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 578 + "value": 602 }, "SITE_REACHABLE": { "score": 1, @@ -35578,13 +35997,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-goerlitz.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-goerlitz.de/rss.xml" ], @@ -35653,7 +36073,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Görlitz" }, - "duration": 197, + "duration": 213, "error": null, "status_code": 200, "url": "http://www.gruene-goerlitz.de/startseite/" @@ -35692,7 +36112,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 197 + "value": 213 }, "SITE_REACHABLE": { "score": 1, @@ -35710,6 +36130,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -35768,7 +36189,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -35808,7 +36229,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -35826,6 +36247,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -35884,7 +36306,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -35924,7 +36346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -35942,6 +36364,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36000,7 +36423,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 30, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36040,7 +36463,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -36058,6 +36481,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36116,7 +36540,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36156,7 +36580,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -36174,6 +36598,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36232,7 +36657,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36272,7 +36697,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -36290,6 +36715,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36348,7 +36774,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36388,7 +36814,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -36406,6 +36832,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36464,7 +36891,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36504,7 +36931,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36522,6 +36949,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36580,7 +37008,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 34, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36620,7 +37048,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -36638,6 +37066,7 @@ "canonical_urls": [ "http://www.gruene-goslar.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goslar.de": { @@ -36696,7 +37125,7 @@ "opengraph": null, "title": "Kreisverband Goslar: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-goslar.de/home/" @@ -36736,7 +37165,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36754,6 +37183,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -36812,7 +37242,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -36852,7 +37282,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -36870,6 +37300,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -36928,7 +37359,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -36968,7 +37399,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36986,6 +37417,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -37044,7 +37476,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -37084,7 +37516,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -37102,6 +37534,7 @@ "canonical_urls": [ "http://gruene-guenzburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-guenzburg.de/comments/feed/", "http://gruene-guenzburg.de/feed/" @@ -37159,15 +37592,15 @@ "generator": null, "icon": "http://gruene-guenzburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Günzburg" }, - "duration": 263, + "duration": 253, "error": null, "status_code": 200, "url": "http://gruene-guenzburg.de/" @@ -37206,7 +37639,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 263 + "value": 253 }, "SITE_REACHABLE": { "score": 1, @@ -37225,6 +37658,7 @@ "http://gruene-hagen-cux.de/", "http://www.gruene-hagen-cux.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-hagen-cux.de/index.php?format=feed&type=rss", "http://www.gruene-hagen-cux.de/index.php?format=feed&type=rss" @@ -37296,7 +37730,7 @@ "opengraph": null, "title": "Home" }, - "duration": 224, + "duration": 255, "error": null, "status_code": 200, "url": "http://gruene-hagen-cux.de/" @@ -37314,7 +37748,7 @@ "opengraph": null, "title": "Home" }, - "duration": 232, + "duration": 252, "error": null, "status_code": 200, "url": "http://www.gruene-hagen-cux.de/" @@ -37354,7 +37788,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 254 }, "SITE_REACHABLE": { "score": 1, @@ -37373,6 +37807,7 @@ "http://gruene-hagen.de/", "http://www.gruene-hagen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hagen.de": { @@ -37435,7 +37870,7 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 42, + "duration": 81, "error": null, "status_code": 200, "url": "http://gruene-hagen.de/" @@ -37450,7 +37885,7 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 43, + "duration": 74, "error": null, "status_code": 200, "url": "http://www.gruene-hagen.de/" @@ -37492,7 +37927,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 42 + "value": 78 }, "SITE_REACHABLE": { "score": 1, @@ -37510,6 +37945,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -37569,16 +38005,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 238, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -37592,6 +38028,132 @@ "level": "DE:KREISVERBAND", "state": "Niedersachsen" }, + "result": { + "CANONICAL_URL": { + "score": 1, + "value": true + }, + "DNS_RESOLVABLE_IPV4": { + "score": 1, + "value": true + }, + "FAVICON": { + "score": 1, + "value": true + }, + "FEEDS": { + "score": 1, + "value": true + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 238 + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 6.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-hameln-pyrmont.de/category/startseite/" + ], + "cms": "wordpress-urwahl", + "feeds": [ + "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", + "http://www.gruene-hameln-pyrmont.de/comments/feed/", + "http://www.gruene-hameln-pyrmont.de/feed/" + ], + "hostnames": { + "gruene-hameln-pyrmont.de": { + "aliases": [], + "ip_addresses": [ + "81.169.145.167" + ], + "resolvable": true, + "resolved_hostname": "gruene-hameln-pyrmont.de" + }, + "www.gruene-hameln-pyrmont.de": { + "aliases": [ + "www.gruene-hameln-pyrmont.de" + ], + "ip_addresses": [ + "81.169.145.167" + ], + "resolvable": true, + "resolved_hostname": "gruene-hameln-pyrmont.de" + } + }, + "icons": [ + "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png" + ], + "ipv4_addresses": [ + "81.169.145.167" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-hameln-pyrmont.de/category/startseite/", + "url": "http://gruene-hameln-pyrmont.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-hameln-pyrmont.de', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:777)'),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-hameln-pyrmont.de/" + } + ], + "urlchecks": [ + { + "content": { + "canonical_link": "http://www.gruene-hameln-pyrmont.de/category/startseite/", + "encoding": "UTF-8", + "feeds": [ + "http://www.gruene-hameln-pyrmont.de/feed/", + "http://www.gruene-hameln-pyrmont.de/comments/feed/", + "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/" + ], + "generator": null, + "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", + "opengraph": [ + "og:url", + "og:image", + "og:description", + "og:title", + "og:site_name", + "og:type" + ], + "title": "- Startseite | Willkommen in Hameln-Pyrmont!" + }, + "duration": 209, + "error": null, + "status_code": 200, + "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" + } + ] + }, + "input_url": "http://www.gruene-hameln-pyrmont.de/category/ortsverband-bad-pyrmont/", + "meta": { + "city": "Bad Pyrmont", + "district": "Hameln-Pyrmont", + "level": "DE:ORTSVERBAND", + "state": "Niedersachsen" + }, "result": { "CANONICAL_URL": { "score": 1, @@ -37635,6 +38197,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -37694,141 +38257,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 155, - "error": null, - "status_code": 200, - "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" - } - ] - }, - "input_url": "http://www.gruene-hameln-pyrmont.de/category/ortsverband-bad-pyrmont/", - "meta": { - "city": "Bad Pyrmont", - "district": "Hameln-Pyrmont", - "level": "DE:ORTSVERBAND", - "state": "Niedersachsen" - }, - "result": { - "CANONICAL_URL": { - "score": 1, - "value": true - }, - "DNS_RESOLVABLE_IPV4": { - "score": 1, - "value": true - }, - "FAVICON": { - "score": 1, - "value": true - }, - "FEEDS": { - "score": 1, - "value": true - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 0.5, - "type": "number", - "value": 155 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 6.5 - }, - { - "details": { - "canonical_urls": [ - "http://www.gruene-hameln-pyrmont.de/category/startseite/" - ], - "feeds": [ - "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", - "http://www.gruene-hameln-pyrmont.de/comments/feed/", - "http://www.gruene-hameln-pyrmont.de/feed/" - ], - "hostnames": { - "gruene-hameln-pyrmont.de": { - "aliases": [], - "ip_addresses": [ - "81.169.145.167" - ], - "resolvable": true, - "resolved_hostname": "gruene-hameln-pyrmont.de" - }, - "www.gruene-hameln-pyrmont.de": { - "aliases": [ - "www.gruene-hameln-pyrmont.de" - ], - "ip_addresses": [ - "81.169.145.167" - ], - "resolvable": true, - "resolved_hostname": "gruene-hameln-pyrmont.de" - } - }, - "icons": [ - "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png" - ], - "ipv4_addresses": [ - "81.169.145.167" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://www.gruene-hameln-pyrmont.de/category/startseite/", - "url": "http://gruene-hameln-pyrmont.de/" - }, - { - "error": { - "message": "HTTPSConnectionPool(host='gruene-hameln-pyrmont.de', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:777)'),))", - "type": "" - }, - "redirects_to": null, - "url": "https://gruene-hameln-pyrmont.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": "http://www.gruene-hameln-pyrmont.de/category/startseite/", - "encoding": "UTF-8", - "feeds": [ - "http://www.gruene-hameln-pyrmont.de/feed/", - "http://www.gruene-hameln-pyrmont.de/comments/feed/", - "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/" - ], - "generator": null, - "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", - "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:url" - ], - "title": "- Startseite | Willkommen in Hameln-Pyrmont!" - }, - "duration": 204, + "duration": 219, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -37867,7 +38305,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 204 + "value": 219 }, "SITE_REACHABLE": { "score": 1, @@ -37885,6 +38323,7 @@ "canonical_urls": [ "http://www.gruene-hamm.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hamm.de/beispiel-seite/feed/", "http://www.gruene-hamm.de/comments/feed/", @@ -37955,16 +38394,16 @@ "generator": null, "icon": "http://www.gruene-hamm.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Hamm/Westf." }, - "duration": 493, + "duration": 483, "error": null, "status_code": 200, "url": "http://www.gruene-hamm.de/" @@ -38003,7 +38442,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 493 + "value": 483 }, "SITE_REACHABLE": { "score": 1, @@ -38024,6 +38463,7 @@ "https://gruene-hannover.de/", "https://www.gruene-hannover.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-hannover.de": { @@ -38085,7 +38525,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 96, + "duration": 127, "error": null, "status_code": 200, "url": "http://gruene-hannover.de/" @@ -38100,7 +38540,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 98, + "duration": 133, "error": null, "status_code": 200, "url": "http://www.gruene-hannover.de/" @@ -38115,7 +38555,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 143, + "duration": 206, "error": null, "status_code": 200, "url": "https://gruene-hannover.de/" @@ -38130,7 +38570,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 146, + "duration": 214, "error": null, "status_code": 200, "url": "https://www.gruene-hannover.de/" @@ -38164,13 +38604,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 170 }, "SITE_REACHABLE": { "score": 1, @@ -38181,13 +38621,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruene-harburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-harburg.de/comments/feed/", "https://gruene-harburg.de/feed/" @@ -38250,15 +38691,15 @@ "generator": null, "icon": "https://gruene-harburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Willkommen" }, - "duration": 836, + "duration": 585, "error": null, "status_code": 200, "url": "https://gruene-harburg.de/" @@ -38290,13 +38731,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 836 + "value": 585 }, "SITE_REACHABLE": { "score": 1, @@ -38307,13 +38748,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-hardt.de/index.php?id=50" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-hardt.de": { @@ -38367,7 +38809,7 @@ "opengraph": null, "title": "Grüne im Rhein-Neckar Kreis - Der Kreisverband Hardt" }, - "duration": 40, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-hardt.de/index.php?id=50" @@ -38407,7 +38849,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 74 }, "SITE_REACHABLE": { "score": 1, @@ -38425,6 +38867,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/ov-harpstedt/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-harpstedt.de": { @@ -38463,7 +38906,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -38471,7 +38914,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -38489,7 +38932,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: OV Harpstedt" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/ov-harpstedt/" @@ -38529,7 +38972,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -38547,6 +38990,7 @@ "canonical_urls": [ "https://gruene-harsefeld.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-harsefeld.de/comments/feed/", "https://gruene-harsefeld.de/feed/" @@ -38601,16 +39045,16 @@ "generator": null, "icon": "https://gruene-harsefeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Harsefeld - Politik für Umwelt, Mensch und TierGrüne Harsefeld" }, - "duration": 10, + "duration": 54, "error": null, "status_code": 200, "url": "https://gruene-harsefeld.de/" @@ -38642,13 +39086,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 10 + "value": 54 }, "SITE_REACHABLE": { "score": 1, @@ -38659,13 +39103,14 @@ "value": true } }, - "score": 8.0 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://gruene-harz.de/willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-harz.de": { @@ -38724,7 +39169,7 @@ "opengraph": null, "title": "Grüne im Landkreis Harz: Willkommen" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-harz.de/willkommen/" @@ -38764,7 +39209,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -38782,6 +39227,7 @@ "canonical_urls": [ "http://gruene-hassberge.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hassberge.de": { @@ -38840,7 +39286,7 @@ "opengraph": null, "title": "Kreisverband Haßberge: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hassberge.de/home/" @@ -38880,7 +39326,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -38898,6 +39344,7 @@ "canonical_urls": [ "http://www.gruene-havelland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-havelland.de": { @@ -38956,7 +39403,7 @@ "opengraph": null, "title": "Kreisverband Havelland: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-havelland.de/startseite/" @@ -38996,7 +39443,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -39014,6 +39461,7 @@ "canonical_urls": [ "http://gruene-heidekreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-heidekreis.de": { @@ -39072,7 +39520,7 @@ "opengraph": null, "title": "Kreisverband Heidekreis: Home" }, - "duration": 34, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-heidekreis.de/home/" @@ -39112,7 +39560,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -39130,6 +39578,7 @@ "canonical_urls": [ "https://www.gruene-heidelberg.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-heidelberg.de/comments/feed/", "https://www.gruene-heidelberg.de/feed/", @@ -39188,7 +39637,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Heidelberg" }, - "duration": 79, + "duration": 180, "error": null, "status_code": 200, "url": "https://www.gruene-heidelberg.de/" @@ -39220,13 +39669,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 79 + "value": 180 }, "SITE_REACHABLE": { "score": 1, @@ -39237,13 +39686,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-heidenheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-heidenheim.de/comments/feed/", "https://gruene-heidenheim.de/feed/", @@ -39308,15 +39758,15 @@ "generator": null, "icon": "https://gruene-heidenheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Heidenheim" }, - "duration": 71, + "duration": 184, "error": null, "status_code": 200, "url": "https://gruene-heidenheim.de/" @@ -39348,13 +39798,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -39365,13 +39815,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-heilbronn.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-heilbronn.de": { @@ -39422,7 +39873,7 @@ "opengraph": null, "title": "Grüne Heilbronn: Kreisverband Heilbronn" }, - "duration": 622, + "duration": 740, "error": null, "status_code": 200, "url": "https://www.gruene-heilbronn.de/" @@ -39455,13 +39906,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 622 + "value": 740 }, "SITE_REACHABLE": { "score": 1, @@ -39472,7 +39923,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -39482,6 +39933,7 @@ "https://gruene-hemmoor.de/", "https://www.gruene-hemmoor.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hemmoor.de": { @@ -39538,7 +39990,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-hemmoor.de/" @@ -39553,7 +40005,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-hemmoor.de/" @@ -39568,7 +40020,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 77, + "duration": 145, "error": null, "status_code": 200, "url": "https://gruene-hemmoor.de/" @@ -39583,7 +40035,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 88, + "duration": 141, "error": null, "status_code": 200, "url": "https://www.gruene-hemmoor.de/" @@ -39618,13 +40070,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 56 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -39635,7 +40087,7 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { @@ -39643,6 +40095,7 @@ "http://gruene-herne.de/", "http://www.gruene-herne.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-herne.de": { @@ -39708,7 +40161,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 675, + "duration": 722, "error": null, "status_code": 200, "url": "http://gruene-herne.de/" @@ -39723,7 +40176,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 690, + "duration": 750, "error": null, "status_code": 200, "url": "http://www.gruene-herne.de/" @@ -39764,7 +40217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 682 + "value": 736 }, "SITE_REACHABLE": { "score": 1, @@ -39782,6 +40235,7 @@ "canonical_urls": [ "http://gruene-hersfeld-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hersfeld-rotenburg.de": { @@ -39840,7 +40294,7 @@ "opengraph": null, "title": "KV Hersfeld-Rotenburg: Home" }, - "duration": 31, + "duration": 89, "error": null, "status_code": 200, "url": "http://gruene-hersfeld-rotenburg.de/home/" @@ -39880,7 +40334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 89 }, "SITE_REACHABLE": { "score": 1, @@ -39898,6 +40352,7 @@ "canonical_urls": [ "https://www.gruene-hessen.de/" ], + "cms": null, "feeds": [ "http://www.gruene-hessen.de/feed/", "http://www.gruene-hessen.de/landtag/presse/feed/", @@ -39966,17 +40421,17 @@ "generator": null, "icon": "http://www.gruene-hessen.de/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen in Hessen" }, - "duration": 529, + "duration": 724, "error": null, "status_code": 200, "url": "https://www.gruene-hessen.de/" @@ -40008,13 +40463,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 529 + "value": 724 }, "SITE_REACHABLE": { "score": 1, @@ -40025,13 +40480,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40090,7 +40546,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40130,7 +40586,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -40148,6 +40604,7 @@ "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40206,7 +40663,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 37, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40246,7 +40703,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -40264,6 +40721,7 @@ "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40322,7 +40780,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40362,7 +40820,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -40381,6 +40839,7 @@ "http://www.gruene-hilter.de", "http://www.gruene-hilter.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hilter.de": { @@ -40443,12 +40902,12 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 330, + "duration": 435, "error": null, "status_code": 200, "url": "http://www.gruene-hilter.de" @@ -40461,12 +40920,12 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 390, + "duration": 357, "error": null, "status_code": 200, "url": "http://www.gruene-hilter.de/" @@ -40507,7 +40966,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 360 + "value": 396 }, "SITE_REACHABLE": { "score": 1, @@ -40525,6 +40984,7 @@ "canonical_urls": [ "http://gruene-hochtaunus.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hochtaunus.de": { @@ -40583,7 +41043,7 @@ "opengraph": null, "title": "B90/GRÜNE KV Hochtaunus: Startseite" }, - "duration": 48, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-hochtaunus.de/startseite/" @@ -40623,7 +41083,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 48 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -40641,6 +41101,7 @@ "canonical_urls": [ "http://gruene-hoexter.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hoexter.de": { @@ -40699,7 +41160,7 @@ "opengraph": null, "title": "DIE GRÜNEN IM KREIS HÖXTER: Start" }, - "duration": 39, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hoexter.de/start/" @@ -40739,7 +41200,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -40757,6 +41218,7 @@ "canonical_urls": [ "http://gruene-hof.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hof.de": { @@ -40815,7 +41277,7 @@ "opengraph": null, "title": "Kreisverband Hof: Willkommen bei den Hofer Grünen - Wir freuen uns auf Euch..." }, - "duration": 31, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-hof.de/home/" @@ -40855,7 +41317,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -40873,6 +41335,7 @@ "canonical_urls": [ "http://gruene-hohenlohe.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hohenlohe.de": { @@ -40931,7 +41394,7 @@ "opengraph": null, "title": "GRÜNE Hohenlohe: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-hohenlohe.de/startseite/" @@ -40971,7 +41434,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -40989,6 +41452,7 @@ "canonical_urls": [ "http://www.gruene-hoya.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hoya.de": { @@ -41047,7 +41511,7 @@ "opengraph": null, "title": "Grüne Hoya: Home" }, - "duration": 30, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-hoya.de/home/" @@ -41087,7 +41551,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -41105,6 +41569,7 @@ "canonical_urls": [ "http://www.gruene-hsk.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hsk.de/comments/feed/", "http://www.gruene-hsk.de/feed/" @@ -41146,7 +41611,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -41154,7 +41619,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -41173,16 +41638,16 @@ "generator": null, "icon": "http://www.gruene-hsk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "grüne Politik im Hochsauerlandkreis › Grüne Hochsauerlandkreis" }, - "duration": 527, + "duration": 545, "error": null, "status_code": 200, "url": "http://www.gruene-hsk.de/" @@ -41221,7 +41686,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 527 + "value": 545 }, "SITE_REACHABLE": { "score": 1, @@ -41239,6 +41704,7 @@ "canonical_urls": [ "http://www.gruene-ilmkreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ilmkreis.de": { @@ -41297,7 +41763,7 @@ "opengraph": null, "title": "Kreisverband Ilmkreis: Home" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-ilmkreis.de/home/" @@ -41337,7 +41803,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -41355,6 +41821,7 @@ "canonical_urls": [ "http://www.gruene-in-halle.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-in-halle.de/comments/feed/", "http://www.gruene-in-halle.de/feed/" @@ -41423,15 +41890,15 @@ "generator": null, "icon": "http://www.gruene-in-halle.de/inhalte/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 88, + "duration": 10, "error": null, "status_code": 200, "url": "http://www.gruene-in-halle.de/" @@ -41470,7 +41937,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 88 + "value": 10 }, "SITE_REACHABLE": { "score": 1, @@ -41488,6 +41955,7 @@ "canonical_urls": [ "http://ingolstadt-gruene.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ingolstadt.de": { @@ -41552,7 +42020,7 @@ "opengraph": null, "title": "Grüner Kreisverband Ingolstadt: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://ingolstadt-gruene.de/startseite/" @@ -41592,7 +42060,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -41610,6 +42078,7 @@ "canonical_urls": [ "http://gruene-jesteburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-jesteburg.de/comments/feed/", "http://gruene-jesteburg.de/feed/" @@ -41678,15 +42147,15 @@ "generator": "Powered by Visual Composer - drag and drop page builder for WordPress.", "icon": "http://gruene-jesteburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüner Ortsverband Samtgemeinde Jesteburg" }, - "duration": 389, + "duration": 419, "error": null, "status_code": 200, "url": "http://gruene-jesteburg.de/" @@ -41725,7 +42194,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 389 + "value": 419 }, "SITE_REACHABLE": { "score": 1, @@ -41743,6 +42212,7 @@ "canonical_urls": [ "http://gruene-karlsruhe-land.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-karlsruhe-land.de": { @@ -41801,7 +42271,7 @@ "opengraph": null, "title": "KV Karlsruhe-Land: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-karlsruhe-land.de/home/" @@ -41841,7 +42311,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -41859,6 +42329,7 @@ "canonical_urls": [ "http://gruenekarlsruhe.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruenekarlsruhe.de/feed/" ], @@ -41925,17 +42396,17 @@ "generator": null, "icon": "http://gruenekarlsruhe.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne KarlsruheGrüne Karlsruhe" }, - "duration": 646, + "duration": 674, "error": null, "status_code": 200, "url": "http://gruenekarlsruhe.de/" @@ -41974,7 +42445,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 646 + "value": 674 }, "SITE_REACHABLE": { "score": 1, @@ -41992,6 +42463,7 @@ "canonical_urls": [ "http://gruene-keh.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-keh.de": { @@ -42050,7 +42522,7 @@ "opengraph": null, "title": "KV Kelheim: Startseite" }, - "duration": 31, + "duration": 61, "error": null, "status_code": 200, "url": "http://gruene-keh.de/startseite/" @@ -42090,7 +42562,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 61 }, "SITE_REACHABLE": { "score": 1, @@ -42108,6 +42580,7 @@ "canonical_urls": [ "http://gruene-kempten.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kempten.de": { @@ -42166,7 +42639,7 @@ "opengraph": null, "title": "Kreisverband Kempten: Home" }, - "duration": 40, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-kempten.de/home/" @@ -42206,7 +42679,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -42224,6 +42697,7 @@ "canonical_urls": [ "https://www.gruene-kg.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-kg.de": { @@ -42285,7 +42759,7 @@ "opengraph": null, "title": "BÜNDIS 90/DIE GRÜNEN Bad Kissingen: Die Grünen in Landkreis Bad Kissingen" }, - "duration": 104, + "duration": 190, "error": null, "status_code": 200, "url": "https://www.gruene-kg.de/" @@ -42318,13 +42792,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 104 + "value": 190 }, "SITE_REACHABLE": { "score": 1, @@ -42335,13 +42809,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-kiel.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kiel.de": { @@ -42400,7 +42875,7 @@ "opengraph": null, "title": "Am 6. Mai GRÜN wählen!: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kiel.de/home/" @@ -42440,7 +42915,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -42459,6 +42934,7 @@ "http://gruene-kirkel.de/", "http://www.gruene-kirkel.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-kirkel.de": { @@ -42521,7 +42997,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 21, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-kirkel.de/" @@ -42536,7 +43012,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 22, + "duration": 59, "error": null, "status_code": 200, "url": "http://www.gruene-kirkel.de/" @@ -42578,7 +43054,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 22 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -42596,6 +43072,7 @@ "canonical_urls": [ "http://www.gruene-kitzingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kitzingen.de": { @@ -42654,7 +43131,7 @@ "opengraph": null, "title": "KV Kitzingen: Home" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://www.gruene-kitzingen.de/home/" @@ -42694,7 +43171,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -42712,6 +43189,7 @@ "canonical_urls": [ "http://www.gruene-koenigswinter.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-koenigswinter.de/beispiel-seite/feed/", "http://www.gruene-koenigswinter.de/comments/feed/", @@ -42782,15 +43260,15 @@ "generator": null, "icon": "http://www.gruene-koenigswinter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Königswinter" }, - "duration": 882, + "duration": 872, "error": null, "status_code": 200, "url": "http://www.gruene-koenigswinter.de/" @@ -42829,7 +43307,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 882 + "value": 872 }, "SITE_REACHABLE": { "score": 1, @@ -42847,6 +43325,7 @@ "canonical_urls": [ "http://gruene-konstanz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-konstanz.de": { @@ -42905,7 +43384,7 @@ "opengraph": null, "title": "Kreisverband Konstanz: Startseite" }, - "duration": 33, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-konstanz.de/startseite/" @@ -42945,7 +43424,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -42963,6 +43442,7 @@ "canonical_urls": [ "http://gruene-krefeld.de/index.php?id=106" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-krefeld.de": { @@ -43016,7 +43496,7 @@ "opengraph": null, "title": "Grüne Krefeld: Start" }, - "duration": 126, + "duration": 144, "error": null, "status_code": 200, "url": "http://gruene-krefeld.de/index.php?id=106" @@ -43056,7 +43536,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 144 }, "SITE_REACHABLE": { "score": 1, @@ -43074,6 +43554,7 @@ "canonical_urls": [ "https://www.gruene-kreis-calw.de/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-kreis-calw.de": { @@ -43124,7 +43605,7 @@ "opengraph": null, "title": "Grüne Calw: Aktuelles" }, - "duration": 568, + "duration": 638, "error": null, "status_code": 200, "url": "https://www.gruene-kreis-calw.de/aktuelles/" @@ -43157,13 +43638,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 568 + "value": 638 }, "SITE_REACHABLE": { "score": 1, @@ -43174,13 +43655,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kreis-harburg.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-harburg.de": { @@ -43239,7 +43721,7 @@ "opengraph": null, "title": "Landkreis Harburg: Herzlich willkommen im Kreisverband Harburg-Land" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-harburg.de/aktuell/" @@ -43279,7 +43761,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -43297,6 +43779,7 @@ "canonical_urls": [ "http://gruene-kreis-herford.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-herford.de": { @@ -43355,7 +43838,7 @@ "opengraph": null, "title": "GRÜNE im Kreis Herford: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-kreis-herford.de/home/" @@ -43395,7 +43878,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -43413,6 +43896,7 @@ "canonical_urls": [ "https://gruene-kreis-kleve.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kreis-kleve.de/comments/feed/", "https://gruene-kreis-kleve.de/feed/", @@ -43477,16 +43961,16 @@ "generator": null, "icon": "https://gruene-kreis-kleve.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Kleve" }, - "duration": 314, + "duration": 390, "error": null, "status_code": 200, "url": "https://gruene-kreis-kleve.de/" @@ -43518,13 +44002,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 314 + "value": 390 }, "SITE_REACHABLE": { "score": 1, @@ -43535,13 +44019,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruener-kreisverband-mettmann.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruener-kreisverband-mettmann.de/comments/feed/", "http://www.gruener-kreisverband-mettmann.de/feed/" @@ -43610,15 +44095,15 @@ "generator": null, "icon": "http://www.gruener-kreisverband-mettmann.de/wp-content/themes/1508172033-7obdov/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die GRÜNEN im Kreis Mettmann" }, - "duration": 365, + "duration": 107, "error": null, "status_code": 200, "url": "http://www.gruener-kreisverband-mettmann.de/" @@ -43657,7 +44142,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 365 + "value": 107 }, "SITE_REACHABLE": { "score": 1, @@ -43675,6 +44160,7 @@ "canonical_urls": [ "http://www.gruene-kreis-steinfurt.de/news/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-steinfurt.de": { @@ -43733,7 +44219,7 @@ "opengraph": null, "title": "Kreisverband Steinfurt: News" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-steinfurt.de/news/" @@ -43773,7 +44259,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -43791,6 +44277,7 @@ "canonical_urls": [ "http://gruene-kreis-unna.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kreis-unna.de/comments/feed/", "http://gruene-kreis-unna.de/feed/" @@ -43859,19 +44346,19 @@ "generator": null, "icon": "http://gruene-kreis-unna.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "B90 / Die Grünen Kreisverband Unna" }, - "duration": 945, + "duration": 288, "error": null, "status_code": 200, "url": "http://gruene-kreis-unna.de/" @@ -43910,7 +44397,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 945 + "value": 288 }, "SITE_REACHABLE": { "score": 1, @@ -43928,6 +44415,7 @@ "canonical_urls": [ "http://www.gruene-kreis-viersen.de/" ], + "cms": "give v1.8.12", "feeds": [ "http://www.gruene-kreis-viersen.de/comments/feed/", "http://www.gruene-kreis-viersen.de/feed/" @@ -43969,7 +44457,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -43977,7 +44465,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -43996,19 +44484,19 @@ "generator": "Give v1.8.12", "icon": "http://www.gruene-kreis-viersen.de/wp-content/themes/Joseph-knows-best-master/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Start - Grüne Kreis ViersenGrüne Kreis Viersen" }, - "duration": 609, + "duration": 596, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-viersen.de/" @@ -44047,7 +44535,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 596 }, "SITE_REACHABLE": { "score": 1, @@ -44065,6 +44553,7 @@ "canonical_urls": [ "http://gruene-kreis-wesel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-wesel.de": { @@ -44123,7 +44612,7 @@ "opengraph": null, "title": "Kreis Wesel: Startseite" }, - "duration": 31, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-kreis-wesel.de/startseite/" @@ -44163,7 +44652,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -44181,6 +44670,7 @@ "canonical_urls": [ "http://gruene-kreisgt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kreisgt.de/comments/feed/", "http://gruene-kreisgt.de/feed/" @@ -44249,16 +44739,16 @@ "generator": null, "icon": "http://gruene-kreisgt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": null }, - "duration": 38, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-kreisgt.de/" @@ -44297,7 +44787,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -44315,6 +44805,7 @@ "canonical_urls": [ "http://www.gruene-kreisrheinberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreisrheinberg.de": { @@ -44373,7 +44864,7 @@ "opengraph": null, "title": "Kreisverband Rhein-Berg: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kreisrheinberg.de/home/" @@ -44413,7 +44904,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -44432,6 +44923,7 @@ "http://gruene-kronach.de/", "https://gruene-kronach.de/" ], + "cms": "web to date 8.0", "feeds": [], "hostnames": { "gruene-kronach.de": { @@ -44480,7 +44972,7 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 84, + "duration": 87, "error": null, "status_code": 200, "url": "http://gruene-kronach.de/" @@ -44495,7 +44987,7 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 94, + "duration": 164, "error": null, "status_code": 200, "url": "https://gruene-kronach.de/" @@ -44529,13 +45021,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 126 }, "SITE_REACHABLE": { "score": 1, @@ -44546,13 +45038,14 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kulmbach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kulmbach.de": { @@ -44611,7 +45104,7 @@ "opengraph": null, "title": "Kreisverband Kulmbach: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kulmbach.de/home/" @@ -44651,7 +45144,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -44669,6 +45162,7 @@ "canonical_urls": [ "http://gruene-kv-heinsberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-heinsberg.de": { @@ -44727,7 +45221,7 @@ "opengraph": null, "title": "Im Kreis Heinsberg: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-heinsberg.de/startseite/" @@ -44767,7 +45261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -44785,6 +45279,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -44843,7 +45338,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -44883,7 +45378,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -44901,6 +45396,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -44959,7 +45455,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 30, + "duration": 77, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -44999,7 +45495,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 77 }, "SITE_REACHABLE": { "score": 1, @@ -45017,6 +45513,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -45075,7 +45572,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 35, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -45115,7 +45612,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -45133,6 +45630,7 @@ "canonical_urls": [ "http://gruene-kv-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-stade.de": { @@ -45191,7 +45689,7 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" @@ -45231,7 +45729,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -45249,6 +45747,7 @@ "canonical_urls": [ "https://www.gruene-kvwuppertal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-kvwuppertal.de/comments/feed/", "https://www.gruene-kvwuppertal.de/feed/" @@ -45311,16 +45810,16 @@ "generator": null, "icon": "https://www.gruene-kvwuppertal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen - KV WuppertalKV Wuppertal" }, - "duration": 772, + "duration": 729, "error": null, "status_code": 200, "url": "https://www.gruene-kvwuppertal.de/" @@ -45352,13 +45851,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 772 + "value": 729 }, "SITE_REACHABLE": { "score": 1, @@ -45369,13 +45868,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kyffhaeuserkreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kyffhaeuserkreis.de": { @@ -45434,7 +45934,7 @@ "opengraph": null, "title": "GRÜNE Kyffhäuserkreis #gruenekyf: Home" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-kyffhaeuserkreis.de/home/" @@ -45474,7 +45974,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -45492,6 +45992,7 @@ "canonical_urls": [ "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-la.de": { @@ -45556,7 +46057,7 @@ "opengraph": null, "title": "KV Landshut - Stadt: Willkommen bei den Landshuter Grünen" }, - "duration": 35, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" @@ -45596,7 +46097,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -45614,6 +46115,7 @@ "canonical_urls": [ "http://www.gruene-lahn-dill.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lahn-dill.de": { @@ -45672,7 +46174,7 @@ "opengraph": null, "title": "Kreisverband Lahn-Dill: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-lahn-dill.de/home/" @@ -45712,7 +46214,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -45730,6 +46232,7 @@ "canonical_urls": [ "https://gruene-lambsheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lambsheim.de": { @@ -45788,7 +46291,7 @@ "opengraph": null, "title": "Ortsverband Lambsheim: Startseite" }, - "duration": 106, + "duration": 198, "error": null, "status_code": 200, "url": "https://gruene-lambsheim.de/startseite/" @@ -45821,13 +46324,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 198 }, "SITE_REACHABLE": { "score": 1, @@ -45838,13 +46341,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-landau.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-landau.de": { @@ -45909,7 +46413,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Startseite" }, - "duration": 416, + "duration": 508, "error": null, "status_code": 200, "url": "http://www.gruene-landau.de/" @@ -45949,7 +46453,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 416 + "value": 508 }, "SITE_REACHABLE": { "score": 1, @@ -45967,6 +46471,7 @@ "canonical_urls": [ "http://www.gruene-landkreis-kassel.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-landkreis-kassel.de/?feed=comments-rss2", "http://www.gruene-landkreis-kassel.de/?feed=rss2" @@ -46035,15 +46540,15 @@ "generator": null, "icon": "http://www.gruene-landkreis-kassel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "gruene-landkreis-kassel.de" }, - "duration": 900, + "duration": 120, "error": null, "status_code": 200, "url": "http://www.gruene-landkreis-kassel.de/" @@ -46082,7 +46587,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 900 + "value": 120 }, "SITE_REACHABLE": { "score": 1, @@ -46100,6 +46605,7 @@ "canonical_urls": [ "http://www.gruene-landkreis-leipzig.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-landkreis-leipzig.de/rss.xml" ], @@ -46168,7 +46674,7 @@ "opengraph": null, "title": "Startseite - Kreisverband Landkreis Leipzig" }, - "duration": 179, + "duration": 214, "error": null, "status_code": 200, "url": "http://www.gruene-landkreis-leipzig.de/startseite/" @@ -46207,7 +46713,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 179 + "value": 214 }, "SITE_REACHABLE": { "score": 1, @@ -46225,6 +46731,7 @@ "canonical_urls": [ "http://gruene-landkreis-rostock.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-landkreis-rostock.de": { @@ -46283,7 +46790,7 @@ "opengraph": null, "title": "Landkreis Rostock: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-landkreis-rostock.de/startseite/" @@ -46323,7 +46830,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -46342,6 +46849,7 @@ "http://gruene-landsberg.de/", "http://www.gruene-landsberg.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-landsberg.de": { @@ -46381,7 +46889,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -46389,7 +46897,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -46407,7 +46915,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 927, + "duration": 188, "error": null, "status_code": 200, "url": "http://gruene-landsberg.de/" @@ -46422,7 +46930,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 213, + "duration": 759, "error": null, "status_code": 200, "url": "http://www.gruene-landsberg.de/" @@ -46463,7 +46971,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 570 + "value": 474 }, "SITE_REACHABLE": { "score": 1, @@ -46481,6 +46989,7 @@ "canonical_urls": [ "http://gruene-landshut.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-landshut.de": { @@ -46539,7 +47048,7 @@ "opengraph": null, "title": "Landkreis Landshut: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-landshut.de/home/" @@ -46579,7 +47088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -46597,6 +47106,7 @@ "canonical_urls": [ "http://gruene-langenhagen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-langenhagen.de": { @@ -46655,7 +47165,7 @@ "opengraph": null, "title": "Grüne Langenhagen: Home" }, - "duration": 34, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-langenhagen.de/home/" @@ -46695,7 +47205,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -46713,6 +47223,7 @@ "canonical_urls": [ "http://www.gruene-lehrte.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lehrte.de": { @@ -46771,7 +47282,7 @@ "opengraph": null, "title": "Grüne Lehrte: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-lehrte.de/home/" @@ -46811,7 +47322,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -46829,6 +47340,7 @@ "canonical_urls": [ "http://gruene-lichtenfels.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lichtenfels.de": { @@ -46887,7 +47399,7 @@ "opengraph": null, "title": "Kreisverband Lichtenfels: Home" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-lichtenfels.de/home/" @@ -46927,7 +47439,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -46945,6 +47457,7 @@ "canonical_urls": [ "https://gruene.li" ], + "cms": "wordpress", "feeds": [ "https://gruene.li/comments/feed/", "https://gruene.li/feed/" @@ -46999,18 +47512,18 @@ "generator": null, "icon": "https://gruene.li/wp-content/uploads/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Kreisverband Lindau - Bündnis 90 / DIE GRÜNEN" }, - "duration": 320, + "duration": 272, "error": null, "status_code": 200, "url": "https://gruene.li" @@ -47042,13 +47555,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 320 + "value": 272 }, "SITE_REACHABLE": { "score": 1, @@ -47059,13 +47572,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://xn--grne-lippe-beb.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lippe.de": { @@ -47130,7 +47644,7 @@ "opengraph": null, "title": "Lippe: Startseite" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://xn--grne-lippe-beb.de/startseite/" @@ -47170,7 +47684,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -47188,6 +47702,7 @@ "canonical_urls": [ "http://www.gruene-loerrach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-loerrach.de/comments/feed/", "http://www.gruene-loerrach.de/feed/" @@ -47256,16 +47771,16 @@ "generator": null, "icon": "http://www.gruene-loerrach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / DIE GRÜNEN Lörrach" }, - "duration": 440, + "duration": 615, "error": null, "status_code": 200, "url": "http://www.gruene-loerrach.de/" @@ -47304,7 +47819,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 440 + "value": 615 }, "SITE_REACHABLE": { "score": 1, @@ -47322,6 +47837,7 @@ "canonical_urls": [ "http://www.gruene-lohmar.de/" ], + "cms": "eventon 2.6.8", "feeds": [ "http://www.gruene-lohmar.de/comments/feed/", "http://www.gruene-lohmar.de/feed/" @@ -47390,16 +47906,16 @@ "generator": "EventON 2.6.8", "icon": "http://www.gruene-lohmar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Lohmar" }, - "duration": 320, + "duration": 333, "error": null, "status_code": 200, "url": "http://www.gruene-lohmar.de/" @@ -47438,7 +47954,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 320 + "value": 333 }, "SITE_REACHABLE": { "score": 1, @@ -47456,6 +47972,7 @@ "canonical_urls": [ "http://www.gruene-loxstedt-schiffdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-loxstedt-schiffdorf.de/comments/feed/", "http://www.gruene-loxstedt-schiffdorf.de/feed/" @@ -47524,15 +48041,15 @@ "generator": null, "icon": "http://www.gruene-loxstedt-schiffdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 303, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-loxstedt-schiffdorf.de/" @@ -47571,7 +48088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 303 + "value": 359 }, "SITE_REACHABLE": { "score": 1, @@ -47590,6 +48107,7 @@ "http://www.gruene-lsa.de/", "https://www.gruene-lsa.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-lsa.de/comments/feed/", "http://www.gruene-lsa.de/feed/", @@ -47655,14 +48173,14 @@ "generator": "WordPress 4.9.5", "icon": "http://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 32, + "duration": 862, "error": null, "status_code": 200, "url": "http://www.gruene-lsa.de/" @@ -47678,14 +48196,14 @@ "generator": "WordPress 4.9.5", "icon": "https://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 97, + "duration": 892, "error": null, "status_code": 200, "url": "https://www.gruene-lsa.de/" @@ -47718,13 +48236,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 877 }, "SITE_REACHABLE": { "score": 1, @@ -47735,13 +48253,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-lu.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lu.de": { @@ -47800,7 +48319,7 @@ "opengraph": null, "title": "B90/GRÜNE Ludwigshafen: Home" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://www.gruene-lu.de/home/" @@ -47840,7 +48359,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -47858,6 +48377,7 @@ "canonical_urls": [ "https://www.gruene-ludwigsburg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ludwigsburg.de": { @@ -47908,7 +48428,7 @@ "opengraph": null, "title": "Grüne KV Ludwigsburg: Grüne KV Ludwigsburg" }, - "duration": 402, + "duration": 461, "error": null, "status_code": 200, "url": "https://www.gruene-ludwigsburg.de/" @@ -47941,13 +48461,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 402 + "value": 461 }, "SITE_REACHABLE": { "score": 1, @@ -47958,13 +48478,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ludwigslust-parchim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ludwigslust-parchim.de": { @@ -48023,7 +48544,7 @@ "opengraph": null, "title": "Grüne Ludwigslust-Parchim: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-ludwigslust-parchim.de/startseite/" @@ -48063,7 +48584,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -48081,6 +48602,7 @@ "canonical_urls": [ "http://www.gruene-luebeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-luebeck.de": { @@ -48139,7 +48661,7 @@ "opengraph": null, "title": "GRÜNE LÜBECK: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-luebeck.de/home/" @@ -48179,7 +48701,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -48200,6 +48722,7 @@ "https://gruene-luehe.de/", "https://www.gruene-luehe.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-luehe.de/index.php?format=feed&type=rss", "http://www.gruene-luehe.de/index.php?format=feed&type=rss", @@ -48269,7 +48792,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 297, + "duration": 404, "error": null, "status_code": 200, "url": "http://gruene-luehe.de/" @@ -48287,7 +48810,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 325, + "duration": 427, "error": null, "status_code": 200, "url": "http://www.gruene-luehe.de/" @@ -48305,7 +48828,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 376, + "duration": 577, "error": null, "status_code": 200, "url": "https://gruene-luehe.de/" @@ -48323,7 +48846,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 581, + "duration": 530, "error": null, "status_code": 200, "url": "https://www.gruene-luehe.de/" @@ -48356,13 +48879,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 395 + "value": 484 }, "SITE_REACHABLE": { "score": 1, @@ -48373,13 +48896,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -48438,7 +48962,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -48478,7 +49002,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -48497,6 +49021,7 @@ "http://gruene-main-tauber.de/startseite.html", "https://gruene-main-tauber.de/startseite.html" ], + "cms": "contao open source cms", "feeds": [], "hostnames": { "gruene-main-tauber.de": { @@ -48553,7 +49078,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 288, + "duration": 294, "error": null, "status_code": 200, "url": "http://gruene-main-tauber.de/startseite.html" @@ -48568,7 +49093,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 322, + "duration": 804, "error": null, "status_code": 200, "url": "https://gruene-main-tauber.de/startseite.html" @@ -48603,13 +49128,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 305 + "value": 549 }, "SITE_REACHABLE": { "score": 1, @@ -48620,13 +49145,14 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mainz-bingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mainz-bingen.de": { @@ -48685,7 +49211,7 @@ "opengraph": null, "title": "Kreisverband Mainz-Bingen: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-mainz-bingen.de/home/" @@ -48725,7 +49251,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -48743,6 +49269,7 @@ "canonical_urls": [ "https://gruene-mandelbachtal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-mandelbachtal.de/comments/feed/", "https://gruene-mandelbachtal.de/feed/" @@ -48807,7 +49334,7 @@ "opengraph": null, "title": "Ortsverband Mandelbachtal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 239, + "duration": 297, "error": null, "status_code": 200, "url": "https://gruene-mandelbachtal.de/" @@ -48839,13 +49366,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -48856,7 +49383,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -48864,6 +49391,7 @@ "http://www.gruene-mannheim.de/", "https://www.gruene-mannheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-mannheim.de/comments/feed/", "http://www.gruene-mannheim.de/feed/", @@ -48921,15 +49449,15 @@ "generator": null, "icon": "http://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "" }, - "duration": 305, + "duration": 330, "error": null, "status_code": 200, "url": "http://www.gruene-mannheim.de/" @@ -48945,15 +49473,15 @@ "generator": null, "icon": "https://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "" }, - "duration": 351, + "duration": 396, "error": null, "status_code": 200, "url": "https://www.gruene-mannheim.de/" @@ -48986,13 +49514,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 328 + "value": 363 }, "SITE_REACHABLE": { "score": 1, @@ -49003,13 +49531,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-marburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-marburg.de": { @@ -49068,7 +49597,7 @@ "opengraph": null, "title": "Grüne Marburg-Biedenkopf: STARTSEITE" }, - "duration": 31, + "duration": 79, "error": null, "status_code": 200, "url": "http://www.gruene-marburg.de/startseite/" @@ -49108,7 +49637,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 79 }, "SITE_REACHABLE": { "score": 1, @@ -49126,6 +49655,7 @@ "canonical_urls": [ "http://www.gruene-meissen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-meissen.de/rss.xml" ], @@ -49194,7 +49724,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Meißen" }, - "duration": 178, + "duration": 215, "error": null, "status_code": 200, "url": "http://www.gruene-meissen.de/startseite/" @@ -49233,7 +49763,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 215 }, "SITE_REACHABLE": { "score": 1, @@ -49251,6 +49781,7 @@ "canonical_urls": [ "https://www.gruene-memmingen.de/" ], + "cms": null, "feeds": [ "https://www.gruene-memmingen.de/rss/blog" ], @@ -49270,8 +49801,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.31.35.146", - "52.212.175.227" + "52.212.175.227", + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -49323,20 +49854,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s1a02c1fb7c7746a8/img/favicon.png?t=1389983714", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - BÜNDNIS 90 / DIE GRÜNEN MEMMINGEN" }, - "duration": 182, + "duration": 281, "error": null, "status_code": 200, "url": "https://www.gruene-memmingen.de/" @@ -49368,13 +49899,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -49385,13 +49916,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-merzig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-merzig.de/comments/feed/", "https://gruene-merzig.de/feed/" @@ -49456,7 +49988,7 @@ "opengraph": null, "title": "Stadtverband Merzig - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 242, + "duration": 304, "error": null, "status_code": 200, "url": "https://gruene-merzig.de/" @@ -49488,13 +50020,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 242 + "value": 304 }, "SITE_REACHABLE": { "score": 1, @@ -49505,13 +50037,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-mg.de": { @@ -49576,7 +50109,7 @@ "opengraph": null, "title": "Hier und jetzt in MG..." }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-mg.de/" @@ -49616,7 +50149,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -49634,6 +50167,7 @@ "canonical_urls": [ "http://gruene-mh.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-mh.de/comments/feed/", "http://gruene-mh.de/feed/" @@ -49702,17 +50236,17 @@ "generator": null, "icon": "http://gruene-mh.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "gruene-mh.de" }, - "duration": 401, + "duration": 297, "error": null, "status_code": 200, "url": "http://gruene-mh.de/" @@ -49751,7 +50285,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 401 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -49769,6 +50303,7 @@ "canonical_urls": [ "https://gruene-miesbach.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-miesbach.de": { @@ -49827,7 +50362,7 @@ "opengraph": null, "title": "Kreisverband Miesbach: Aktuelles" }, - "duration": 111, + "duration": 182, "error": null, "status_code": 200, "url": "https://gruene-miesbach.de/aktuelles/" @@ -49860,13 +50395,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 111 + "value": 182 }, "SITE_REACHABLE": { "score": 1, @@ -49877,13 +50412,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-miltenberg.de/" ], + "cms": "wordpress", "feeds": [ "http://xn--grne-miltenberg-0vb.de/comments/feed/", "http://xn--grne-miltenberg-0vb.de/feed/" @@ -49941,7 +50477,7 @@ "opengraph": null, "title": "Kreisverband Miltenberg | Bündnis 90 / Die Grünen" }, - "duration": 188, + "duration": 195, "error": null, "status_code": 200, "url": "http://gruene-miltenberg.de/" @@ -49981,7 +50517,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 188 + "value": 195 }, "SITE_REACHABLE": { "score": 1, @@ -49999,6 +50535,7 @@ "canonical_urls": [ "https://www.gruenemitte.com/" ], + "cms": null, "feeds": [ "https://www.gruenemitte.com/rss/blog" ], @@ -50065,20 +50602,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/sae3b2d7f9e352ddd/img/favicon.ico?t=1373287436", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen bei den GRÜNEN in Hamburg-Mitte - GRÜNE Hamburg-Mitte" }, - "duration": 229, + "duration": 308, "error": null, "status_code": 200, "url": "https://www.gruenemitte.com/" @@ -50110,13 +50647,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 229 + "value": 308 }, "SITE_REACHABLE": { "score": 1, @@ -50127,13 +50664,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-mittelfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [ "http://gruene-mittelfranken.de/index.php?id=202098&type=100" ], @@ -50196,7 +50734,7 @@ "opengraph": null, "title": "Grüne Mittelfranken: Startseite" }, - "duration": 31, + "duration": 131, "error": null, "status_code": 200, "url": "http://gruene-mittelfranken.de/startseite/" @@ -50233,9 +50771,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 131 }, "SITE_REACHABLE": { "score": 1, @@ -50246,13 +50784,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mittelsachsen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-mittelsachsen.de/rss.xml" ], @@ -50321,7 +50860,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN in Mittelsachsen" }, - "duration": 178, + "duration": 211, "error": null, "status_code": 200, "url": "http://www.gruene-mittelsachsen.de/startseite/" @@ -50360,7 +50899,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 211 }, "SITE_REACHABLE": { "score": 1, @@ -50378,6 +50917,7 @@ "canonical_urls": [ "https://www.gruene-mk.de/" ], + "cms": null, "feeds": [ "https://www.gruene-mk.de/comments/feed/", "https://www.gruene-mk.de/feed/" @@ -50440,15 +50980,15 @@ "generator": null, "icon": "https://www.gruene-mk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90 / DIE GRÜNEN KREISVERBAND MARK" }, - "duration": 646, + "duration": 724, "error": null, "status_code": 200, "url": "https://www.gruene-mk.de/" @@ -50480,13 +51020,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 646 + "value": 724 }, "SITE_REACHABLE": { "score": 1, @@ -50497,13 +51037,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mol.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mol.de": { @@ -50562,7 +51103,7 @@ "opengraph": null, "title": "KV MÄRKISCH-ODERLAND: STARTSEITE" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-mol.de/startseite/" @@ -50602,7 +51143,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -50620,6 +51161,7 @@ "canonical_urls": [ "http://grueneleer.de/index.php?id=128647" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-moormerland.de": { @@ -50684,7 +51226,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://grueneleer.de/index.php?id=128647" @@ -50724,7 +51266,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -50742,6 +51284,7 @@ "canonical_urls": [ "http://gruene-mtk.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mtk.de": { @@ -50806,7 +51349,7 @@ "opengraph": null, "title": "Kreisverband Main-Taunus: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-mtk.de/startseite/" @@ -50846,7 +51389,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -50864,6 +51407,7 @@ "canonical_urls": [ "http://gruene-muehldorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-muehldorf.de": { @@ -50922,7 +51466,7 @@ "opengraph": null, "title": "Kreisverband Mühldorf: Home" }, - "duration": 37, + "duration": 86, "error": null, "status_code": 200, "url": "http://gruene-muehldorf.de/home/" @@ -50962,7 +51506,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 86 }, "SITE_REACHABLE": { "score": 1, @@ -50981,6 +51525,7 @@ "http://www.gruene-muenchen.de/", "https://www.gruene-muenchen.de/" ], + "cms": null, "feeds": [ "https://www.gruene-muenchen.de/comments/feed/", "https://www.gruene-muenchen.de/feed/" @@ -51044,16 +51589,16 @@ "generator": null, "icon": "http://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 166, + "duration": 203, "error": null, "status_code": 200, "url": "http://www.gruene-muenchen.de/" @@ -51069,16 +51614,16 @@ "generator": null, "icon": "https://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 208, + "duration": 276, "error": null, "status_code": 200, "url": "https://www.gruene-muenchen.de/" @@ -51111,13 +51656,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 187 + "value": 240 }, "SITE_REACHABLE": { "score": 1, @@ -51128,13 +51673,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mutterstadt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-mutterstadt.de/Wordpress/wordpress/?feed=comments-rss2", "http://www.gruene-mutterstadt.de/Wordpress/wordpress/?feed=rss2" @@ -51203,15 +51749,15 @@ "generator": null, "icon": "http://www.gruene-mutterstadt.de/Wordpress/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Gruene in Mutterstadt" }, - "duration": 287, + "duration": 332, "error": null, "status_code": 200, "url": "http://www.gruene-mutterstadt.de/" @@ -51250,7 +51796,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 287 + "value": 332 }, "SITE_REACHABLE": { "score": 1, @@ -51268,6 +51814,7 @@ "canonical_urls": [ "http://www.gruene-myk.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-myk.de": { @@ -51326,7 +51873,7 @@ "opengraph": null, "title": "KV Mayen-Koblenz: HOME" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-myk.de/home/" @@ -51366,7 +51913,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -51384,6 +51931,7 @@ "canonical_urls": [ "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-neckar-bergstrasse.de": { @@ -51434,7 +51982,7 @@ "opengraph": null, "title": "Grüne Kreisverband Neckar-Bergstraße: Startseite" }, - "duration": 708, + "duration": 794, "error": null, "status_code": 200, "url": "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" @@ -51467,13 +52015,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 708 + "value": 794 }, "SITE_REACHABLE": { "score": 1, @@ -51484,13 +52032,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-neu-ulm.th-vi.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-neu-ulm.de": { @@ -51544,7 +52093,7 @@ "opengraph": null, "title": "Die Grünen Neu-Ulm: Grüne Neu-Ulm" }, - "duration": 206, + "duration": 142, "error": null, "status_code": 200, "url": "https://gruene-neu-ulm.th-vi.de/" @@ -51577,13 +52126,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 206 + "value": 142 }, "SITE_REACHABLE": { "score": 1, @@ -51594,13 +52143,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-neusob.de/?cat=75" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-neusob.de/?feed=comments-rss2", "http://www.gruene-neusob.de/?feed=rss2", @@ -51671,15 +52221,15 @@ "generator": null, "icon": "http://www.gruene-neusob.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Neuburg | Bündnis 90/Die Grünen ND-SOB" }, - "duration": 717, + "duration": 757, "error": null, "status_code": 200, "url": "http://www.gruene-neusob.de/?cat=75" @@ -51718,7 +52268,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 717 + "value": 757 }, "SITE_REACHABLE": { "score": 1, @@ -51736,6 +52286,7 @@ "canonical_urls": [ "http://www.gruene-neukoelln.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-neukoelln.de": { @@ -51798,16 +52349,16 @@ "generator": "TYPO3 CMS", "icon": "http://www.gruene-neukoelln.de/typo3conf/ext/theme_uk/Resources/Public/img/project/favicon.ico", "opengraph": [ - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:type" ], "title": "Grüne Neukölln - Homepage" }, - "duration": 602, + "duration": 554, "error": null, "status_code": 200, "url": "http://www.gruene-neukoelln.de/" @@ -51847,7 +52398,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 554 }, "SITE_REACHABLE": { "score": 1, @@ -51865,6 +52416,7 @@ "canonical_urls": [ "http://gruene-neumarkt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neumarkt.de": { @@ -51923,7 +52475,7 @@ "opengraph": null, "title": "Kreisverband Neumarkt: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-neumarkt.de/startseite/" @@ -51963,7 +52515,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -51981,6 +52533,7 @@ "canonical_urls": [ "http://www.gruene-neustadt-aisch.de/764.html" ], + "cms": "typo3", "feeds": [ "http://www.gruene-neustadt-aisch.de/index.php?type=100" ], @@ -52049,7 +52602,7 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen Neustadt-Aisch: Aktuell" }, - "duration": 43, + "duration": 75, "error": null, "status_code": 200, "url": "http://www.gruene-neustadt-aisch.de/764.html" @@ -52088,7 +52641,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 43 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -52106,6 +52659,7 @@ "canonical_urls": [ "http://gruene-weiden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neustadt-waldnaab.de": { @@ -52170,7 +52724,7 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 315, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" @@ -52208,9 +52762,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 315 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -52221,13 +52775,14 @@ "value": true } }, - "score": 5.5 + "score": 6.0 }, { "details": { "canonical_urls": [ "http://gruene-neuwulmstorf.de/" ], + "cms": "wordpress", "feeds": [ "http://blog.gruene-neuwulmstorf.de/?feed=rss2" ], @@ -52285,7 +52840,7 @@ "opengraph": null, "title": "Startseite - Grüne Neu Wulmstorf" }, - "duration": 344, + "duration": 423, "error": null, "status_code": 200, "url": "http://gruene-neuwulmstorf.de/" @@ -52324,7 +52879,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 344 + "value": 423 }, "SITE_REACHABLE": { "score": 1, @@ -52342,6 +52897,7 @@ "canonical_urls": [ "http://www.gruene-nf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nf.de": { @@ -52400,7 +52956,7 @@ "opengraph": null, "title": "GRÜNE Nordfriesland: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-nf.de/home/" @@ -52440,7 +52996,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -52458,6 +53014,7 @@ "canonical_urls": [ "http://gruene-niederbayern.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-niederbayern.de": { @@ -52516,7 +53073,7 @@ "opengraph": null, "title": "Grüne Niederbayern: Aktuelles" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-niederbayern.de/aktuelles/" @@ -52556,7 +53113,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -52574,6 +53131,7 @@ "canonical_urls": [ "http://gruene-niederrhein-wupper.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-niederrhein-wupper.de/comments/feed/", "http://gruene-niederrhein-wupper.de/feed/" @@ -52642,15 +53200,15 @@ "generator": null, "icon": "http://gruene-niederrhein-wupper.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband NrW von Bündnis 90/Die Grünen › Grüne Niederrhein-Wupper" }, - "duration": 40, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-niederrhein-wupper.de/" @@ -52689,7 +53247,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -52707,6 +53265,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -52765,7 +53324,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 139, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -52803,9 +53362,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 139 }, "SITE_REACHABLE": { "score": 1, @@ -52816,13 +53375,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -52881,7 +53441,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -52921,7 +53481,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -52939,6 +53499,7 @@ "canonical_urls": [ "https://www.gruene-nok.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-nok.de/feed" ], @@ -52997,16 +53558,16 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:site_name", - "og:type", + "og:url", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuell - BÜNDNIS 90/DIE GRÜNEN Kreisverband Neckar-Odenwald" }, - "duration": 777, + "duration": 872, "error": null, "status_code": 200, "url": "https://www.gruene-nok.de/" @@ -53039,13 +53600,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 777 + "value": 872 }, "SITE_REACHABLE": { "score": 1, @@ -53056,13 +53617,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-nord.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nord.de": { @@ -53127,7 +53689,7 @@ "opengraph": null, "title": "GRÜNE Nord: Home" }, - "duration": 34, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nord.de/home/" @@ -53167,7 +53729,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -53185,6 +53747,7 @@ "canonical_urls": [ "http://gruene-norderney.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-norderney.de": { @@ -53236,7 +53799,7 @@ "opengraph": null, "title": "Home" }, - "duration": 28, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-norderney.de/" @@ -53277,7 +53840,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 28 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -53295,6 +53858,7 @@ "canonical_urls": [ "http://www.gruene-nordhausen.de/partei/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nordhausen.de": { @@ -53353,7 +53917,7 @@ "opengraph": null, "title": "Kreisverband Nordhausen • #gruenendh: Partei" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-nordhausen.de/partei/" @@ -53393,7 +53957,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -53411,6 +53975,7 @@ "canonical_urls": [ "http://gruene-nordwestmecklenburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nordwestmecklenburg.de": { @@ -53469,7 +54034,7 @@ "opengraph": null, "title": "Nordwestmecklenburg Wismar: Startseite" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-nordwestmecklenburg.de/startseite/" @@ -53509,7 +54074,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -53527,6 +54092,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53585,7 +54151,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53625,7 +54191,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -53643,6 +54209,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53701,7 +54268,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53741,7 +54308,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -53759,6 +54326,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53817,7 +54385,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53857,7 +54425,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -53875,6 +54443,7 @@ "canonical_urls": [ "http://www.gruene-nrue.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "feed:http://www.gruene-nrue.de/?feed=de", "feed:http://www.gruene-nrue.de/?feed=en", @@ -53947,15 +54516,15 @@ "generator": null, "icon": "http://www.gruene-nrue.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen" }, - "duration": 570, + "duration": 586, "error": null, "status_code": 200, "url": "http://www.gruene-nrue.de/" @@ -53994,7 +54563,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 570 + "value": 586 }, "SITE_REACHABLE": { "score": 1, @@ -54012,6 +54581,7 @@ "canonical_urls": [ "https://gruene-nrw.de/" ], + "cms": null, "feeds": [ "https://gruene-nrw.de/comments/feed/", "https://gruene-nrw.de/feed/" @@ -54074,15 +54644,15 @@ "generator": null, "icon": "https://gruene-nrw.de/site/themes/josephknowsbest/favicon.png", "opengraph": [ - "og:image", - "og:type", + "og:url", "og:title", + "og:image", "og:description", - "og:url" + "og:type" ], "title": "Grüne NRW - Gemeinsam NRW gestalten." }, - "duration": 116, + "duration": 177, "error": null, "status_code": 200, "url": "https://gruene-nrw.de/" @@ -54114,13 +54684,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 116 + "value": 177 }, "SITE_REACHABLE": { "score": 1, @@ -54131,7 +54701,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -54139,6 +54709,7 @@ "http://gruene-nuernberg.de/", "http://www.gruene-nuernberg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-nuernberg.de": { @@ -54201,7 +54772,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 56, + "duration": 104, "error": null, "status_code": 200, "url": "http://gruene-nuernberg.de/" @@ -54216,7 +54787,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 59, + "duration": 92, "error": null, "status_code": 200, "url": "http://www.gruene-nuernberg.de/" @@ -54258,7 +54829,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 58 + "value": 98 }, "SITE_REACHABLE": { "score": 1, @@ -54276,6 +54847,7 @@ "canonical_urls": [ "http://gruene-nuernberger-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nuernberger-land.de": { @@ -54334,7 +54906,7 @@ "opengraph": null, "title": "Kreisverb. Nürnberger Land: Startseite" }, - "duration": 33, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nuernberger-land.de/startseite/" @@ -54374,7 +54946,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -54392,6 +54964,7 @@ "canonical_urls": [ "https://www.gruene-oa.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-oa.de": { @@ -54450,7 +55023,7 @@ "opengraph": null, "title": "Die Grünen Oberallgäu: Grüne Oberallgäu" }, - "duration": 70, + "duration": 142, "error": null, "status_code": 200, "url": "https://www.gruene-oa.de/" @@ -54483,13 +55056,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 142 }, "SITE_REACHABLE": { "score": 1, @@ -54500,13 +55073,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-oal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-oal.de/comments/feed/", "https://gruene-oal.de/feed/" @@ -54569,16 +55143,16 @@ "generator": null, "icon": "https://gruene-oal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Ostallgäu-Kaufbeuren" }, - "duration": 332, + "duration": 415, "error": null, "status_code": 200, "url": "https://gruene-oal.de/" @@ -54610,13 +55184,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 332 + "value": 415 }, "SITE_REACHABLE": { "score": 1, @@ -54627,13 +55201,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-oberberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberberg.de": { @@ -54692,7 +55267,7 @@ "opengraph": null, "title": "Kreisverband Oberberg : Startseite" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-oberberg.de/startseite/" @@ -54732,7 +55307,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -54750,6 +55325,7 @@ "canonical_urls": [ "http://gruene-oberhausen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberhausen.de": { @@ -54808,7 +55384,7 @@ "opengraph": null, "title": "GRÜNE Oberhausen: Home" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-oberhausen.de/home/" @@ -54848,7 +55424,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -54866,6 +55442,7 @@ "canonical_urls": [ "http://gruene-oberpfalz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-oberpfalz.de/comments/feed/", "http://gruene-oberpfalz.de/feed/" @@ -54934,16 +55511,16 @@ "generator": null, "icon": "http://gruene-oberpfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Oberpfalz" }, - "duration": 413, + "duration": 463, "error": null, "status_code": 200, "url": "http://gruene-oberpfalz.de/" @@ -54982,7 +55559,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 413 + "value": 463 }, "SITE_REACHABLE": { "score": 1, @@ -55000,6 +55577,7 @@ "canonical_urls": [ "http://www.gruene-odenthal.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-odenthal.de": { @@ -55058,7 +55636,7 @@ "opengraph": null, "title": "GRÜNE - Odenthal: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-odenthal.de/home/" @@ -55098,7 +55676,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -55116,6 +55694,7 @@ "canonical_urls": [ "http://gruene-odenwald-kraichgau.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-odenwald-kraichgau.de": { @@ -55174,7 +55753,7 @@ "opengraph": null, "title": "KV Odenwald-Kraichgau: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-odenwald-kraichgau.de/startseite/" @@ -55214,7 +55793,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -55233,6 +55812,7 @@ "http://www.gruene-odenwald.de/", "https://www.gruene-odenwald.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-odenwald.de/?feed=comments-rss2", "http://www.gruene-odenwald.de/?feed=rss2", @@ -55298,15 +55878,15 @@ "generator": null, "icon": "http://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Odenwald" }, - "duration": 334, + "duration": 362, "error": null, "status_code": 200, "url": "http://www.gruene-odenwald.de/" @@ -55322,15 +55902,15 @@ "generator": null, "icon": "https://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Odenwald" }, - "duration": 364, + "duration": 453, "error": null, "status_code": 200, "url": "https://www.gruene-odenwald.de/" @@ -55363,13 +55943,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 349 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -55380,13 +55960,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-oder-spree.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oder-spree.de": { @@ -55445,7 +56026,7 @@ "opengraph": null, "title": "Kreisverband Oder-Spree: Home" }, - "duration": 34, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-oder-spree.de/home/" @@ -55485,7 +56066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -55503,6 +56084,7 @@ "canonical_urls": [ "https://partei.gruene-offenbach-land.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-offenbach-land.de": { @@ -55557,14 +56139,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Bündnis 90/Die Grünen Kreisverband Offenbach-Land" }, - "duration": 515, + "duration": 492, "error": null, "status_code": 200, "url": "https://partei.gruene-offenbach-land.de/" @@ -55598,13 +56180,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 515 + "value": 492 }, "SITE_REACHABLE": { "score": 1, @@ -55615,13 +56197,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-oh.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oh.de": { @@ -55680,7 +56263,7 @@ "opengraph": null, "title": "Kreisverband Ostholstein: Aktuelles" }, - "duration": 48, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-oh.de/aktuelles/" @@ -55720,7 +56303,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 48 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -55738,6 +56321,7 @@ "canonical_urls": [ "http://www.gruene-ohv.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://www.gruene-ohv.de/index.php?id=177334&type=100" ], @@ -55800,7 +56384,7 @@ "opengraph": null, "title": ": HOME" }, - "duration": 35, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-ohv.de/home/" @@ -55839,7 +56423,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -55857,6 +56441,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -55915,7 +56500,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -55955,7 +56540,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -55973,6 +56558,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56031,7 +56617,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 35, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56071,7 +56657,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -56089,6 +56675,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56147,7 +56734,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56187,7 +56774,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -56205,6 +56792,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56263,7 +56851,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 30, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56303,7 +56891,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -56321,12 +56909,13 @@ "canonical_urls": [ "https://www.gruene-olhi.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-olhi.de": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "gruene-olhi.de" @@ -56338,8 +56927,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.31.35.146", - "52.212.175.227" + "52.212.175.227", + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -56389,20 +56978,20 @@ "generator": null, "icon": "data:image/png;base64,iVBORw0KGgo=", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Herzlich Willkommen bei www.gruene-olhi.de - gruene-olhis Webseite!" }, - "duration": 237, + "duration": 295, "error": null, "status_code": 200, "url": "https://www.gruene-olhi.de/" @@ -56435,13 +57024,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 237 + "value": 295 }, "SITE_REACHABLE": { "score": 1, @@ -56452,13 +57041,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-olpe.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-olpe.de": { @@ -56517,7 +57107,7 @@ "opengraph": null, "title": "Kreisverband Olpe: Start" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://gruene-olpe.de/start/" @@ -56557,7 +57147,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -56575,6 +57165,7 @@ "canonical_urls": [ "http://gruene-ortenau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-ortenau.de/?feed=comments-rss2", "http://gruene-ortenau.de/?feed=rss2" @@ -56616,7 +57207,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -56624,7 +57215,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -56643,15 +57234,15 @@ "generator": null, "icon": "http://gruene-ortenau.de/wp-9b89d-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Ortenau" }, - "duration": 431, + "duration": 473, "error": null, "status_code": 200, "url": "http://gruene-ortenau.de/" @@ -56690,7 +57281,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 431 + "value": 473 }, "SITE_REACHABLE": { "score": 1, @@ -56708,6 +57299,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -56772,7 +57364,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 34, + "duration": 76, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -56812,7 +57404,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -56830,6 +57422,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -56894,7 +57487,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 37, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -56934,7 +57527,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -56952,6 +57545,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57016,7 +57610,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57056,7 +57650,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -57074,6 +57668,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57138,7 +57733,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57178,7 +57773,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -57196,6 +57791,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57260,7 +57856,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 43, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57300,7 +57896,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 43 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -57319,6 +57915,7 @@ "http://www.gruene-ostercappeln.de", "http://www.gruene-ostercappeln.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-ostercappeln.de": { @@ -57381,12 +57978,12 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 403, + "duration": 357, "error": null, "status_code": 200, "url": "http://www.gruene-ostercappeln.de" @@ -57399,12 +57996,12 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 314, + "duration": 406, "error": null, "status_code": 200, "url": "http://www.gruene-ostercappeln.de/" @@ -57445,7 +58042,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 382 }, "SITE_REACHABLE": { "score": 1, @@ -57463,6 +58060,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57521,7 +58119,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 30, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57561,7 +58159,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -57579,6 +58177,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57637,7 +58236,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57677,7 +58276,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -57695,6 +58294,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57753,7 +58353,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 35, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57793,7 +58393,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -57811,6 +58411,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57869,7 +58470,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57909,7 +58510,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -57927,6 +58528,7 @@ "canonical_urls": [ "http://www.gruene-ottersberg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-ottersberg.de/comments/feed/", "http://www.gruene-ottersberg.de/feed/", @@ -57967,7 +58569,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -57975,7 +58577,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -57997,7 +58599,7 @@ "opengraph": null, "title": "" }, - "duration": 411, + "duration": 355, "error": null, "status_code": 200, "url": "http://www.gruene-ottersberg.de/" @@ -58037,7 +58639,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 411 + "value": 355 }, "SITE_REACHABLE": { "score": 1, @@ -58056,6 +58658,7 @@ "http://gruene-ov-aurich.de/", "http://www.gruene-ov-aurich.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-ov-aurich.de": { @@ -58118,7 +58721,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 186, + "duration": 256, "error": null, "status_code": 200, "url": "http://gruene-ov-aurich.de/" @@ -58133,7 +58736,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 138, + "duration": 217, "error": null, "status_code": 200, "url": "http://www.gruene-ov-aurich.de/" @@ -58175,7 +58778,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 236 }, "SITE_REACHABLE": { "score": 1, @@ -58193,6 +58796,7 @@ "canonical_urls": [ "http://gruene-ov-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ov-stade.de": { @@ -58251,7 +58855,7 @@ "opengraph": null, "title": "Ortsverband Stade: Aktuelles" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-ov-stade.de/aktuelles/" @@ -58291,7 +58895,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58309,6 +58913,7 @@ "canonical_urls": [ "http://www.gruene-owl.de/aktuell-aus-owl/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-owl.de": { @@ -58367,7 +58972,7 @@ "opengraph": null, "title": "Die GRÜNEN OWL: Aktuell aus OWL" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-owl.de/aktuell-aus-owl/" @@ -58407,7 +59012,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58425,6 +59030,7 @@ "canonical_urls": [ "http://www.gruene-oyten.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-oyten.de/comments/feed/", "http://www.gruene-oyten.de/feed/" @@ -58482,15 +59088,15 @@ "generator": null, "icon": "http://www.gruene-oyten.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 Die Grünen" }, - "duration": 84, + "duration": 121, "error": null, "status_code": 200, "url": "http://www.gruene-oyten.de/" @@ -58527,9 +59133,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 84 + "value": 121 }, "SITE_REACHABLE": { "score": 1, @@ -58540,7 +59146,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -58548,6 +59154,7 @@ "http://gruene-passau.de/", "https://gruene-passau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-passau.de/comments/feed", "https://gruene-passau.de/feed" @@ -58611,16 +59218,16 @@ "generator": null, "icon": "http://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 702, + "duration": 766, "error": null, "status_code": 200, "url": "http://gruene-passau.de/" @@ -58636,16 +59243,16 @@ "generator": null, "icon": "https://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 899, + "duration": 845, "error": null, "status_code": 200, "url": "https://gruene-passau.de/" @@ -58677,13 +59284,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 800 + "value": 806 }, "SITE_REACHABLE": { "score": 1, @@ -58694,13 +59301,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-passauland.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-passauland.de": { @@ -58759,7 +59367,7 @@ "opengraph": null, "title": "Die Grünen Passau Land: Grüne Passau Land" }, - "duration": 88, + "duration": 140, "error": null, "status_code": 200, "url": "https://gruene-passauland.de/" @@ -58792,13 +59400,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 88 + "value": 140 }, "SITE_REACHABLE": { "score": 1, @@ -58809,13 +59417,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -58874,7 +59483,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 35, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -58914,7 +59523,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58932,6 +59541,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -58990,7 +59600,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59030,7 +59640,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59048,6 +59658,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59106,7 +59717,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59146,7 +59757,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59164,6 +59775,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59222,7 +59834,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59262,7 +59874,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -59280,6 +59892,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59338,7 +59951,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59378,7 +59991,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -59396,6 +60009,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59454,7 +60068,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59494,7 +60108,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59512,6 +60126,7 @@ "canonical_urls": [ "https://gruene-perl.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-perl.de/comments/feed/", "https://gruene-perl.de/feed/" @@ -59576,7 +60191,7 @@ "opengraph": null, "title": "Ortsverband Perl - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 284, + "duration": 296, "error": null, "status_code": 200, "url": "https://gruene-perl.de/" @@ -59608,13 +60223,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 284 + "value": 296 }, "SITE_REACHABLE": { "score": 1, @@ -59625,13 +60240,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-pfaffenhofen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pfaffenhofen.de": { @@ -59690,7 +60306,7 @@ "opengraph": null, "title": "Grüne Pfaffenhofen: Startseite" }, - "duration": 53, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-pfaffenhofen.de/startseite/" @@ -59730,7 +60346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 53 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -59749,6 +60365,7 @@ "http://gruene-pforzheim-enz.de/", "https://gruene-pforzheim-enz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-pforzheim-enz.de/comments/feed/", "http://gruene-pforzheim-enz.de/feed/", @@ -59814,15 +60431,15 @@ "generator": null, "icon": "http://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 773, + "duration": 572, "error": null, "status_code": 200, "url": "http://gruene-pforzheim-enz.de/" @@ -59838,15 +60455,15 @@ "generator": null, "icon": "https://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 864, + "duration": 629, "error": null, "status_code": 200, "url": "https://gruene-pforzheim-enz.de/" @@ -59879,13 +60496,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 818 + "value": 600 }, "SITE_REACHABLE": { "score": 1, @@ -59896,13 +60513,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-pi.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pi.de": { @@ -59961,7 +60579,7 @@ "opengraph": null, "title": "Kreisverband Pinneberg: Home" }, - "duration": 34, + "duration": 91, "error": null, "status_code": 200, "url": "http://www.gruene-pi.de/home/" @@ -60001,7 +60619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 91 }, "SITE_REACHABLE": { "score": 1, @@ -60019,6 +60637,7 @@ "canonical_urls": [ "https://www.gruene-ra-bad.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ra-bad.de": { @@ -60069,7 +60688,7 @@ "opengraph": null, "title": "Grüne Kreisverband Rastatt Baden-Baden: KV Rastatt Baden-Baden" }, - "duration": 590, + "duration": 654, "error": null, "status_code": 200, "url": "https://www.gruene-ra-bad.de/" @@ -60102,13 +60721,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 590 + "value": 654 }, "SITE_REACHABLE": { "score": 1, @@ -60119,13 +60738,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rastede.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rastede.de": { @@ -60184,7 +60804,7 @@ "opengraph": null, "title": "Ortsverband Rastede: Home" }, - "duration": 32, + "duration": 109, "error": null, "status_code": 200, "url": "http://www.gruene-rastede.de/home/" @@ -60222,9 +60842,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 32 + "value": 109 }, "SITE_REACHABLE": { "score": 1, @@ -60235,13 +60855,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rv.de/start/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ravensburg.de": { @@ -60292,7 +60913,7 @@ "opengraph": null, "title": "GRÜNE RAVENSBURG: START" }, - "duration": 321, + "duration": 376, "error": null, "status_code": 200, "url": "http://www.gruene-rv.de/start/" @@ -60332,7 +60953,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 321 + "value": 376 }, "SITE_REACHABLE": { "score": 1, @@ -60350,6 +60971,7 @@ "canonical_urls": [ "http://gruene-regen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-regen.de": { @@ -60408,7 +61030,7 @@ "opengraph": null, "title": "Kreisverband Regen: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-regen.de/home/" @@ -60448,7 +61070,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -60466,6 +61088,7 @@ "canonical_urls": [ "http://gruene-regensburg-land.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-regensburg-land.de": { @@ -60524,7 +61147,7 @@ "opengraph": null, "title": "GRÜNE Regensburg-Land: Aktuelles" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-regensburg-land.de/aktuelles/" @@ -60564,7 +61187,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -60582,6 +61205,7 @@ "canonical_urls": [ "http://www.gruene-regensburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-regensburg.de/comments/feed/", "http://www.gruene-regensburg.de/feed/" @@ -60650,16 +61274,16 @@ "generator": null, "icon": "http://www.gruene-regensburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuelles | Grüne Stadtverband Regensburg" }, - "duration": 428, + "duration": 345, "error": null, "status_code": 200, "url": "http://www.gruene-regensburg.de/" @@ -60698,7 +61322,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 428 + "value": 345 }, "SITE_REACHABLE": { "score": 1, @@ -60716,6 +61340,7 @@ "canonical_urls": [ "http://gruene-region-aachen.de/kreisverband/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-region-aachen.de/kreisverband/comments/feed/", "http://gruene-region-aachen.de/kreisverband/feed/", @@ -60758,7 +61383,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -60766,7 +61391,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -60786,15 +61411,15 @@ "generator": null, "icon": "http://gruene-region-aachen.de/kreisverband/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die Grünen in der Städteregion Aachen" }, - "duration": 510, + "duration": 539, "error": null, "status_code": 200, "url": "http://gruene-region-aachen.de/kreisverband/" @@ -60833,7 +61458,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 510 + "value": 539 }, "SITE_REACHABLE": { "score": 1, @@ -60852,6 +61477,7 @@ "https://gruene-rehburg-loccum.de/", "https://www.gruene-rehburg-loccum.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-rehburg-loccum.de": { @@ -60911,7 +61537,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 80, + "duration": 164, "error": null, "status_code": 200, "url": "https://gruene-rehburg-loccum.de/" @@ -60926,7 +61552,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 75, + "duration": 142, "error": null, "status_code": 200, "url": "https://www.gruene-rehburg-loccum.de/" @@ -60960,13 +61586,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 78 + "value": 153 }, "SITE_REACHABLE": { "score": 1, @@ -60977,7 +61603,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -60985,6 +61611,7 @@ "http://gruene-rek.de/", "http://www.gruene-rek.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rek.de": { @@ -61047,7 +61674,7 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 418, + "duration": 527, "error": null, "status_code": 200, "url": "http://gruene-rek.de/" @@ -61062,7 +61689,7 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 478, + "duration": 453, "error": null, "status_code": 200, "url": "http://www.gruene-rek.de/" @@ -61104,7 +61731,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 448 + "value": 490 }, "SITE_REACHABLE": { "score": 1, @@ -61122,6 +61749,7 @@ "canonical_urls": [ "https://www.gruene-rems-murr.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rems-murr.de": { @@ -61172,7 +61800,7 @@ "opengraph": null, "title": "Grüne Kreis Rems-Murr: Kreisverband Rems-Murr" }, - "duration": 591, + "duration": 658, "error": null, "status_code": 200, "url": "https://www.gruene-rems-murr.de/" @@ -61205,13 +61833,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 591 + "value": 658 }, "SITE_REACHABLE": { "score": 1, @@ -61222,13 +61850,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-remscheid.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-remscheid.de": { @@ -61287,7 +61916,7 @@ "opengraph": null, "title": "GRÜNE Remscheid: Startseite" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-remscheid.de/startseite/" @@ -61327,7 +61956,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -61345,6 +61974,7 @@ "canonical_urls": [ "https://www.gruene-reutlingen.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-reutlingen.de": { @@ -61395,7 +62025,7 @@ "opengraph": null, "title": "GRÜNE REUTLINGEN: HOME" }, - "duration": 366, + "duration": 461, "error": null, "status_code": 200, "url": "https://www.gruene-reutlingen.de/home/" @@ -61428,13 +62058,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 366 + "value": 461 }, "SITE_REACHABLE": { "score": 1, @@ -61445,13 +62075,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rhein-lahn.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rhein-lahn.de": { @@ -61510,7 +62141,7 @@ "opengraph": null, "title": "Kreisverband Rhein-Lahn: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-rhein-lahn.de/home/" @@ -61550,7 +62181,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -61568,6 +62199,7 @@ "canonical_urls": [ "http://www.gruene-rheinbach.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rheinbach.de": { @@ -61626,7 +62258,7 @@ "opengraph": null, "title": "Grüner Ortsverband Rheinbach: Was uns bewegt" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-rheinbach.de/startseite/" @@ -61666,7 +62298,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -61684,6 +62316,7 @@ "canonical_urls": [ "http://www.gruene-rhoen-grabfeld.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rhoen-grabfeld.de": { @@ -61742,7 +62375,7 @@ "opengraph": null, "title": "Kreisverband Rhön-Grabfeld: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-rhoen-grabfeld.de/home/" @@ -61782,7 +62415,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -61801,6 +62434,7 @@ "http://www.gruene-rkn.de/", "https://www.gruene-rkn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-rkn.de/comments/feed/", "http://www.gruene-rkn.de/feed/", @@ -61866,15 +62500,15 @@ "generator": "Powered by WPBakery Page Builder - drag and drop page builder for WordPress.", "icon": "http://www.gruene-rkn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 46, + "duration": 78, "error": null, "status_code": 200, "url": "http://www.gruene-rkn.de/" @@ -61890,15 +62524,15 @@ "generator": "Powered by WPBakery Page Builder - drag and drop page builder for WordPress.", "icon": "https://www.gruene-rkn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 286, + "duration": 189, "error": null, "status_code": 200, "url": "https://www.gruene-rkn.de/" @@ -61931,13 +62565,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 134 }, "SITE_REACHABLE": { "score": 1, @@ -61948,13 +62582,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ronnenberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ronnenberg.de": { @@ -62013,7 +62648,7 @@ "opengraph": null, "title": "Grüne Ronnenberg: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-ronnenberg.de/home/" @@ -62053,7 +62688,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -62071,6 +62706,7 @@ "canonical_urls": [ "http://www.gruene-rosdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-rosdorf.de/comments/feed/", "http://www.gruene-rosdorf.de/feed/" @@ -62139,15 +62775,15 @@ "generator": null, "icon": "http://www.gruene-rosdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Rosdorf" }, - "duration": 280, + "duration": 306, "error": null, "status_code": 200, "url": "http://www.gruene-rosdorf.de/" @@ -62186,7 +62822,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 280 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -62205,6 +62841,7 @@ "http://gruene-rosengarten.de/", "http://www.gruene-rosengarten.de/" ], + "cms": null, "feeds": [ "http://gruene-rosengarten.de/index.php?format=feed&type=rss", "http://www.gruene-rosengarten.de/index.php?format=feed&type=rss" @@ -62247,7 +62884,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -62255,7 +62892,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -62276,7 +62913,7 @@ "opengraph": null, "title": "Home" }, - "duration": 331, + "duration": 357, "error": null, "status_code": 200, "url": "http://gruene-rosengarten.de/" @@ -62294,7 +62931,7 @@ "opengraph": null, "title": "Home" }, - "duration": 328, + "duration": 377, "error": null, "status_code": 200, "url": "http://www.gruene-rosengarten.de/" @@ -62334,7 +62971,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 330 + "value": 367 }, "SITE_REACHABLE": { "score": 1, @@ -62352,6 +62989,7 @@ "canonical_urls": [ "http://www.gruene-rosenheim.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rosenheim.de": { @@ -62410,7 +63048,7 @@ "opengraph": null, "title": "KREISVERBAND ROSENHEIM: Aktuell" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-rosenheim.de/aktuell/" @@ -62450,7 +63088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -62468,6 +63106,7 @@ "canonical_urls": [ "http://gruene-rostock.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rostock.de": { @@ -62526,7 +63165,7 @@ "opengraph": null, "title": "Grüne KV Rostock: Startseite" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-rostock.de/startseite/" @@ -62566,7 +63205,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -62584,6 +63223,7 @@ "canonical_urls": [ "https://www.rotenburger-gruene.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.rotenburger-gruene.de/comments/feed/", "https://www.rotenburger-gruene.de/feed/" @@ -62652,16 +63292,16 @@ "generator": null, "icon": "https://www.rotenburger-gruene.de/wp-content/themes/1508319867-iO23Vb/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / die Grünen in Rotenburg an der WümmeDie Grünen in Rotenburg" }, - "duration": 731, + "duration": 909, "error": null, "status_code": 200, "url": "https://www.rotenburger-gruene.de/" @@ -62693,13 +63333,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 731 + "value": 909 }, "SITE_REACHABLE": { "score": 1, @@ -62710,13 +63350,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-roth.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-roth.de": { @@ -62775,7 +63416,7 @@ "opengraph": null, "title": "Kreisverband Roth: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-roth.de/startseite/" @@ -62815,7 +63456,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -62834,6 +63475,7 @@ "http://gruene-rottal-inn.de/", "http://www.gruene-rottal-inn.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-rottal-inn.de": { @@ -62896,7 +63538,7 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 53, + "duration": 89, "error": null, "status_code": 200, "url": "http://gruene-rottal-inn.de/" @@ -62911,7 +63553,7 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 54, + "duration": 95, "error": null, "status_code": 200, "url": "http://www.gruene-rottal-inn.de/" @@ -62953,7 +63595,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 54 + "value": 92 }, "SITE_REACHABLE": { "score": 1, @@ -62971,6 +63613,7 @@ "canonical_urls": [ "https://www.gruene-rottweil.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rottweil.de": { @@ -63021,7 +63664,7 @@ "opengraph": null, "title": "Grüne Kreisverband Rottweil: KV Rottweil" }, - "duration": 414, + "duration": 497, "error": null, "status_code": 200, "url": "https://www.gruene-rottweil.de/" @@ -63054,13 +63697,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 414 + "value": 497 }, "SITE_REACHABLE": { "score": 1, @@ -63071,13 +63714,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://www.gruene-rtk.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-rtk.de/herzlich-willkommen/feed/" ], @@ -63136,14 +63780,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Rheingau-Taunus-Kreis" }, - "duration": 122, + "duration": 221, "error": null, "status_code": 200, "url": "https://www.gruene-rtk.de/" @@ -63176,13 +63820,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 122 + "value": 221 }, "SITE_REACHABLE": { "score": 1, @@ -63193,13 +63837,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ruhr.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-ruhr.de/comments/feed/", "http://gruene-ruhr.de/feed/" @@ -63268,15 +63913,15 @@ "generator": null, "icon": "http://gruene-ruhr.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband Ruhrgebiet von BÜNDNIS 90/DIE GRÜNEN NRW › Die Grünen Ruhr" }, - "duration": 38, + "duration": 76, "error": null, "status_code": 200, "url": "http://gruene-ruhr.de/" @@ -63315,7 +63960,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -63333,6 +63978,7 @@ "canonical_urls": [ "http://www.gruene-saalekreis.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-saalekreis.de/feed/", "http://www.gruene-saalekreis.de/uber-uns/aktuelles/feed/" @@ -63403,7 +64049,7 @@ "opengraph": null, "title": "Grüne Saalekreis" }, - "duration": 55, + "duration": 604, "error": null, "status_code": 200, "url": "http://www.gruene-saalekreis.de/" @@ -63440,9 +64086,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 55 + "value": 604 }, "SITE_REACHABLE": { "score": 1, @@ -63453,13 +64099,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -63528,16 +64175,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 358, + "duration": 408, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -63576,7 +64223,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -63594,6 +64241,7 @@ "canonical_urls": [ "http://www.gruene-salzhausen-hanstedt.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-salzhausen-hanstedt.de": { @@ -63652,7 +64300,7 @@ "opengraph": null, "title": "Grüne Salzhausen-Hanstedt: Home" }, - "duration": 36, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-salzhausen-hanstedt.de/home/" @@ -63692,7 +64340,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -63710,6 +64358,7 @@ "canonical_urls": [ "http://gruene-schaumburg.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schaumburg.de": { @@ -63768,7 +64417,7 @@ "opengraph": null, "title": "Grüne Schaumburg: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schaumburg.de/aktuelles/" @@ -63808,7 +64457,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -63826,6 +64475,7 @@ "canonical_urls": [ "http://www.gruene-schuettorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schuettorf.de": { @@ -63884,7 +64534,7 @@ "opengraph": null, "title": "Grüne Schüttorf: Home" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-schuettorf.de/home/" @@ -63924,7 +64574,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -63942,6 +64592,7 @@ "canonical_urls": [ "http://www.gruene-schwabach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwabach.de": { @@ -64000,7 +64651,7 @@ "opengraph": null, "title": "Kreisverband Schwabach: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-schwabach.de/home/" @@ -64040,7 +64691,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64058,6 +64709,7 @@ "canonical_urls": [ "http://gruene-schwaben.de/startseite/nachrichten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwaben.de": { @@ -64116,7 +64768,7 @@ "opengraph": null, "title": "Bezirksverband Schwaben: Nachrichten" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schwaben.de/startseite/nachrichten/" @@ -64156,7 +64808,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64175,6 +64827,7 @@ "http://gruene-schwaebisch-gmuend.de/", "http://www.gruene-schwaebisch-gmuend.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-schwaebisch-gmuend.de": { @@ -64213,7 +64866,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -64221,7 +64874,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -64239,7 +64892,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 476, + "duration": 508, "error": null, "status_code": 200, "url": "http://gruene-schwaebisch-gmuend.de/" @@ -64254,7 +64907,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 485, + "duration": 517, "error": null, "status_code": 200, "url": "http://www.gruene-schwaebisch-gmuend.de/" @@ -64295,7 +64948,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 480 + "value": 512 }, "SITE_REACHABLE": { "score": 1, @@ -64313,6 +64966,7 @@ "canonical_urls": [ "http://www.gruene-schwalm-eder.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwalm-eder.de": { @@ -64371,7 +65025,7 @@ "opengraph": null, "title": "Kreisverband Schwalm-Eder: Startseite" }, - "duration": 36, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-schwalm-eder.de/startseite/" @@ -64411,7 +65065,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -64429,6 +65083,7 @@ "canonical_urls": [ "http://gruene-schwandorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwandorf.de": { @@ -64487,7 +65142,7 @@ "opengraph": null, "title": "Kreisverband Schwandorf: Startseite" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schwandorf.de/startseite/" @@ -64527,7 +65182,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64545,6 +65200,7 @@ "canonical_urls": [ "https://www.gruene-schwarzwald-baar.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-schwarzwald-baar.de": { @@ -64595,7 +65251,7 @@ "opengraph": null, "title": "Grüne Kreisverband Schwarzwald Baar: Kreisverband Schwarzwald-Baar" }, - "duration": 394, + "duration": 445, "error": null, "status_code": 200, "url": "https://www.gruene-schwarzwald-baar.de/" @@ -64628,13 +65284,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 445 }, "SITE_REACHABLE": { "score": 1, @@ -64645,13 +65301,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-schweinfurt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schweinfurt.de": { @@ -64710,7 +65367,7 @@ "opengraph": null, "title": "Kreisverband Schweinfurt: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-schweinfurt.de/startseite/" @@ -64750,7 +65407,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -64769,6 +65426,7 @@ "http://gruene-schwerin.de/startseite/", "http://www.gruene-schwerin.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwerin.de": { @@ -64828,7 +65486,7 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-schwerin.de/startseite/" @@ -64843,7 +65501,7 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-schwerin.de/startseite/" @@ -64884,7 +65542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -64902,6 +65560,7 @@ "canonical_urls": [ "http://gruene-seenplatte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-seenplatte.de": { @@ -64960,7 +65619,7 @@ "opengraph": null, "title": "Meckl. Seenplatte: Startseite" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-seenplatte.de/startseite/" @@ -65000,7 +65659,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65018,6 +65677,7 @@ "canonical_urls": [ "http://gruene-seevetal.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-seevetal.de": { @@ -65076,7 +65736,7 @@ "opengraph": null, "title": "B90/GRÜNE OV Seevetal - Aktuell: Startseite" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-seevetal.de/startseite/" @@ -65116,7 +65776,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65134,6 +65794,7 @@ "canonical_urls": [ "http://www.gruene-sehnde.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sehnde.de": { @@ -65192,7 +65853,7 @@ "opengraph": null, "title": "Ortsverband Sehnde: Home" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-sehnde.de/home/" @@ -65232,7 +65893,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -65250,6 +65911,7 @@ "canonical_urls": [ "http://gruene-sg-fintel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sg-fintel.de": { @@ -65308,7 +65970,7 @@ "opengraph": null, "title": "Ortsverband SG Fintel: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-sg-fintel.de/startseite/" @@ -65348,7 +66010,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -65366,6 +66028,7 @@ "canonical_urls": [ "http://gruene-sha.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sha.de": { @@ -65424,7 +66087,7 @@ "opengraph": null, "title": "KV Schwäbisch Hall: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-sha.de/home/" @@ -65464,7 +66127,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65482,6 +66145,7 @@ "canonical_urls": [ "http://gruene-siegen-wittgenstein.de/" ], + "cms": "typo3", "feeds": [ "http://gruene-siegen-wittgenstein.de/rss.xml" ], @@ -65519,7 +66183,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-siegen-wittgenstein.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-siegen-wittgenstein.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -65539,7 +66203,7 @@ "opengraph": null, "title": "Start - Die Grünen Siegen-Wittgenstein" }, - "duration": 412, + "duration": 438, "error": null, "status_code": 200, "url": "http://gruene-siegen-wittgenstein.de/" @@ -65578,7 +66242,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 438 }, "SITE_REACHABLE": { "score": 1, @@ -65596,6 +66260,7 @@ "canonical_urls": [ "http://gruene-sigmaringen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-sigmaringen.de/?feed=comments-rss2", "http://gruene-sigmaringen.de/?feed=rss2" @@ -65653,16 +66318,16 @@ "generator": null, "icon": "http://gruene-sigmaringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Sigmaringen" }, - "duration": 170, + "duration": 228, "error": null, "status_code": 200, "url": "http://gruene-sigmaringen.de/" @@ -65701,7 +66366,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 170 + "value": 228 }, "SITE_REACHABLE": { "score": 1, @@ -65719,6 +66384,7 @@ "canonical_urls": [ "http://www.gruene-sl-fl.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sl-fl.de": { @@ -65777,7 +66443,7 @@ "opengraph": null, "title": "Grüne Schleswig-Flensburg: Home" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-sl-fl.de/home/" @@ -65817,7 +66483,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -65835,6 +66501,7 @@ "canonical_urls": [ "http://gruene-slf-ru.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-slf-ru.de": { @@ -65886,7 +66553,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Aktuelles" }, - "duration": 143, + "duration": 152, "error": null, "status_code": 200, "url": "http://gruene-slf-ru.de/" @@ -65927,7 +66594,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 152 }, "SITE_REACHABLE": { "score": 1, @@ -65945,6 +66612,7 @@ "canonical_urls": [ "https://gruene-sms.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sms.de/comments/feed", "https://gruene-sms.de/feed", @@ -66017,15 +66685,15 @@ "generator": null, "icon": "https://gruene-sms.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Schmalkalden-Meiningen-Suhl › BÜNDNIS 90/DIE GRÜNEN Regionalverband" }, - "duration": 266, + "duration": 350, "error": null, "status_code": 200, "url": "https://gruene-sms.de/" @@ -66057,13 +66725,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 350 }, "SITE_REACHABLE": { "score": 1, @@ -66074,7 +66742,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -66082,6 +66750,7 @@ "http://gruene-solingen.de/", "http://www.gruene-solingen.de/" ], + "cms": "typo3", "feeds": [ "http://gruene-solingen.de/rss.xml" ], @@ -66150,7 +66819,7 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 133, + "duration": 166, "error": null, "status_code": 200, "url": "http://gruene-solingen.de/" @@ -66167,7 +66836,7 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 142, + "duration": 165, "error": null, "status_code": 200, "url": "http://www.gruene-solingen.de/" @@ -66207,7 +66876,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 138 + "value": 166 }, "SITE_REACHABLE": { "score": 1, @@ -66225,6 +66894,7 @@ "canonical_urls": [ "http://grueneleer.de/index.php?id=124996" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stadt-leer.de": { @@ -66289,7 +66959,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 33, + "duration": 70, "error": null, "status_code": 200, "url": "http://grueneleer.de/index.php?id=124996" @@ -66329,7 +66999,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -66347,6 +67017,7 @@ "canonical_urls": [ "http://gruene-starnberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-starnberg.de": { @@ -66405,7 +67076,7 @@ "opengraph": null, "title": "Kreisverband Starnberg: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-starnberg.de/home/" @@ -66445,7 +67116,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -66463,6 +67134,7 @@ "canonical_urls": [ "http://www.gruene-steinburg.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-steinburg.de": { @@ -66521,7 +67193,7 @@ "opengraph": null, "title": "Kreisverband Steinburg: Home / Aktuelles" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://www.gruene-steinburg.de/home-aktuelles/" @@ -66561,7 +67233,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -66579,6 +67251,7 @@ "canonical_urls": [ "http://gruene-stormarn.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stormarn.de": { @@ -66637,7 +67310,7 @@ "opengraph": null, "title": "Kreisverband Stormarn: Home" }, - "duration": 30, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-stormarn.de/home/" @@ -66677,7 +67350,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -66695,6 +67368,7 @@ "canonical_urls": [ "http://www.gruene-straubing-bogen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-straubing-bogen.de": { @@ -66753,7 +67427,7 @@ "opengraph": null, "title": "Grüne Straubing-Bogen: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-straubing-bogen.de/home/" @@ -66793,7 +67467,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -66811,6 +67485,7 @@ "canonical_urls": [ "https://gruene-stuttgart.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stuttgart.de": { @@ -66869,7 +67544,7 @@ "opengraph": null, "title": "Kreisverband Stuttgart: Startseite" }, - "duration": 104, + "duration": 200, "error": null, "status_code": 200, "url": "https://gruene-stuttgart.de/startseite/" @@ -66902,13 +67577,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 104 + "value": 200 }, "SITE_REACHABLE": { "score": 1, @@ -66919,13 +67594,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-toelz-wor.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-toelz-wor.de": { @@ -66984,7 +67660,7 @@ "opengraph": null, "title": "Bad Tölz-Wolfratshausen: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-toelz-wor.de/home/" @@ -67024,7 +67700,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -67042,6 +67718,7 @@ "canonical_urls": [ "http://www.gruene-traunstein.de/" ], + "cms": "di onebusiness v.1.3", "feeds": [ "http://www.gruene-traunstein.de/comments/feed/", "http://www.gruene-traunstein.de/feed/" @@ -67112,7 +67789,7 @@ "opengraph": null, "title": "Kreisverband Traunstein |" }, - "duration": 179, + "duration": 6, "error": null, "status_code": 200, "url": "http://www.gruene-traunstein.de/" @@ -67149,9 +67826,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 179 + "value": 6 }, "SITE_REACHABLE": { "score": 1, @@ -67162,13 +67839,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.gruene-treptow-koepenick.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-treptow-koepenick.de": { @@ -67231,7 +67909,7 @@ "opengraph": null, "title": "Home - Bündnis 90 / Die Grünen KV Treptow-Köpenick von Berlin" }, - "duration": 508, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-treptow-koepenick.de/" @@ -67272,7 +67950,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 359 }, "SITE_REACHABLE": { "score": 1, @@ -67290,6 +67968,7 @@ "canonical_urls": [ "http://www.gruene-ts.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-ts.de/comments/feed/", "http://www.gruene-ts.de/feed/" @@ -67358,17 +68037,17 @@ "generator": null, "icon": "http://www.gruene-ts.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen - Tempelhof-Schöneberg" }, - "duration": 572, + "duration": 287, "error": null, "status_code": 200, "url": "http://www.gruene-ts.de/" @@ -67407,7 +68086,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 572 + "value": 287 }, "SITE_REACHABLE": { "score": 1, @@ -67425,6 +68104,7 @@ "canonical_urls": [ "http://www.gruene-tuebingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-tuebingen.de": { @@ -67483,7 +68163,7 @@ "opengraph": null, "title": "Kreisverband Tübingen: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-tuebingen.de/home/" @@ -67523,7 +68203,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -67541,6 +68221,7 @@ "canonical_urls": [ "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-tuttlingen.de": { @@ -67591,7 +68272,7 @@ "opengraph": null, "title": "Grüne Kreis Tuttlingen: Aktuelles" }, - "duration": 487, + "duration": 530, "error": null, "status_code": 200, "url": "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" @@ -67624,13 +68305,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 487 + "value": 530 }, "SITE_REACHABLE": { "score": 1, @@ -67641,13 +68322,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-ulm.de/termine/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ulm.de": { @@ -67706,7 +68388,7 @@ "opengraph": null, "title": "Grüne Ulm: Termine" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-ulm.de/termine/" @@ -67746,7 +68428,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -67764,6 +68446,7 @@ "canonical_urls": [ "http://www.gruene-um.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-um.de": { @@ -67822,7 +68505,7 @@ "opengraph": null, "title": "KREISVERBAND UCKERMARK: Home" }, - "duration": 35, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-um.de/home/" @@ -67862,7 +68545,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -67880,6 +68563,7 @@ "canonical_urls": [ "http://www.gruene-unterallgaeu.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-unterallgaeu.de": { @@ -67938,7 +68622,7 @@ "opengraph": null, "title": "Unterallgäu: Startseite" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-unterallgaeu.de/startseite/" @@ -67978,7 +68662,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -67996,6 +68680,7 @@ "canonical_urls": [ "http://gruene-unterfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-unterfranken.de": { @@ -68054,7 +68739,7 @@ "opengraph": null, "title": "Bezirksverband Unterfranken: Startseite" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-unterfranken.de/startseite/" @@ -68094,7 +68779,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -68112,6 +68797,7 @@ "canonical_urls": [ "http://www.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -68153,7 +68839,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -68161,7 +68847,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -68180,16 +68866,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 712, + "duration": 751, "error": null, "status_code": 200, "url": "http://www.gruene-verden.de/" @@ -68228,7 +68914,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 712 + "value": 751 }, "SITE_REACHABLE": { "score": 1, @@ -68246,6 +68932,7 @@ "canonical_urls": [ "https://www.gruene-vogelsberg.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-vogelsberg.de": { @@ -68300,14 +68987,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Vogelsberg" }, - "duration": 143, + "duration": 222, "error": null, "status_code": 200, "url": "https://www.gruene-vogelsberg.de/" @@ -68341,13 +69028,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 222 }, "SITE_REACHABLE": { "score": 1, @@ -68358,13 +69045,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-vogtland.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-vogtland.de/rss.xml" ], @@ -68433,7 +69121,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Vogtland" }, - "duration": 184, + "duration": 209, "error": null, "status_code": 200, "url": "http://www.gruene-vogtland.de/startseite/" @@ -68472,7 +69160,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -68490,6 +69178,7 @@ "canonical_urls": [ "http://gruene-vorpommern-greifswald.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vorpommern-greifswald.de": { @@ -68543,7 +69232,7 @@ "opengraph": null, "title": "KV Vorpommern-Greifswald: Startseite" }, - "duration": 32, + "duration": 90, "error": null, "status_code": 200, "url": "http://gruene-vorpommern-greifswald.de/startseite/" @@ -68583,7 +69272,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 90 }, "SITE_REACHABLE": { "score": 1, @@ -68601,6 +69290,7 @@ "canonical_urls": [ "http://gruene-vorpommern-ruegen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vorpommern-ruegen.de": { @@ -68659,7 +69349,7 @@ "opengraph": null, "title": "Grüne Vorpommern-Rügen: Startseite" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-vorpommern-ruegen.de/startseite/" @@ -68699,7 +69389,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -68717,6 +69407,7 @@ "canonical_urls": [ "http://gruene-kreis-warendorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-waf.de": { @@ -68781,7 +69472,7 @@ "opengraph": null, "title": "Grüne WAF: Startseite" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-kreis-warendorf.de/startseite/" @@ -68821,7 +69512,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -68839,6 +69530,7 @@ "canonical_urls": [ "https://www.gruene-waldeck-frankenberg.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-waldeck-frankenberg.de": { @@ -68893,14 +69585,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "B90/Die Grünen im Landkreis Waldeck-Frankenberg" }, - "duration": 148, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-waldeck-frankenberg.de/" @@ -68934,13 +69626,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 148 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -68951,7 +69643,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -68959,6 +69651,7 @@ "http://www.gruene-wallenhorst.de", "http://www.gruene-wallenhorst.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-wallenhorst.de": { @@ -69021,12 +69714,12 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 315, + "duration": 444, "error": null, "status_code": 200, "url": "http://www.gruene-wallenhorst.de" @@ -69039,12 +69732,12 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 364, + "duration": 341, "error": null, "status_code": 200, "url": "http://www.gruene-wallenhorst.de/" @@ -69085,7 +69778,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 340 + "value": 392 }, "SITE_REACHABLE": { "score": 1, @@ -69103,6 +69796,7 @@ "canonical_urls": [ "http://www.gruene-walsrode.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-walsrode.de": { @@ -69161,7 +69855,7 @@ "opengraph": null, "title": "OV Walsrode-Bomlitz: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-walsrode.de/home/" @@ -69201,7 +69895,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -69220,6 +69914,7 @@ "http://www.gruene-wangen.de/", "https://www.gruene-wangen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-wangen.de/comments/feed/", "http://www.gruene-wangen.de/feed/", @@ -69288,16 +69983,16 @@ "generator": null, "icon": "http://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Wangen" }, - "duration": 759, + "duration": 774, "error": null, "status_code": 200, "url": "http://www.gruene-wangen.de/" @@ -69313,16 +70008,16 @@ "generator": null, "icon": "https://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Wangen" }, - "duration": 825, + "duration": 911, "error": null, "status_code": 200, "url": "https://www.gruene-wangen.de/" @@ -69355,13 +70050,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 792 + "value": 842 }, "SITE_REACHABLE": { "score": 1, @@ -69372,7 +70067,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69380,6 +70075,7 @@ "http://www.gruene-wartburgkreis-eisenach.de/", "https://www.gruene-wartburgkreis-eisenach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-wartburgkreis-eisenach.de/?feed=comments-rss2", "http://www.gruene-wartburgkreis-eisenach.de/?feed=rss2", @@ -69445,15 +70141,15 @@ "generator": null, "icon": "http://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 587, + "duration": 624, "error": null, "status_code": 200, "url": "http://www.gruene-wartburgkreis-eisenach.de/" @@ -69469,15 +70165,15 @@ "generator": null, "icon": "https://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 687, + "duration": 677, "error": null, "status_code": 200, "url": "https://www.gruene-wartburgkreis-eisenach.de/" @@ -69510,13 +70206,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 637 + "value": 650 }, "SITE_REACHABLE": { "score": 1, @@ -69527,13 +70223,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-weiden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weiden.de": { @@ -69592,7 +70289,7 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 36, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" @@ -69632,7 +70329,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -69650,6 +70347,7 @@ "canonical_urls": [ "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weilheim.de": { @@ -69708,7 +70406,7 @@ "opengraph": null, "title": "KV Weilheim-Schongau: Aktivitäten, Termine, Ereignisse 2018" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" @@ -69748,7 +70446,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -69766,6 +70464,7 @@ "canonical_urls": [ "http://gruene-weimar.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weimar.de": { @@ -69824,7 +70523,7 @@ "opengraph": null, "title": "Grüne in Weimar: Grüne Neuigkeiten" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-weimar.de/gruene-neuigkeiten/" @@ -69864,7 +70563,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -69882,6 +70581,7 @@ "canonical_urls": [ "http://gruene-weissenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weissenburg.de": { @@ -69940,7 +70640,7 @@ "opengraph": null, "title": "Weißenburg-Gunzenhausen: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-weissenburg.de/home/" @@ -69980,7 +70680,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -69998,6 +70698,7 @@ "canonical_urls": [ "http://www.gruene-wermelskirchen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wermelskirchen.de": { @@ -70056,7 +70757,7 @@ "opengraph": null, "title": "Grüne in Wermelskirchen: Home" }, - "duration": 46, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-wermelskirchen.de/home/" @@ -70096,7 +70797,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 46 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -70114,6 +70815,7 @@ "canonical_urls": [ "http://gruene-werra-meissner.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-werra-meissner.de": { @@ -70172,7 +70874,7 @@ "opengraph": null, "title": "Grüne Werra-Meißner: Start" }, - "duration": 36, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-werra-meissner.de/startseite/" @@ -70212,7 +70914,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -70230,6 +70932,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70288,7 +70991,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70328,7 +71031,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -70346,6 +71049,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70404,7 +71108,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70444,7 +71148,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -70462,6 +71166,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70520,7 +71225,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70560,7 +71265,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -70578,6 +71283,7 @@ "canonical_urls": [ "https://www.gruene-wetterau.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-wetterau.de": { @@ -70632,14 +71338,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Wetterau" }, - "duration": 477, + "duration": 517, "error": null, "status_code": 200, "url": "https://www.gruene-wetterau.de/" @@ -70673,13 +71379,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 477 + "value": 517 }, "SITE_REACHABLE": { "score": 1, @@ -70690,13 +71396,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.xn--grne-wf-o2a.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-wf.de": { @@ -70761,7 +71468,7 @@ "opengraph": null, "title": "Kreisverband Wolfenbüttel: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.xn--grne-wf-o2a.de/startseite/" @@ -70801,7 +71508,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -70819,6 +71526,7 @@ "canonical_urls": [ "http://www.gruene-wiefelstede.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wiefelstede.de": { @@ -70877,7 +71585,7 @@ "opengraph": null, "title": "Ortsverband Wiefelstede: Home" }, - "duration": 31, + "duration": 297, "error": null, "status_code": 200, "url": "http://www.gruene-wiefelstede.de/home/" @@ -70915,9 +71623,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -70928,13 +71636,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-wiesbaden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wiesbaden.de": { @@ -70993,7 +71702,7 @@ "opengraph": null, "title": "DIE GRÜNEN WIESBADEN: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-wiesbaden.de/startseite/" @@ -71033,7 +71742,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -71051,6 +71760,7 @@ "canonical_urls": [ "http://gruene-winsen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-winsen.de/comments/feed/", "http://gruene-winsen.de/feed/" @@ -71108,15 +71818,15 @@ "generator": null, "icon": "http://gruene-winsen.de/wp-content/themes/1508095540-3wqS2x/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Winsen" }, - "duration": 145, + "duration": 174, "error": null, "status_code": 200, "url": "http://gruene-winsen.de/" @@ -71155,7 +71865,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 174 }, "SITE_REACHABLE": { "score": 1, @@ -71173,6 +71883,7 @@ "canonical_urls": [ "http://www.gruene-wittenberg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-wittenberg.de/?feed=rss2", "http://www.gruene-wittenberg.de/?feed=rss2&page_id=10" @@ -71241,17 +71952,17 @@ "generator": "WordPress 4.2.2", "icon": "http://www.gruene-wittenberg.de/wp-content/themes/blum-o-matic/favicon.ico", "opengraph": [ - "og:locale:alternate", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:locale:alternate", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Allgemein | BÜNDNIS 90/DIE GRÜNEN Lutherstadt Wittenberg" }, - "duration": 86, + "duration": 89, "error": null, "status_code": 200, "url": "http://www.gruene-wittenberg.de/" @@ -71290,7 +72001,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 86 + "value": 89 }, "SITE_REACHABLE": { "score": 1, @@ -71308,6 +72019,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71365,15 +72077,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 239, + "duration": 306, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71412,7 +72124,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -71430,6 +72142,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71487,15 +72200,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 222, + "duration": 255, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71534,7 +72247,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 255 }, "SITE_REACHABLE": { "score": 1, @@ -71552,6 +72265,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71609,15 +72323,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 220, + "duration": 167, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71656,7 +72370,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 220 + "value": 167 }, "SITE_REACHABLE": { "score": 1, @@ -71674,6 +72388,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71731,15 +72446,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 145, + "duration": 281, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71778,7 +72493,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -71796,6 +72511,7 @@ "canonical_urls": [ "http://gruene-wolfenbuettel.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wolfenbuettel.de/comments/feed/", "http://gruene-wolfenbuettel.de/feed/" @@ -71864,16 +72580,16 @@ "generator": null, "icon": "http://gruene-wolfenbuettel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Stadt Wolfenbüttel" }, - "duration": 757, + "duration": 718, "error": null, "status_code": 200, "url": "http://gruene-wolfenbuettel.de/" @@ -71912,7 +72628,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 718 }, "SITE_REACHABLE": { "score": 1, @@ -71930,6 +72646,7 @@ "canonical_urls": [ "http://www.gruene-worms.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-worms.de": { @@ -71988,7 +72705,7 @@ "opengraph": null, "title": "Die Wormser Grünen: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-worms.de/start/" @@ -72028,7 +72745,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -72046,6 +72763,7 @@ "canonical_urls": [ "http://www.gruene-wst.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wst.de": { @@ -72104,7 +72822,7 @@ "opengraph": null, "title": "GRÜNE OV Westerstede: Bündnis90/DIE GRÜNEN Ortsverband Westerstede" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-wst.de/home/" @@ -72144,7 +72862,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -72162,6 +72880,7 @@ "canonical_urls": [ "https://www.gruene-wt.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-wt.de": { @@ -72212,7 +72931,7 @@ "opengraph": null, "title": "Grüne Kreis Waldshut: Kreisverband Waldshut" }, - "duration": 688, + "duration": 599, "error": null, "status_code": 200, "url": "https://www.gruene-wt.de/" @@ -72245,13 +72964,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 688 + "value": 599 }, "SITE_REACHABLE": { "score": 1, @@ -72262,7 +72981,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72270,6 +72989,7 @@ "https://gruene-wuerzburg-land.de/cms/index.php/", "https://www.gruene-wuerzburg-land.de/cms/index.php/" ], + "cms": "joomla", "feeds": [ "https://gruene-wuerzburg-land.de/cms/index.php?format=feed&type=rss", "https://www.gruene-wuerzburg-land.de/cms/index.php?format=feed&type=rss" @@ -72337,7 +73057,7 @@ ], "title": "Home" }, - "duration": 250, + "duration": 293, "error": null, "status_code": 200, "url": "https://gruene-wuerzburg-land.de/cms/index.php/" @@ -72357,7 +73077,7 @@ ], "title": "Home" }, - "duration": 232, + "duration": 309, "error": null, "status_code": 200, "url": "https://www.gruene-wuerzburg-land.de/cms/index.php/" @@ -72390,13 +73110,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 241 + "value": 301 }, "SITE_REACHABLE": { "score": 1, @@ -72407,7 +73127,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72415,6 +73135,7 @@ "https://gruene-wuerzburg.de/cms/", "https://www.gruene-wuerzburg.de/cms/" ], + "cms": "joomla", "feeds": [ "https://gruene-wuerzburg.de/cms/index.php?format=feed&type=rss", "https://www.gruene-wuerzburg.de/cms/index.php?format=feed&type=rss" @@ -72480,7 +73201,7 @@ "opengraph": null, "title": "Home" }, - "duration": 326, + "duration": 386, "error": null, "status_code": 200, "url": "https://gruene-wuerzburg.de/cms/" @@ -72498,7 +73219,7 @@ "opengraph": null, "title": "Home" }, - "duration": 341, + "duration": 399, "error": null, "status_code": 200, "url": "https://www.gruene-wuerzburg.de/cms/" @@ -72531,13 +73252,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 334 + "value": 392 }, "SITE_REACHABLE": { "score": 1, @@ -72548,7 +73269,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72556,6 +73277,7 @@ "http://gruene-ww.de/", "http://www.gruene-ww.de/" ], + "cms": "goldfish 4.4.1 http://www.fishbeam.com", "feeds": [], "hostnames": { "gruene-ww.de": { @@ -72616,14 +73338,14 @@ "generator": "Goldfish 4.4.1 http://www.fishbeam.com", "icon": null, "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE Westerwald" }, - "duration": 121, + "duration": 297, "error": null, "status_code": 200, "url": "http://gruene-ww.de/" @@ -72636,14 +73358,14 @@ "generator": "Goldfish 4.4.1 http://www.fishbeam.com", "icon": null, "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE Westerwald" }, - "duration": 183, + "duration": 230, "error": null, "status_code": 200, "url": "http://www.gruene-ww.de/" @@ -72685,7 +73407,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 152 + "value": 264 }, "SITE_REACHABLE": { "score": 1, @@ -72703,6 +73425,7 @@ "canonical_urls": [ "http://www.gruene-zeven.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-zeven.de": { @@ -72761,7 +73484,7 @@ "opengraph": null, "title": "Ortsverband Zeven: Home" }, - "duration": 46, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-zeven.de/home/" @@ -72801,7 +73524,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 46 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -72819,6 +73542,7 @@ "canonical_urls": [ "https://www.gruene-zollernalb.de/index.php?id=2000" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-zollernalb.de": { @@ -72869,7 +73593,7 @@ "opengraph": null, "title": "Grüne Kreis Zollernalb: HOME" }, - "duration": 620, + "duration": 718, "error": null, "status_code": 200, "url": "https://www.gruene-zollernalb.de/index.php?id=2000" @@ -72902,13 +73626,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 620 + "value": 718 }, "SITE_REACHABLE": { "score": 1, @@ -72919,13 +73643,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-zwickau.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-zwickau.de/rss.xml" ], @@ -72994,7 +73719,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Zwickau" }, - "duration": 208, + "duration": 215, "error": null, "status_code": 200, "url": "http://www.gruene-zwickau.de/startseite/" @@ -73033,7 +73758,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 208 + "value": 215 }, "SITE_REACHABLE": { "score": 1, @@ -73051,6 +73776,7 @@ "canonical_urls": [ "http://gruene-zwischenahn.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-zwischenahn.de/comments/feed/", "http://gruene-zwischenahn.de/feed/" @@ -73121,7 +73847,7 @@ "opengraph": null, "title": "Grüne Bad Zwischenahn | Infos über Grüne Kommunalpolitik" }, - "duration": 145, + "duration": 163, "error": null, "status_code": 200, "url": "http://gruene-zwischenahn.de/" @@ -73160,7 +73886,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 163 }, "SITE_REACHABLE": { "score": 1, @@ -73178,6 +73904,7 @@ "canonical_urls": [ "http://www.grueneboro.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.grueneboro.de/?feed=comments-rss2", "http://www.grueneboro.de/?feed=rss2" @@ -73219,7 +73946,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73227,7 +73954,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73246,17 +73973,17 @@ "generator": null, "icon": "http://www.grueneboro.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "OV Bobenheim-Roxheim" }, - "duration": 470, + "duration": 678, "error": null, "status_code": 200, "url": "http://www.grueneboro.de/" @@ -73295,7 +74022,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 470 + "value": 678 }, "SITE_REACHABLE": { "score": 1, @@ -73313,6 +74040,7 @@ "canonical_urls": [ "http://grueneduisburg.de/" ], + "cms": null, "feeds": [], "hostnames": { "grueneduisburg.de": { @@ -73346,7 +74074,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='grueneduisburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='grueneduisburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73356,7 +74084,7 @@ "urlchecks": [ { "content": null, - "duration": 16, + "duration": 48, "error": null, "status_code": 403, "url": "http://grueneduisburg.de/" @@ -73397,7 +74125,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 16 + "value": 48 }, "SITE_REACHABLE": { "score": 1, @@ -73415,6 +74143,7 @@ "canonical_urls": [ "http://grueneleer.de/startseite/artikel/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "grueneleer.de": { @@ -73473,7 +74202,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Artikel" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://grueneleer.de/startseite/artikel/" @@ -73513,7 +74242,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -73531,6 +74260,7 @@ "canonical_urls": [ "https://www.gruenemarzahnhellersdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruenemarzahnhellersdorf.de/comments/feed/", "https://www.gruenemarzahnhellersdorf.de/feed/", @@ -73595,16 +74325,16 @@ "generator": null, "icon": "https://www.gruenemarzahnhellersdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - Bündnis 90 / Die GrünenBündnis 90 / Die Grünen" }, - "duration": 805, + "duration": 948, "error": null, "status_code": 200, "url": "https://www.gruenemarzahnhellersdorf.de/" @@ -73636,13 +74366,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 805 + "value": 948 }, "SITE_REACHABLE": { "score": 1, @@ -73653,13 +74383,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruenemsp.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenemsp.de": { @@ -73718,7 +74449,7 @@ "opengraph": null, "title": "GRÜNE Main-Spessart: Startseite" }, - "duration": 35, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruenemsp.de/startseite/" @@ -73758,7 +74489,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -73777,6 +74508,7 @@ "http://grueneniederkassel.de/", "https://grueneniederkassel.de/" ], + "cms": null, "feeds": [], "hostnames": { "grueneniederkassel.de": { @@ -73828,7 +74560,7 @@ "opengraph": null, "title": null }, - "duration": 23, + "duration": 52, "error": null, "status_code": 200, "url": "http://grueneniederkassel.de/" @@ -73843,7 +74575,7 @@ "opengraph": null, "title": null }, - "duration": 78, + "duration": 134, "error": null, "status_code": 200, "url": "https://grueneniederkassel.de/" @@ -73877,13 +74609,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 50 + "value": 93 }, "SITE_REACHABLE": { "score": 1, @@ -73894,13 +74626,14 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.grueneprignitz.de/aktuellestermine/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "grueneprignitz.de": { @@ -73959,7 +74692,7 @@ "opengraph": null, "title": "KREISVERBAND PRIGNITZ: Aktuelles/Termine" }, - "duration": 33, + "duration": 85, "error": null, "status_code": 200, "url": "http://www.grueneprignitz.de/aktuellestermine/" @@ -73999,7 +74732,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -74017,6 +74750,7 @@ "canonical_urls": [ "http://www.gruenestadterfurt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruenestadterfurt.de/?feed=comments-rss2", "http://www.gruenestadterfurt.de/?feed=rss2" @@ -74085,19 +74819,19 @@ "generator": null, "icon": "http://www.gruenestadterfurt.de/wp-content/themes/1508149991-hYCbsW/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", "og:image:width", - "og:image:height", - "og:type", - "og:title", "og:description", - "og:url", - "og:locale" + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE.STADT.ERFURT" }, - "duration": 135, + "duration": 238, "error": null, "status_code": 200, "url": "http://www.gruenestadterfurt.de/" @@ -74136,7 +74870,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 135 + "value": 238 }, "SITE_REACHABLE": { "score": 1, @@ -74154,6 +74888,7 @@ "canonical_urls": [ "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruenestelle.de": { @@ -74190,7 +74925,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74198,7 +74933,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74216,7 +74951,7 @@ "opengraph": null, "title": "gruenestelle.de steht zum Verkauf - Sedo GmbH" }, - "duration": 334, + "duration": 406, "error": null, "status_code": 200, "url": "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" @@ -74250,13 +74985,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 334 + "value": 406 }, "SITE_REACHABLE": { "score": 1, @@ -74267,13 +75002,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruenetir.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenetir.de": { @@ -74332,7 +75068,7 @@ "opengraph": null, "title": "Grüne Kreis Tirschenreuth: Startseite" }, - "duration": 115, + "duration": 196, "error": null, "status_code": 200, "url": "https://gruenetir.de/startseite/" @@ -74365,13 +75101,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 115 + "value": 196 }, "SITE_REACHABLE": { "score": 1, @@ -74382,13 +75118,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://en.wordpress.com/typo/?subdomain=lb" ], + "cms": "wordpress", "feeds": [ "https://en.blog.wordpress.com/feed/" ], @@ -74398,8 +75135,8 @@ "grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.12", - "192.0.78.13" + "192.0.78.13", + "192.0.78.12" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -74409,8 +75146,8 @@ "www.grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.12", - "192.0.78.13" + "192.0.78.13", + "192.0.78.12" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -74448,7 +75185,7 @@ "opengraph": null, "title": "WordPress.com" }, - "duration": 221, + "duration": 568, "error": null, "status_code": 200, "url": "https://en.wordpress.com/typo/?subdomain=lb" @@ -74480,13 +75217,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 568 }, "SITE_REACHABLE": { "score": 1, @@ -74497,13 +75234,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-offenbach.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "offenbach-gruene.de": { @@ -74568,7 +75306,7 @@ "opengraph": null, "title": "Grüne Offenbach: Start" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-offenbach.de/start/" @@ -74608,7 +75346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -74624,11 +75362,12 @@ { "details": { "canonical_urls": [ - "http://www.xn--padergrn-d6a.de/" + "https://www.xn--padergrn-d6a.de/" ], + "cms": "wordpress-urwahl", "feeds": [ - "http://www.xn--padergrn-d6a.de/comments/feed/", - "http://www.xn--padergrn-d6a.de/feed/" + "https://www.xn--padergrn-d6a.de/comments/feed/", + "https://www.xn--padergrn-d6a.de/feed/" ], "hostnames": { "padergruen.de": { @@ -74649,7 +75388,7 @@ } }, "icons": [ - "http://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png" + "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png" ], "ipv4_addresses": [ "80.237.133.72" @@ -74657,17 +75396,17 @@ "resolvable_urls": [ { "error": null, - "redirects_to": "http://www.xn--padergrn-d6a.de/", + "redirects_to": "https://www.xn--padergrn-d6a.de/", "url": "http://padergruen.de/" }, { "error": null, - "redirects_to": "http://www.xn--padergrn-d6a.de/", + "redirects_to": "https://www.xn--padergrn-d6a.de/", "url": "http://www.padergruen.de/" }, { "error": { - "message": "HTTPSConnectionPool(host='padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74675,7 +75414,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74688,28 +75427,28 @@ "canonical_link": null, "encoding": "UTF-8", "feeds": [ - "http://www.xn--padergrn-d6a.de/feed/", - "http://www.xn--padergrn-d6a.de/comments/feed/" + "https://www.xn--padergrn-d6a.de/feed/", + "https://www.xn--padergrn-d6a.de/comments/feed/" ], "generator": null, - "icon": "http://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", + "icon": "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Die Grünen" }, - "duration": 971, + "duration": 50, "error": null, "status_code": 200, - "url": "http://www.xn--padergrn-d6a.de/" + "url": "https://www.xn--padergrn-d6a.de/" } ] }, @@ -74738,14 +75477,13 @@ "value": true }, "HTTPS": { - "score": 0, - "type": "boolean", - "value": false + "score": 2, + "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 971 + "value": 50 }, "SITE_REACHABLE": { "score": 1, @@ -74756,13 +75494,14 @@ "value": true } }, - "score": 6.5 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://www.xn--grne-mnster-uhbe.de/" ], + "cms": "wordpress", "feeds": [ "http://www.xn--grne-mnster-uhbe.de/feed/" ], @@ -74829,16 +75568,16 @@ "generator": "WordPress 4.9.5", "icon": "http://www.xn--grne-mnster-uhbe.de/wp-content/themes/blum-o-matic_1/favicon.ico", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - Grüne Münster" }, - "duration": 599, + "duration": 419, "error": null, "status_code": 200, "url": "http://www.xn--grne-mnster-uhbe.de/" @@ -74877,7 +75616,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 599 + "value": 419 }, "SITE_REACHABLE": { "score": 1, @@ -74895,6 +75634,7 @@ "canonical_urls": [ "http://www.xn--grne-speyer-uhb.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "www.xn--grne-speyer-uhb.de": { @@ -74962,7 +75702,7 @@ "opengraph": null, "title": "Grüner Kreisverband Speyer: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.xn--grne-speyer-uhb.de/home/" @@ -75002,7 +75742,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -75021,6 +75761,7 @@ "http://www.xn--salzlandgrne-mlb.de/", "http://xn--salzlandgrne-mlb.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.salzlandgruene.de/?feed=comments-rss2", "http://www.salzlandgruene.de/?feed=rss2" @@ -75089,16 +75830,16 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "SALZLANDGRÜNE" }, - "duration": 527, + "duration": 491, "error": null, "status_code": 200, "url": "http://www.xn--salzlandgrne-mlb.de/" @@ -75114,16 +75855,16 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "SALZLANDGRÜNE" }, - "duration": 471, + "duration": 498, "error": null, "status_code": 200, "url": "http://xn--salzlandgrne-mlb.de/" @@ -75163,7 +75904,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 499 + "value": 494 }, "SITE_REACHABLE": { "score": 1, @@ -75182,6 +75923,7 @@ "http://xn--grne-deggendorf-0vb.de/", "https://xn--grne-deggendorf-0vb.de/" ], + "cms": null, "feeds": [ "http://xn--grne-deggendorf-0vb.de/comments/feed/", "http://xn--grne-deggendorf-0vb.de/feed/", @@ -75239,16 +75981,16 @@ "generator": null, "icon": "http://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 136, + "duration": 198, "error": null, "status_code": 200, "url": "http://xn--grne-deggendorf-0vb.de/" @@ -75264,16 +76006,16 @@ "generator": null, "icon": "https://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 237, + "duration": 268, "error": null, "status_code": 200, "url": "https://xn--grne-deggendorf-0vb.de/" @@ -75306,13 +76048,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 186 + "value": 233 }, "SITE_REACHABLE": { "score": 1, @@ -75323,13 +76065,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://xn--grne-milk-r9a.de/" ], + "cms": null, "feeds": [ "http://xn--grne-milk-r9a.de/comments/feed/", "http://xn--grne-milk-r9a.de/feed/" @@ -75387,15 +76130,15 @@ "generator": null, "icon": "http://xn--grne-milk-r9a.de/wp-content/themes/urwahl3000-2/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KV Minden-Lübbecke" }, - "duration": 696, + "duration": 476, "error": null, "status_code": 200, "url": "http://xn--grne-milk-r9a.de/" @@ -75434,7 +76177,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 696 + "value": 476 }, "SITE_REACHABLE": { "score": 1, @@ -75452,6 +76195,7 @@ "canonical_urls": [ "http://xn--grne-much-r9a.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://xn--grne-much-r9a.de/index.php/comments/feed/", "http://xn--grne-much-r9a.de/index.php/feed/" @@ -75493,7 +76237,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -75501,7 +76245,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -75520,15 +76264,15 @@ "generator": null, "icon": "http://xn--grne-much-r9a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90/Die Grünen Much" }, - "duration": 353, + "duration": 407, "error": null, "status_code": 200, "url": "http://xn--grne-much-r9a.de/" @@ -75567,7 +76311,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 353 + "value": 407 }, "SITE_REACHABLE": { "score": 1, @@ -75585,6 +76329,7 @@ "canonical_urls": [ "https://gruene-aw.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-aw.de/comments/feed/", "https://gruene-aw.de/feed/", @@ -75649,16 +76394,16 @@ "generator": null, "icon": "https://gruene-aw.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ + "og:url", "og:image", - "og:site_name", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Ahrweiler" }, - "duration": 508, + "duration": 125, "error": null, "status_code": 200, "url": "https://gruene-aw.de/" @@ -75690,13 +76435,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 125 }, "SITE_REACHABLE": { "score": 1, @@ -75707,13 +76452,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-bayern.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-bayern.de": { @@ -75772,12 +76518,12 @@ "opengraph": [ "og:url", "og:title", - "og:description", - "og:image" + "og:image", + "og:description" ], "title": "" }, - "duration": 1, + "duration": 106, "error": null, "status_code": 200, "url": "https://gruene-bayern.de/" @@ -75810,13 +76556,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 1 + "value": 106 }, "SITE_REACHABLE": { "score": 1, @@ -75827,13 +76573,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-brandenburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-brandenburg.de": { @@ -75892,7 +76639,7 @@ "opengraph": null, "title": "Landesverband Brandenburg: Startseite" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-brandenburg.de/startseite/" @@ -75932,7 +76679,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -75950,6 +76697,7 @@ "canonical_urls": [ "https://gruene-bremen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [ "https://gruene-bremen.de/index.php?id=128501&type=100" ], @@ -76012,7 +76760,7 @@ "opengraph": null, "title": "GRÜNE Bremen: Startseite" }, - "duration": 90, + "duration": 943, "error": null, "status_code": 200, "url": "https://gruene-bremen.de/startseite/" @@ -76044,13 +76792,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 90 + "value": 943 }, "SITE_REACHABLE": { "score": 1, @@ -76061,13 +76809,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-bw.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-bw.de/startseite/feed/" ], @@ -76128,18 +76877,18 @@ "generator": "WordPress 4.8.1", "icon": "https://www.gruene-bw.de/wp-content/themes/welance-gruene-bw/src/dist/images/favicons/favicon-196x196.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite | gruene-bw.de" }, - "duration": 367, + "duration": 257, "error": null, "status_code": 200, "url": "https://www.gruene-bw.de/" @@ -76171,13 +76920,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 257 }, "SITE_REACHABLE": { "score": 1, @@ -76188,13 +76937,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-chemnitz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-chemnitz.de/comments/feed/", "https://gruene-chemnitz.de/feed/" @@ -76249,15 +76999,15 @@ "generator": null, "icon": "https://gruene-chemnitz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Chemnitz" }, - "duration": 740, + "duration": 761, "error": null, "status_code": 200, "url": "https://gruene-chemnitz.de/" @@ -76289,13 +77039,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 740 + "value": 761 }, "SITE_REACHABLE": { "score": 1, @@ -76306,13 +77056,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-illingen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-illingen-saar.de/comments/feed/", "https://gruene-illingen-saar.de/feed/" @@ -76377,7 +77128,7 @@ "opengraph": null, "title": "Ortsverband Illingen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 286, + "duration": 414, "error": null, "status_code": 200, "url": "https://gruene-illingen-saar.de/" @@ -76409,13 +77160,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 286 + "value": 414 }, "SITE_REACHABLE": { "score": 1, @@ -76426,13 +77177,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-kv-soest.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kv-soest.de/comments/feed/", "https://gruene-kv-soest.de/feed/" @@ -76487,15 +77239,15 @@ "generator": null, "icon": "https://gruene-kv-soest.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Soest" }, - "duration": 453, + "duration": 521, "error": null, "status_code": 200, "url": "https://gruene-kv-soest.de/" @@ -76527,13 +77279,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 453 + "value": 521 }, "SITE_REACHABLE": { "score": 1, @@ -76544,13 +77296,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-linksderweser.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-linksderweser.de/comments/feed/", "https://gruene-linksderweser.de/feed/" @@ -76605,15 +77358,15 @@ "generator": null, "icon": "https://gruene-linksderweser.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Links der Weser" }, - "duration": 477, + "duration": 358, "error": null, "status_code": 200, "url": "https://gruene-linksderweser.de/" @@ -76645,13 +77398,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 477 + "value": 358 }, "SITE_REACHABLE": { "score": 1, @@ -76662,13 +77415,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -76727,7 +77481,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -76767,7 +77521,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -76785,6 +77539,7 @@ "canonical_urls": [ "https://gruene-ml.de/wordpress/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ml.de/wordpress/comments/feed/", "https://gruene-ml.de/wordpress/feed/" @@ -76847,16 +77602,16 @@ "generator": null, "icon": "https://gruene-ml.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", + "og:url", "og:title", + "og:image", "og:description", - "og:url" + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München Land" }, - "duration": 733, + "duration": 905, "error": null, "status_code": 200, "url": "https://gruene-ml.de/wordpress/" @@ -76888,13 +77643,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 733 + "value": 905 }, "SITE_REACHABLE": { "score": 1, @@ -76905,13 +77660,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-neunkirchen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-neunkirchen-saar.de/comments/feed/", "https://gruene-neunkirchen-saar.de/feed/" @@ -76976,7 +77732,7 @@ "opengraph": null, "title": "Ortsverband Neunkirchen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 271, + "duration": 423, "error": null, "status_code": 200, "url": "https://gruene-neunkirchen-saar.de/" @@ -77008,13 +77764,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 271 + "value": 423 }, "SITE_REACHABLE": { "score": 1, @@ -77025,13 +77781,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-rehlingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-rehlingen.de/comments/feed/", "https://gruene-rehlingen.de/feed/" @@ -77096,7 +77853,7 @@ "opengraph": null, "title": "Grüne Rehlingen-Siersburg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 514, + "duration": 630, "error": null, "status_code": 200, "url": "https://gruene-rehlingen.de/" @@ -77128,13 +77885,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 514 + "value": 630 }, "SITE_REACHABLE": { "score": 1, @@ -77145,13 +77902,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-roesrath.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-roesrath.de": { @@ -77210,7 +77968,7 @@ "opengraph": null, "title": "Die Grünen Rösrath: Startseite" }, - "duration": 106, + "duration": 186, "error": null, "status_code": 200, "url": "https://gruene-roesrath.de/startseite/" @@ -77243,13 +78001,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 186 }, "SITE_REACHABLE": { "score": 1, @@ -77260,13 +78018,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-sb.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sb.de/comments/feed/", "https://gruene-sb.de/feed/" @@ -77331,7 +78090,7 @@ "opengraph": null, "title": "Kreisverband Saarbrücken - BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 243, + "duration": 336, "error": null, "status_code": 200, "url": "https://gruene-sb.de/" @@ -77363,13 +78122,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 243 + "value": 336 }, "SITE_REACHABLE": { "score": 1, @@ -77380,13 +78139,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-sls.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sls.de/comments/feed/", "https://gruene-sls.de/feed/" @@ -77451,7 +78211,7 @@ "opengraph": null, "title": "Kreisverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 247, + "duration": 363, "error": null, "status_code": 200, "url": "https://gruene-sls.de/" @@ -77483,13 +78243,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 247 + "value": 363 }, "SITE_REACHABLE": { "score": 1, @@ -77500,13 +78260,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-vulkaneifel.de/" ], + "cms": "wordpress", "feeds": [ "https://gruene-vulkaneifel.de/comments/feed/", "https://gruene-vulkaneifel.de/feed/" @@ -77567,15 +78328,15 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis90/Die Grünen Kreisverband Vulkaneifel »" }, - "duration": 919, + "duration": 402, "error": null, "status_code": 200, "url": "https://gruene-vulkaneifel.de/" @@ -77608,13 +78369,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 919 + "value": 402 }, "SITE_REACHABLE": { "score": 1, @@ -77625,13 +78386,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-wadgassen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wadgassen.de/comments/feed/", "https://gruene-wadgassen.de/feed/" @@ -77696,7 +78458,7 @@ "opengraph": null, "title": "Ortsverband Wadgassen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 266, + "duration": 388, "error": null, "status_code": 200, "url": "https://gruene-wadgassen.de/" @@ -77728,13 +78490,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 388 }, "SITE_REACHABLE": { "score": 1, @@ -77745,13 +78507,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene.berlin/" ], + "cms": "drupal", "feeds": [ "https://gruene.berlin/alle_nachrichten/rss" ], @@ -77812,16 +78575,16 @@ "generator": "Drupal 7 (http://drupal.org)", "icon": "https://gruene.berlin/sites/gruene.berlin/files/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", + "og:url", "og:image:url", - "og:type", + "og:image", "og:title", - "og:url" + "og:site_name", + "og:type" ], "title": "Bündnis 90/DIE GRÜNEN Berlin |" }, - "duration": 132, + "duration": 202, "error": null, "status_code": 200, "url": "https://gruene.berlin/" @@ -77853,13 +78616,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 132 + "value": 202 }, "SITE_REACHABLE": { "score": 1, @@ -77870,7 +78633,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -77878,6 +78641,7 @@ "https://hamburg.gruene.de/", "https://www.hamburg.gruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "hamburg.gruene.de": { @@ -77934,7 +78698,7 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 109, + "duration": 156, "error": null, "status_code": 200, "url": "https://hamburg.gruene.de/" @@ -77949,7 +78713,7 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 116, + "duration": 172, "error": null, "status_code": 200, "url": "https://www.hamburg.gruene.de/" @@ -77984,13 +78748,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 112 + "value": 164 }, "SITE_REACHABLE": { "score": 1, @@ -78001,13 +78765,14 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://kreis.gruene-merzig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://kreis.gruene-merzig.de/comments/feed/", "https://kreis.gruene-merzig.de/feed/" @@ -78072,7 +78837,7 @@ "opengraph": null, "title": "Kreisverband Merzig-Wadern - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 301, + "duration": 367, "error": null, "status_code": 200, "url": "https://kreis.gruene-merzig.de/" @@ -78104,13 +78869,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 367 }, "SITE_REACHABLE": { "score": 1, @@ -78121,13 +78886,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://sh-gruene.de/" ], + "cms": null, "feeds": [ "https://sh-gruene.de/comments/feed/", "https://sh-gruene.de/feed/" @@ -78190,7 +78956,7 @@ "opengraph": null, "title": "GRÜNE Schleswig-Holstein" }, - "duration": 396, + "duration": 313, "error": null, "status_code": 200, "url": "https://sh-gruene.de/" @@ -78223,13 +78989,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 396 + "value": 313 }, "SITE_REACHABLE": { "score": 1, @@ -78240,13 +79006,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -78305,7 +79072,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -78345,7 +79112,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -78363,6 +79130,7 @@ "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78425,17 +79193,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 757, + "duration": 512, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78467,13 +79235,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 512 }, "SITE_REACHABLE": { "score": 1, @@ -78484,13 +79252,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78553,17 +79322,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 836, + "duration": 609, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78595,13 +79364,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 836 + "value": 609 }, "SITE_REACHABLE": { "score": 1, @@ -78612,13 +79381,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78681,17 +79451,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 500, + "duration": 475, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78723,13 +79493,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 500 + "value": 475 }, "SITE_REACHABLE": { "score": 1, @@ -78740,13 +79510,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78809,17 +79580,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 531, + "duration": 536, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78851,13 +79622,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 531 + "value": 536 }, "SITE_REACHABLE": { "score": 1, @@ -78868,13 +79639,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78937,17 +79709,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 471, + "duration": 103, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78979,13 +79751,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 471 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -78996,13 +79768,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -79065,17 +79838,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 515, + "duration": 475, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -79107,13 +79880,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 515 + "value": 475 }, "SITE_REACHABLE": { "score": 1, @@ -79124,13 +79897,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-leipzig.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-leipzig.de": { @@ -79189,7 +79963,7 @@ "opengraph": null, "title": "Kreisverband Leipzig: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-leipzig.de/startseite/" @@ -79229,7 +80003,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -79247,6 +80021,7 @@ "canonical_urls": [ "https://www.gruene-limburg-weilburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-limburg-weilburg.de/comments/feed/", "https://www.gruene-limburg-weilburg.de/feed/", @@ -79311,15 +80086,15 @@ "generator": null, "icon": "https://www.gruene-limburg-weilburg.de/cms/wp-content/themes/urwahl3001/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 433, + "duration": 532, "error": null, "status_code": 200, "url": "https://www.gruene-limburg-weilburg.de/" @@ -79351,13 +80126,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 433 + "value": 532 }, "SITE_REACHABLE": { "score": 1, @@ -79368,13 +80143,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-mainz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-mainz.de/comments/feed/", "https://www.gruene-mainz.de/feed/" @@ -79437,16 +80213,16 @@ "generator": null, "icon": "https://www.gruene-mainz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Mainz" }, - "duration": 196, + "duration": 279, "error": null, "status_code": 200, "url": "https://www.gruene-mainz.de/" @@ -79478,13 +80254,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 279 }, "SITE_REACHABLE": { "score": 1, @@ -79495,13 +80271,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-niedersachsen.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-niedersachsen.de/feed/" ], @@ -79562,18 +80339,18 @@ "generator": null, "icon": "https://www.gruene-niedersachsen.de/wp-content/uploads/2017/05/cropped-logo-100x100.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "An morgen denken wir nicht erst seit gestern - Grüne Niedersachsen" }, - "duration": 194, + "duration": 290, "error": null, "status_code": 200, "url": "https://www.gruene-niedersachsen.de/" @@ -79605,13 +80382,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 290 }, "SITE_REACHABLE": { "score": 1, @@ -79622,13 +80399,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-rhein-pfalz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-rhein-pfalz.de/comments/feed/", "https://www.gruene-rhein-pfalz.de/feed/" @@ -79691,16 +80469,16 @@ "generator": null, "icon": "https://www.gruene-rhein-pfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Rhein-Pfalz" }, - "duration": 246, + "duration": 394, "error": null, "status_code": 200, "url": "https://www.gruene-rhein-pfalz.de/" @@ -79732,13 +80510,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 246 + "value": 394 }, "SITE_REACHABLE": { "score": 1, @@ -79749,13 +80527,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-sachsen.de/startseite/" ], + "cms": "typo3", "feeds": [ "https://www.gruene-sachsen.de/aktuell/aktuell.rss" ], @@ -79816,13 +80595,13 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene-sachsen.de/fileadmin/lv/images/favicon.ico", "opengraph": [ - "og:description", + "og:locale", "og:site_name", - "og:locale" + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Sachsen" }, - "duration": 239, + "duration": 446, "error": null, "status_code": 200, "url": "https://www.gruene-sachsen.de/startseite/" @@ -79854,13 +80633,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 446 }, "SITE_REACHABLE": { "score": 1, @@ -79871,13 +80650,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-thueringen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-thueringen.de/comments/feed/", "https://gruene-thueringen.de/feed/" @@ -79940,17 +80720,17 @@ "generator": null, "icon": "https://gruene-thueringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ + "og:url", "og:locale:alternate", - "og:site_name", - "og:type", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 308, + "duration": 375, "error": null, "status_code": 200, "url": "https://gruene-thueringen.de/" @@ -79982,13 +80762,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 308 + "value": 375 }, "SITE_REACHABLE": { "score": 1, @@ -79999,13 +80779,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene.de/startseite.html" ], + "cms": "typo3", "feeds": [ "https://www.gruene.de/feeds/energiewende.html", "https://www.gruene.de/feeds/gerechtigkeit.html", @@ -80082,16 +80863,16 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene.de/tmpl/gfx/img/favicon.ico", "opengraph": [ - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:type" ], "title": "Startseite- BÜNDNIS 90/DIE GRÜNEN Bundespartei" }, - "duration": 145, + "duration": 204, "error": null, "status_code": 200, "url": "https://www.gruene.de/startseite.html" @@ -80123,13 +80904,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 204 }, "SITE_REACHABLE": { "score": 1, @@ -80140,13 +80921,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.mein-wachtberg.de/" ], + "cms": null, "feeds": [ "https://www.mein-wachtberg.de/rss/blog" ], @@ -80154,7 +80936,7 @@ "mein-wachtberg.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "mein-wachtberg.de" @@ -80219,16 +81001,16 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s5a69b32a96959e8e/img/favicon.png?t=1397765466", "opengraph": [ - "og:site_name", - "og:type", + "og:url", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuelles - BÜNDNIS 90 / DIE GRÜNEN in Wachtberg" }, - "duration": 219, + "duration": 322, "error": null, "status_code": 200, "url": "https://www.mein-wachtberg.de/" @@ -80260,13 +81042,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 219 + "value": 322 }, "SITE_REACHABLE": { "score": 1, @@ -80277,6 +81059,6 @@ "value": true } }, - "score": 7.5 + "score": 8.5 } ] \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index cdd3788..99ed7a5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,6 +66,7 @@ HTTPS Feed Screenshots + CMS diff --git a/webapp/dist/bundle.js b/webapp/dist/bundle.js index f2a1421..3ba6ac5 100644 --- a/webapp/dist/bundle.js +++ b/webapp/dist/bundle.js @@ -82,4 +82,4 @@ var n="undefined"!=typeof window&&"undefined"!=typeof document,r=["Edge","Triden * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -!function(t,e,n){"use strict";function r(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(e.end)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],a=e[i],s=a&&r.isElement(a)?"element":(l=a,{}.toString.call(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var l}};return e=("undefined"==typeof window||!window.QUnit)&&{end:"transitionend"},t.fn.emulateTransitionEnd=n,r.supportsTransitionEnd()&&(t.event.special[r.TRANSITION_END]={bindType:e.end,delegateType:e.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}),r}(e),s=function(t){var e=t.fn.alert,n={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.close=function(t){t=t||this._element;var e=this._getRootElement(t),n=this._triggerCloseEvent(e);n.isDefaultPrevented()||this._removeElement(e)},o.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},o._getRootElement=function(e){var n=a.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},o._triggerCloseEvent=function(e){var r=t.Event(n.CLOSE);return t(e).trigger(r),r},o._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),a.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(a.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},o._destroyElement=function(e){t(e).detach().trigger(n.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.alert");i||(i=new e(this),r.data("bs.alert",i)),"close"===n&&i[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,'[data-dismiss="alert"]',o._handleDismiss(new o)),t.fn.alert=o._jQueryInterface,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=e,o._jQueryInterface},o}(e),l=function(t){var e="button",n=t.fn[e],r={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},o={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},a={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,i=t(this._element).closest(o.DATA_TOGGLE)[0];if(i){var a=t(this._element).find(o.INPUT)[0];if(a){if("radio"===a.type)if(a.checked&&t(this._element).hasClass(r.ACTIVE))e=!1;else{var s=t(i).find(o.ACTIVE)[0];s&&t(s).removeClass(r.ACTIVE)}if(e){if(a.hasAttribute("disabled")||i.hasAttribute("disabled")||a.classList.contains("disabled")||i.classList.contains("disabled"))return;a.checked=!t(this._element).hasClass(r.ACTIVE),t(a).trigger("change")}a.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(r.ACTIVE)),e&&t(this._element).toggleClass(r.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var r=t(this).data("bs.button");r||(r=new e(this),t(this).data("bs.button",r)),"toggle"===n&&r[n]()})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(a.CLICK_DATA_API,o.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(r.BUTTON)||(n=t(n).closest(o.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(a.FOCUS_BLUR_DATA_API,o.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(o.BUTTON)[0];t(n).toggleClass(r.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),u=function(t){var e="carousel",n="bs.carousel",r="."+n,s=t.fn[e],l={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},u={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},c={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},f={SLIDE:"slide"+r,SLID:"slid"+r,KEYDOWN:"keydown"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r,TOUCHEND:"touchend"+r,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},h={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},p=function(){function s(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var p=s.prototype;return p.next=function(){this._isSliding||this._slide(c.NEXT)},p.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},p.prev=function(){this._isSliding||this._slide(c.PREV)},p.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&a.supportsTransitionEnd()&&(a.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},p.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},p.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var r=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(f.SLID,function(){return n.to(e)});else{if(r===e)return this.pause(),void this.cycle();var i=e>r?c.NEXT:c.PREV;this._slide(i,this._items[e])}},p.dispose=function(){t(this._element).off(r),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},p._getConfig=function(t){return t=o({},l,t),a.typeCheckConfig(e,t,u),t},p._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(f.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(f.MOUSEENTER,function(t){return e.pause(t)}).on(f.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(f.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},p._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},p._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},p._getItemByDirection=function(t,e){var n=t===c.NEXT,r=t===c.PREV,i=this._getItemIndex(e),o=this._items.length-1,a=r&&0===i||n&&i===o;if(a&&!this._config.wrap)return e;var s=t===c.PREV?-1:1,l=(i+s)%this._items.length;return-1===l?this._items[this._items.length-1]:this._items[l]},p._triggerSlideEvent=function(e,n){var r=this._getItemIndex(e),i=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),o=t.Event(f.SLIDE,{relatedTarget:e,direction:n,from:i,to:r});return t(this._element).trigger(o),o},p._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(h.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(h.ACTIVE)}},p._slide=function(e,n){var r,i,o,s=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],u=this._getItemIndex(l),p=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(p),v=Boolean(this._interval);if(e===c.NEXT?(r=h.LEFT,i=h.NEXT,o=c.LEFT):(r=h.RIGHT,i=h.PREV,o=c.RIGHT),p&&t(p).hasClass(h.ACTIVE))this._isSliding=!1;else{var m=this._triggerSlideEvent(p,o);if(!m.isDefaultPrevented()&&l&&p){this._isSliding=!0,v&&this.pause(),this._setActiveIndicatorElement(p);var _=t.Event(f.SLID,{relatedTarget:p,direction:o,from:u,to:g});a.supportsTransitionEnd()&&t(this._element).hasClass(h.SLIDE)?(t(p).addClass(i),a.reflow(p),t(l).addClass(r),t(p).addClass(r),t(l).one(a.TRANSITION_END,function(){t(p).removeClass(r+" "+i).addClass(h.ACTIVE),t(l).removeClass(h.ACTIVE+" "+i+" "+r),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(_)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(h.ACTIVE),t(p).addClass(h.ACTIVE),this._isSliding=!1,t(this._element).trigger(_)),v&&this.cycle()}}},s._jQueryInterface=function(e){return this.each(function(){var r=t(this).data(n),i=o({},l,t(this).data());"object"==typeof e&&(i=o({},i,e));var a="string"==typeof e?e:i.slide;if(r||(r=new s(this,i),t(this).data(n,r)),"number"==typeof e)r.to(e);else if("string"==typeof a){if(void 0===r[a])throw new TypeError('No method named "'+a+'"');r[a]()}else i.interval&&(r.pause(),r.cycle())})},s._dataApiClickHandler=function(e){var r=a.getSelectorFromElement(this);if(r){var i=t(r)[0];if(i&&t(i).hasClass(h.CAROUSEL)){var l=o({},t(i).data(),t(this).data()),u=this.getAttribute("data-slide-to");u&&(l.interval=!1),s._jQueryInterface.call(t(i),l),u&&t(i).data(n).to(u),e.preventDefault()}}},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return l}}]),s}();return t(document).on(f.CLICK_DATA_API,d.DATA_SLIDE,p._dataApiClickHandler),t(window).on(f.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);p._jQueryInterface.call(e,e.data())})}),t.fn[e]=p._jQueryInterface,t.fn[e].Constructor=p,t.fn[e].noConflict=function(){return t.fn[e]=s,p._jQueryInterface},p}(e),c=function(t){var e="collapse",n="bs.collapse",r=t.fn[e],s={toggle:!0,parent:""},l={toggle:"boolean",parent:"(string|element)"},u={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},c={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},f={WIDTH:"width",HEIGHT:"height"},h={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function r(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var r=t(h.DATA_TOGGLE),i=0;i0&&(this._selector=s,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=r.prototype;return d.toggle=function(){t(this._element).hasClass(c.SHOW)?this.hide():this.show()},d.show=function(){var e,i,o=this;if(!(this._isTransitioning||t(this._element).hasClass(c.SHOW)||(this._parent&&0===(e=t.makeArray(t(this._parent).find(h.ACTIVES).filter('[data-parent="'+this._config.parent+'"]'))).length&&(e=null),e&&(i=t(e).not(this._selector).data(n))&&i._isTransitioning))){var s=t.Event(u.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){e&&(r._jQueryInterface.call(t(e).not(this._selector),"hide"),i||t(e).data(n,null));var l=this._getDimension();t(this._element).removeClass(c.COLLAPSE).addClass(c.COLLAPSING),this._element.style[l]=0,this._triggerArray.length>0&&t(this._triggerArray).removeClass(c.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(o._element).removeClass(c.COLLAPSING).addClass(c.COLLAPSE).addClass(c.SHOW),o._element.style[l]="",o.setTransitioning(!1),t(o._element).trigger(u.SHOWN)};if(a.supportsTransitionEnd()){var d=l[0].toUpperCase()+l.slice(1),p="scroll"+d;t(this._element).one(a.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[l]=this._element[p]+"px"}else f()}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(c.SHOW)){var n=t.Event(u.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var r=this._getDimension();if(this._element.style[r]=this._element.getBoundingClientRect()[r]+"px",a.reflow(this._element),t(this._element).addClass(c.COLLAPSING).removeClass(c.COLLAPSE).removeClass(c.SHOW),this._triggerArray.length>0)for(var i=0;i0&&t(n).toggleClass(c.COLLAPSED,!r).attr("aria-expanded",r)}},r._getTargetFromElement=function(e){var n=a.getSelectorFromElement(e);return n?t(n)[0]:null},r._jQueryInterface=function(e){return this.each(function(){var i=t(this),a=i.data(n),l=o({},s,i.data(),"object"==typeof e&&e);if(!a&&l.toggle&&/show|hide/.test(e)&&(l.toggle=!1),a||(a=new r(this,l),i.data(n,a)),"string"==typeof e){if(void 0===a[e])throw new TypeError('No method named "'+e+'"');a[e]()}})},i(r,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}}]),r}();return t(document).on(u.CLICK_DATA_API,h.DATA_TOGGLE,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var r=t(this),i=a.getSelectorFromElement(this);t(i).each(function(){var e=t(this),i=e.data(n),o=i?"toggle":r.data();d._jQueryInterface.call(e,o)})}),t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=r,d._jQueryInterface},d}(e),f=function(t){var e="dropdown",r="bs.dropdown",s="."+r,l=t.fn[e],u=new RegExp("38|40|27"),c={HIDE:"hide"+s,HIDDEN:"hidden"+s,SHOW:"show"+s,SHOWN:"shown"+s,CLICK:"click"+s,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},f={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",POSITION_STATIC:"position-static"},h={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},d={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},p={offset:0,flip:!0,boundary:"scrollParent"},g={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)"},v=function(){function l(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var v=l.prototype;return v.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(f.DISABLED)){var e=l._getParentFromElement(this._element),r=t(this._menu).hasClass(f.SHOW);if(l._clearMenus(),!r){var i={relatedTarget:this._element},o=t.Event(c.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar){if(void 0===n)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");var a=this._element;t(e).hasClass(f.DROPUP)&&(t(this._menu).hasClass(f.MENULEFT)||t(this._menu).hasClass(f.MENURIGHT))&&(a=e),"scrollParent"!==this._config.boundary&&t(e).addClass(f.POSITION_STATIC),this._popper=new n(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(e).closest(h.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(f.SHOW),t(e).toggleClass(f.SHOW).trigger(t.Event(c.SHOWN,i))}}}},v.dispose=function(){t.removeData(this._element,r),t(this._element).off(s),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},v.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},v._addEventListeners=function(){var e=this;t(this._element).on(c.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},v._getConfig=function(n){return n=o({},this.constructor.Default,t(this._element).data(),n),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},v._getMenuElement=function(){if(!this._menu){var e=l._getParentFromElement(this._element);this._menu=t(e).find(h.MENU)[0]}return this._menu},v._getPlacement=function(){var e=t(this._element).parent(),n=d.BOTTOM;return e.hasClass(f.DROPUP)?(n=d.TOP,t(this._menu).hasClass(f.MENURIGHT)&&(n=d.TOPEND)):e.hasClass(f.DROPRIGHT)?n=d.RIGHT:e.hasClass(f.DROPLEFT)?n=d.LEFT:t(this._menu).hasClass(f.MENURIGHT)&&(n=d.BOTTOMEND),n},v._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},v._getPopperConfig=function(){var t=this,e={};"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset;var n={placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return n},l._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(r),i="object"==typeof e?e:null;if(n||(n=new l(this,i),t(this).data(r,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},l._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(h.DATA_TOGGLE)),i=0;i0&&o--,40===e.which&&odocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},h._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},h._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},h={SHOW:"show",OUT:"out"},d={HIDE:"hide"+r,HIDDEN:"hidden"+r,SHOW:"show"+r,SHOWN:"shown"+r,INSERTED:"inserted"+r,CLICK:"click"+r,FOCUSIN:"focusin"+r,FOCUSOUT:"focusout"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r},p={FADE:"fade",SHOW:"show"},g={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},v={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function s(t,e){if(void 0===n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var m=s.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,r=t(e.currentTarget).data(n);r||(r=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,r)),r._activeTrigger.click=!r._activeTrigger.click,r._isWithActiveTrigger()?r._enter(null,r):r._leave(null,r)}else{if(t(this.getTipElement()).hasClass(p.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var r=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(r);var i=t.contains(this.element.ownerDocument.documentElement,this.element);if(r.isDefaultPrevented()||!i)return;var o=this.getTipElement(),l=a.getUID(this.constructor.NAME);o.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(o).addClass(p.FADE);var u="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var f=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(f),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:g.ARROW},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===h.OUT&&e._leave(null,e)};a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(this.tip).one(a.TRANSITION_END,d).emulateTransitionEnd(s._TRANSITION_DURATION):d()}},m.hide=function(e){var n=this,r=this.getTipElement(),i=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==h.SHOW&&r.parentNode&&r.parentNode.removeChild(r),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(i),i.isDefaultPrevented()||(t(r).removeClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[v.CLICK]=!1,this._activeTrigger[v.FOCUS]=!1,this._activeTrigger[v.HOVER]=!1,a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(r).one(a.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(g.TOOLTIP_INNER),this.getTitle()),e.removeClass(p.FADE+" "+p.SHOW)},m.setElementContent=function(e,n){var r=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?r?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[r?"html":"text"](n)},m.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},m._getAttachment=function(t){return c[t.toUpperCase()]},m._setListeners=function(){var e=this,n=this.config.trigger.split(" ");n.forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==v.MANUAL){var r=n===v.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,i=n===v.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(r,e.config.selector,function(t){return e._enter(t)}).on(i,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},m._enter=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusin"===e.type?v.FOCUS:v.HOVER]=!0),t(n.getTipElement()).hasClass(p.SHOW)||n._hoverState===h.SHOW?n._hoverState=h.SHOW:(clearTimeout(n._timeout),n._hoverState=h.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===h.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusout"===e.type?v.FOCUS:v.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=h.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===h.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=o({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(l);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(p.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},s._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new s(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return f}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return r}},{key:"DefaultType",get:function(){return u}}]),s}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=s,m._jQueryInterface},m}(e),p=function(t){var e="popover",n=".bs.popover",r=t.fn[e],a=new RegExp("(^|\\s)bs-popover\\S+","g"),s=o({},d.Default,{placement:"right",trigger:"click",content:"",template:''}),l=o({},d.DefaultType,{content:"(string|element|function)"}),u={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},f={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(r){var o,h;function d(){return r.apply(this,arguments)||this}h=r,(o=d).prototype=Object.create(h.prototype),o.prototype.constructor=o,o.__proto__=h;var p=d.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},p.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},p.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(c.CONTENT),n),e.removeClass(u.FADE+" "+u.SHOW)},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),r="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,r),t(this).data("bs.popover",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(d,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return f}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(d);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=r,h._jQueryInterface},h}(e),g=function(t){var e="scrollspy",n=t.fn[e],r={offset:10,method:"auto",target:""},s={offset:"number",method:"string",target:"(string|element)"},l={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},u={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},c={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},f={OFFSET:"offset",POSITION:"position"},h=function(){function n(e,n){var r=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+c.NAV_LINKS+","+this._config.target+" "+c.LIST_ITEMS+","+this._config.target+" "+c.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(l.SCROLL,function(t){return r._process(t)}),this.refresh(),this._process()}var h=n.prototype;return h.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?f.OFFSET:f.POSITION,r="auto"===this._config.method?n:this._config.method,i=r===f.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight();var o=t.makeArray(t(this._selector));o.map(function(e){var n,o=a.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[r]().top+i,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},h.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},h._getConfig=function(n){if("string"!=typeof(n=o({},r,n)).target){var i=t(n.target).attr("id");i||(i=a.getUID(e),t(n.target).attr("id",i)),n.target="#"+i}return a.typeCheckConfig(e,n,s),n},h._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},h._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},h._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},h._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var r=this._targets[this._targets.length-1];this._activeTarget!==r&&this._activate(r)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var i=this._offsets.length;i--;){var o=this._activeTarget!==this._targets[i]&&t>=this._offsets[i]&&(void 0===this._offsets[i+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},s=function(){function e(t){this._element=t}var s=e.prototype;return s.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(r.ACTIVE)||t(this._element).hasClass(r.DISABLED))){var i,s,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],u=a.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;s=(s=t.makeArray(t(l).find(c)))[s.length-1]}var f=t.Event(n.HIDE,{relatedTarget:this._element}),h=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(f),t(this._element).trigger(h),!h.isDefaultPrevented()&&!f.isDefaultPrevented()){u&&(i=t(u)[0]),this._activate(this._element,l);var d=function(){var r=t.Event(n.HIDDEN,{relatedTarget:e._element}),i=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(r),t(e._element).trigger(i)};i?this._activate(i,i.parentNode,d):d()}}},s.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},s._activate=function(e,n,i){var s=this,l=("UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],u=i&&a.supportsTransitionEnd()&&l&&t(l).hasClass(r.FADE),c=function(){return s._transitionComplete(e,l,i)};l&&u?t(l).one(a.TRANSITION_END,c).emulateTransitionEnd(150):c()},s._transitionComplete=function(e,n,i){if(n){t(n).removeClass(r.SHOW+" "+r.ACTIVE);var s=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];s&&t(s).removeClass(r.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(r.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),a.reflow(e),t(e).addClass(r.SHOW),e.parentNode&&t(e.parentNode).hasClass(r.DROPDOWN_MENU)){var l=t(e).closest(o.DROPDOWN)[0];l&&t(l).find(o.DROPDOWN_TOGGLE).addClass(r.ACTIVE),e.setAttribute("aria-expanded",!0)}i&&i()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.tab");if(i||(i=new e(this),r.data("bs.tab",i)),"string"==typeof n){if(void 0===i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),s._jQueryInterface.call(t(this),"show")}),t.fn.tab=s._jQueryInterface,t.fn.tab.Constructor=s,t.fn.tab.noConflict=function(){return t.fn.tab=e,s._jQueryInterface},s}(e);(function(t){if(void 0===t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")})(e),t.Util=a,t.Alert=s,t.Button=l,t.Carousel=u,t.Collapse=c,t.Dropdown=f,t.Modal=h,t.Popover=p,t.Scrollspy=g,t.Tab=v,t.Tooltip=d,Object.defineProperty(t,"__esModule",{value:!0})}(e,n(0),n(2))},function(t,e,n){"use strict";n.r(e);var r=n(5),i=n.n(r),o=n(0),a=n.n(o),s=(n(8),n(2),n(4)),l=n.n(s);n(7),n(6);a()(function(){a.a.getJSON("data/screenshots.json",function(t){a.a.getJSON("data/spider_result.json",function(e){var n=a()("tbody");a.a.each(e,function(e,r){var o,s,u=a()(document.createElement("tr")),c=null;"DE:ORTSVERBAND"===r.meta.level?c="OV":"DE:KREISVERBAND"===r.meta.level?c="KV":"DE:LANDESVERBAND"===r.meta.level&&(c="LV"),u.append(""+(null===c?"":c)+""),u.append(""+(null===r.meta.state?"":r.meta.state)+""),u.append(""+(null===r.meta.district?"":r.meta.district)+""),u.append(""+(null===r.meta.city?"":r.meta.city)+""),u.append(''+(o=l.a.toUnicode(r.input_url),s=60,o.length>s&&(o=o.substring(0,s)+"…"),o)+""),u.append(""+r.score.toFixed(1)+"");var f=i.a.join(r.details.ipv4_addresses,", ");u.append(''+(""===f?"❌":f)+""),u.append(''+(r.result.SITE_REACHABLE.value?"✅":"❌")+"");var h="bad";r.result.HTTP_RESPONSE_DURATION.score>0&&(h="medium"),r.result.HTTP_RESPONSE_DURATION.score>.5&&(h="good"),u.append(''+r.result.HTTP_RESPONSE_DURATION.value+" ms");var d=r.result.FAVICON.value;u.append(''+(d?'':"❌")+"");var p=r.result.WWW_OPTIONAL.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.CANONICAL_URL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.HTTPS.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.FEEDS.value;u.append(''+(m?"✅":"❌")+"");var _=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(_='M',_+='D'));u.append(''+(_||"❌")+""),n.append(u)}),a()("table.table").DataTable({order:[[0,"asc"]],paging:!1,pageLength:1e4,language:{search:"Suche"}})})})})}]); \ No newline at end of file +!function(t,e,n){"use strict";function r(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(e.end)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],a=e[i],s=a&&r.isElement(a)?"element":(l=a,{}.toString.call(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var l}};return e=("undefined"==typeof window||!window.QUnit)&&{end:"transitionend"},t.fn.emulateTransitionEnd=n,r.supportsTransitionEnd()&&(t.event.special[r.TRANSITION_END]={bindType:e.end,delegateType:e.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}),r}(e),s=function(t){var e=t.fn.alert,n={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.close=function(t){t=t||this._element;var e=this._getRootElement(t),n=this._triggerCloseEvent(e);n.isDefaultPrevented()||this._removeElement(e)},o.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},o._getRootElement=function(e){var n=a.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},o._triggerCloseEvent=function(e){var r=t.Event(n.CLOSE);return t(e).trigger(r),r},o._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),a.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(a.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},o._destroyElement=function(e){t(e).detach().trigger(n.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.alert");i||(i=new e(this),r.data("bs.alert",i)),"close"===n&&i[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,'[data-dismiss="alert"]',o._handleDismiss(new o)),t.fn.alert=o._jQueryInterface,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=e,o._jQueryInterface},o}(e),l=function(t){var e="button",n=t.fn[e],r={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},o={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},a={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,i=t(this._element).closest(o.DATA_TOGGLE)[0];if(i){var a=t(this._element).find(o.INPUT)[0];if(a){if("radio"===a.type)if(a.checked&&t(this._element).hasClass(r.ACTIVE))e=!1;else{var s=t(i).find(o.ACTIVE)[0];s&&t(s).removeClass(r.ACTIVE)}if(e){if(a.hasAttribute("disabled")||i.hasAttribute("disabled")||a.classList.contains("disabled")||i.classList.contains("disabled"))return;a.checked=!t(this._element).hasClass(r.ACTIVE),t(a).trigger("change")}a.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(r.ACTIVE)),e&&t(this._element).toggleClass(r.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var r=t(this).data("bs.button");r||(r=new e(this),t(this).data("bs.button",r)),"toggle"===n&&r[n]()})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(a.CLICK_DATA_API,o.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(r.BUTTON)||(n=t(n).closest(o.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(a.FOCUS_BLUR_DATA_API,o.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(o.BUTTON)[0];t(n).toggleClass(r.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),u=function(t){var e="carousel",n="bs.carousel",r="."+n,s=t.fn[e],l={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},u={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},c={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},f={SLIDE:"slide"+r,SLID:"slid"+r,KEYDOWN:"keydown"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r,TOUCHEND:"touchend"+r,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},h={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},p=function(){function s(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var p=s.prototype;return p.next=function(){this._isSliding||this._slide(c.NEXT)},p.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},p.prev=function(){this._isSliding||this._slide(c.PREV)},p.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&a.supportsTransitionEnd()&&(a.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},p.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},p.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var r=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(f.SLID,function(){return n.to(e)});else{if(r===e)return this.pause(),void this.cycle();var i=e>r?c.NEXT:c.PREV;this._slide(i,this._items[e])}},p.dispose=function(){t(this._element).off(r),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},p._getConfig=function(t){return t=o({},l,t),a.typeCheckConfig(e,t,u),t},p._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(f.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(f.MOUSEENTER,function(t){return e.pause(t)}).on(f.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(f.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},p._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},p._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},p._getItemByDirection=function(t,e){var n=t===c.NEXT,r=t===c.PREV,i=this._getItemIndex(e),o=this._items.length-1,a=r&&0===i||n&&i===o;if(a&&!this._config.wrap)return e;var s=t===c.PREV?-1:1,l=(i+s)%this._items.length;return-1===l?this._items[this._items.length-1]:this._items[l]},p._triggerSlideEvent=function(e,n){var r=this._getItemIndex(e),i=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),o=t.Event(f.SLIDE,{relatedTarget:e,direction:n,from:i,to:r});return t(this._element).trigger(o),o},p._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(h.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(h.ACTIVE)}},p._slide=function(e,n){var r,i,o,s=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],u=this._getItemIndex(l),p=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(p),v=Boolean(this._interval);if(e===c.NEXT?(r=h.LEFT,i=h.NEXT,o=c.LEFT):(r=h.RIGHT,i=h.PREV,o=c.RIGHT),p&&t(p).hasClass(h.ACTIVE))this._isSliding=!1;else{var m=this._triggerSlideEvent(p,o);if(!m.isDefaultPrevented()&&l&&p){this._isSliding=!0,v&&this.pause(),this._setActiveIndicatorElement(p);var _=t.Event(f.SLID,{relatedTarget:p,direction:o,from:u,to:g});a.supportsTransitionEnd()&&t(this._element).hasClass(h.SLIDE)?(t(p).addClass(i),a.reflow(p),t(l).addClass(r),t(p).addClass(r),t(l).one(a.TRANSITION_END,function(){t(p).removeClass(r+" "+i).addClass(h.ACTIVE),t(l).removeClass(h.ACTIVE+" "+i+" "+r),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(_)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(h.ACTIVE),t(p).addClass(h.ACTIVE),this._isSliding=!1,t(this._element).trigger(_)),v&&this.cycle()}}},s._jQueryInterface=function(e){return this.each(function(){var r=t(this).data(n),i=o({},l,t(this).data());"object"==typeof e&&(i=o({},i,e));var a="string"==typeof e?e:i.slide;if(r||(r=new s(this,i),t(this).data(n,r)),"number"==typeof e)r.to(e);else if("string"==typeof a){if(void 0===r[a])throw new TypeError('No method named "'+a+'"');r[a]()}else i.interval&&(r.pause(),r.cycle())})},s._dataApiClickHandler=function(e){var r=a.getSelectorFromElement(this);if(r){var i=t(r)[0];if(i&&t(i).hasClass(h.CAROUSEL)){var l=o({},t(i).data(),t(this).data()),u=this.getAttribute("data-slide-to");u&&(l.interval=!1),s._jQueryInterface.call(t(i),l),u&&t(i).data(n).to(u),e.preventDefault()}}},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return l}}]),s}();return t(document).on(f.CLICK_DATA_API,d.DATA_SLIDE,p._dataApiClickHandler),t(window).on(f.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);p._jQueryInterface.call(e,e.data())})}),t.fn[e]=p._jQueryInterface,t.fn[e].Constructor=p,t.fn[e].noConflict=function(){return t.fn[e]=s,p._jQueryInterface},p}(e),c=function(t){var e="collapse",n="bs.collapse",r=t.fn[e],s={toggle:!0,parent:""},l={toggle:"boolean",parent:"(string|element)"},u={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},c={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},f={WIDTH:"width",HEIGHT:"height"},h={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function r(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var r=t(h.DATA_TOGGLE),i=0;i0&&(this._selector=s,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=r.prototype;return d.toggle=function(){t(this._element).hasClass(c.SHOW)?this.hide():this.show()},d.show=function(){var e,i,o=this;if(!(this._isTransitioning||t(this._element).hasClass(c.SHOW)||(this._parent&&0===(e=t.makeArray(t(this._parent).find(h.ACTIVES).filter('[data-parent="'+this._config.parent+'"]'))).length&&(e=null),e&&(i=t(e).not(this._selector).data(n))&&i._isTransitioning))){var s=t.Event(u.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){e&&(r._jQueryInterface.call(t(e).not(this._selector),"hide"),i||t(e).data(n,null));var l=this._getDimension();t(this._element).removeClass(c.COLLAPSE).addClass(c.COLLAPSING),this._element.style[l]=0,this._triggerArray.length>0&&t(this._triggerArray).removeClass(c.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(o._element).removeClass(c.COLLAPSING).addClass(c.COLLAPSE).addClass(c.SHOW),o._element.style[l]="",o.setTransitioning(!1),t(o._element).trigger(u.SHOWN)};if(a.supportsTransitionEnd()){var d=l[0].toUpperCase()+l.slice(1),p="scroll"+d;t(this._element).one(a.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[l]=this._element[p]+"px"}else f()}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(c.SHOW)){var n=t.Event(u.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var r=this._getDimension();if(this._element.style[r]=this._element.getBoundingClientRect()[r]+"px",a.reflow(this._element),t(this._element).addClass(c.COLLAPSING).removeClass(c.COLLAPSE).removeClass(c.SHOW),this._triggerArray.length>0)for(var i=0;i0&&t(n).toggleClass(c.COLLAPSED,!r).attr("aria-expanded",r)}},r._getTargetFromElement=function(e){var n=a.getSelectorFromElement(e);return n?t(n)[0]:null},r._jQueryInterface=function(e){return this.each(function(){var i=t(this),a=i.data(n),l=o({},s,i.data(),"object"==typeof e&&e);if(!a&&l.toggle&&/show|hide/.test(e)&&(l.toggle=!1),a||(a=new r(this,l),i.data(n,a)),"string"==typeof e){if(void 0===a[e])throw new TypeError('No method named "'+e+'"');a[e]()}})},i(r,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}}]),r}();return t(document).on(u.CLICK_DATA_API,h.DATA_TOGGLE,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var r=t(this),i=a.getSelectorFromElement(this);t(i).each(function(){var e=t(this),i=e.data(n),o=i?"toggle":r.data();d._jQueryInterface.call(e,o)})}),t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=r,d._jQueryInterface},d}(e),f=function(t){var e="dropdown",r="bs.dropdown",s="."+r,l=t.fn[e],u=new RegExp("38|40|27"),c={HIDE:"hide"+s,HIDDEN:"hidden"+s,SHOW:"show"+s,SHOWN:"shown"+s,CLICK:"click"+s,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},f={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",POSITION_STATIC:"position-static"},h={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},d={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},p={offset:0,flip:!0,boundary:"scrollParent"},g={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)"},v=function(){function l(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var v=l.prototype;return v.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(f.DISABLED)){var e=l._getParentFromElement(this._element),r=t(this._menu).hasClass(f.SHOW);if(l._clearMenus(),!r){var i={relatedTarget:this._element},o=t.Event(c.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar){if(void 0===n)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");var a=this._element;t(e).hasClass(f.DROPUP)&&(t(this._menu).hasClass(f.MENULEFT)||t(this._menu).hasClass(f.MENURIGHT))&&(a=e),"scrollParent"!==this._config.boundary&&t(e).addClass(f.POSITION_STATIC),this._popper=new n(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(e).closest(h.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(f.SHOW),t(e).toggleClass(f.SHOW).trigger(t.Event(c.SHOWN,i))}}}},v.dispose=function(){t.removeData(this._element,r),t(this._element).off(s),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},v.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},v._addEventListeners=function(){var e=this;t(this._element).on(c.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},v._getConfig=function(n){return n=o({},this.constructor.Default,t(this._element).data(),n),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},v._getMenuElement=function(){if(!this._menu){var e=l._getParentFromElement(this._element);this._menu=t(e).find(h.MENU)[0]}return this._menu},v._getPlacement=function(){var e=t(this._element).parent(),n=d.BOTTOM;return e.hasClass(f.DROPUP)?(n=d.TOP,t(this._menu).hasClass(f.MENURIGHT)&&(n=d.TOPEND)):e.hasClass(f.DROPRIGHT)?n=d.RIGHT:e.hasClass(f.DROPLEFT)?n=d.LEFT:t(this._menu).hasClass(f.MENURIGHT)&&(n=d.BOTTOMEND),n},v._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},v._getPopperConfig=function(){var t=this,e={};"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=o({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset;var n={placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return n},l._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(r),i="object"==typeof e?e:null;if(n||(n=new l(this,i),t(this).data(r,n)),"string"==typeof e){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},l._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(h.DATA_TOGGLE)),i=0;i0&&o--,40===e.which&&odocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},h._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},h._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},h={SHOW:"show",OUT:"out"},d={HIDE:"hide"+r,HIDDEN:"hidden"+r,SHOW:"show"+r,SHOWN:"shown"+r,INSERTED:"inserted"+r,CLICK:"click"+r,FOCUSIN:"focusin"+r,FOCUSOUT:"focusout"+r,MOUSEENTER:"mouseenter"+r,MOUSELEAVE:"mouseleave"+r},p={FADE:"fade",SHOW:"show"},g={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},v={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function s(t,e){if(void 0===n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var m=s.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,r=t(e.currentTarget).data(n);r||(r=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,r)),r._activeTrigger.click=!r._activeTrigger.click,r._isWithActiveTrigger()?r._enter(null,r):r._leave(null,r)}else{if(t(this.getTipElement()).hasClass(p.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var r=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(r);var i=t.contains(this.element.ownerDocument.documentElement,this.element);if(r.isDefaultPrevented()||!i)return;var o=this.getTipElement(),l=a.getUID(this.constructor.NAME);o.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(o).addClass(p.FADE);var u="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var f=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(f),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:g.ARROW},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===h.OUT&&e._leave(null,e)};a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(this.tip).one(a.TRANSITION_END,d).emulateTransitionEnd(s._TRANSITION_DURATION):d()}},m.hide=function(e){var n=this,r=this.getTipElement(),i=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==h.SHOW&&r.parentNode&&r.parentNode.removeChild(r),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(i),i.isDefaultPrevented()||(t(r).removeClass(p.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[v.CLICK]=!1,this._activeTrigger[v.FOCUS]=!1,this._activeTrigger[v.HOVER]=!1,a.supportsTransitionEnd()&&t(this.tip).hasClass(p.FADE)?t(r).one(a.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(g.TOOLTIP_INNER),this.getTitle()),e.removeClass(p.FADE+" "+p.SHOW)},m.setElementContent=function(e,n){var r=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?r?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[r?"html":"text"](n)},m.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},m._getAttachment=function(t){return c[t.toUpperCase()]},m._setListeners=function(){var e=this,n=this.config.trigger.split(" ");n.forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==v.MANUAL){var r=n===v.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,i=n===v.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(r,e.config.selector,function(t){return e._enter(t)}).on(i,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},m._enter=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusin"===e.type?v.FOCUS:v.HOVER]=!0),t(n.getTipElement()).hasClass(p.SHOW)||n._hoverState===h.SHOW?n._hoverState=h.SHOW:(clearTimeout(n._timeout),n._hoverState=h.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===h.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var r=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(r))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(r,n)),e&&(n._activeTrigger["focusout"===e.type?v.FOCUS:v.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=h.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===h.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=o({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),a.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(l);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(p.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},s._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new s(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(s,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return f}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return r}},{key:"DefaultType",get:function(){return u}}]),s}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=s,m._jQueryInterface},m}(e),p=function(t){var e="popover",n=".bs.popover",r=t.fn[e],a=new RegExp("(^|\\s)bs-popover\\S+","g"),s=o({},d.Default,{placement:"right",trigger:"click",content:"",template:''}),l=o({},d.DefaultType,{content:"(string|element|function)"}),u={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},f={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(r){var o,h;function d(){return r.apply(this,arguments)||this}h=r,(o=d).prototype=Object.create(h.prototype),o.prototype.constructor=o,o.__proto__=h;var p=d.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},p.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},p.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(c.CONTENT),n),e.removeClass(u.FADE+" "+u.SHOW)},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),r="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,r),t(this).data("bs.popover",n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},i(d,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return s}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return f}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(d);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=r,h._jQueryInterface},h}(e),g=function(t){var e="scrollspy",n=t.fn[e],r={offset:10,method:"auto",target:""},s={offset:"number",method:"string",target:"(string|element)"},l={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},u={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},c={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},f={OFFSET:"offset",POSITION:"position"},h=function(){function n(e,n){var r=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+c.NAV_LINKS+","+this._config.target+" "+c.LIST_ITEMS+","+this._config.target+" "+c.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(l.SCROLL,function(t){return r._process(t)}),this.refresh(),this._process()}var h=n.prototype;return h.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?f.OFFSET:f.POSITION,r="auto"===this._config.method?n:this._config.method,i=r===f.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight();var o=t.makeArray(t(this._selector));o.map(function(e){var n,o=a.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[r]().top+i,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},h.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},h._getConfig=function(n){if("string"!=typeof(n=o({},r,n)).target){var i=t(n.target).attr("id");i||(i=a.getUID(e),t(n.target).attr("id",i)),n.target="#"+i}return a.typeCheckConfig(e,n,s),n},h._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},h._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},h._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},h._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var r=this._targets[this._targets.length-1];this._activeTarget!==r&&this._activate(r)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var i=this._offsets.length;i--;){var o=this._activeTarget!==this._targets[i]&&t>=this._offsets[i]&&(void 0===this._offsets[i+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},s=function(){function e(t){this._element=t}var s=e.prototype;return s.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(r.ACTIVE)||t(this._element).hasClass(r.DISABLED))){var i,s,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],u=a.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;s=(s=t.makeArray(t(l).find(c)))[s.length-1]}var f=t.Event(n.HIDE,{relatedTarget:this._element}),h=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(f),t(this._element).trigger(h),!h.isDefaultPrevented()&&!f.isDefaultPrevented()){u&&(i=t(u)[0]),this._activate(this._element,l);var d=function(){var r=t.Event(n.HIDDEN,{relatedTarget:e._element}),i=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(r),t(e._element).trigger(i)};i?this._activate(i,i.parentNode,d):d()}}},s.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},s._activate=function(e,n,i){var s=this,l=("UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],u=i&&a.supportsTransitionEnd()&&l&&t(l).hasClass(r.FADE),c=function(){return s._transitionComplete(e,l,i)};l&&u?t(l).one(a.TRANSITION_END,c).emulateTransitionEnd(150):c()},s._transitionComplete=function(e,n,i){if(n){t(n).removeClass(r.SHOW+" "+r.ACTIVE);var s=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];s&&t(s).removeClass(r.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(r.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),a.reflow(e),t(e).addClass(r.SHOW),e.parentNode&&t(e.parentNode).hasClass(r.DROPDOWN_MENU)){var l=t(e).closest(o.DROPDOWN)[0];l&&t(l).find(o.DROPDOWN_TOGGLE).addClass(r.ACTIVE),e.setAttribute("aria-expanded",!0)}i&&i()},e._jQueryInterface=function(n){return this.each(function(){var r=t(this),i=r.data("bs.tab");if(i||(i=new e(this),r.data("bs.tab",i)),"string"==typeof n){if(void 0===i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},i(e,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),s._jQueryInterface.call(t(this),"show")}),t.fn.tab=s._jQueryInterface,t.fn.tab.Constructor=s,t.fn.tab.noConflict=function(){return t.fn.tab=e,s._jQueryInterface},s}(e);(function(t){if(void 0===t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")})(e),t.Util=a,t.Alert=s,t.Button=l,t.Carousel=u,t.Collapse=c,t.Dropdown=f,t.Modal=h,t.Popover=p,t.Scrollspy=g,t.Tab=v,t.Tooltip=d,Object.defineProperty(t,"__esModule",{value:!0})}(e,n(0),n(2))},function(t,e,n){"use strict";n.r(e);var r=n(5),i=n.n(r),o=n(0),a=n.n(o),s=(n(8),n(2),n(4)),l=n.n(s);n(7),n(6);a()(function(){a.a.getJSON("data/screenshots.json",function(t){a.a.getJSON("data/spider_result.json",function(e){var n=a()("tbody");a.a.each(e,function(e,r){var o,s,u=a()(document.createElement("tr")),c=null;"DE:ORTSVERBAND"===r.meta.level?c="OV":"DE:KREISVERBAND"===r.meta.level?c="KV":"DE:LANDESVERBAND"===r.meta.level&&(c="LV"),u.append(""+(null===c?"":c)+""),u.append(""+(null===r.meta.state?"":r.meta.state)+""),u.append(""+(null===r.meta.district?"":r.meta.district)+""),u.append(""+(null===r.meta.city?"":r.meta.city)+""),u.append(''+(o=l.a.toUnicode(r.input_url),s=60,o.length>s&&(o=o.substring(0,s)+"…"),o)+""),u.append(""+r.score.toFixed(1)+"");var f=i.a.join(r.details.ipv4_addresses,", ");u.append(''+(""===f?"❌":f)+""),u.append(''+(r.result.SITE_REACHABLE.value?"✅":"❌")+"");var h="bad";r.result.HTTP_RESPONSE_DURATION.score>0&&(h="medium"),r.result.HTTP_RESPONSE_DURATION.score>.5&&(h="good"),u.append(''+r.result.HTTP_RESPONSE_DURATION.value+" ms");var d=r.result.FAVICON.value;u.append(''+(d?'':"❌")+"");var p=r.result.WWW_OPTIONAL.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.CANONICAL_URL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.HTTPS.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.FEEDS.value;u.append(''+(m?"✅":"❌")+"");var _=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(_='M',_+='D'));u.append(''+(_||"❌")+""),u.append(''+(r.details.cms?r.details.cms:"")+""),n.append(u)}),a()("table.table").DataTable({order:[[0,"asc"]],paging:!1,pageLength:1e4,language:{search:"Suche"}})})})})}]); \ No newline at end of file diff --git a/webapp/dist/data/spider_result.json b/webapp/dist/data/spider_result.json index 477c06a..ee038f1 100644 --- a/webapp/dist/data/spider_result.json +++ b/webapp/dist/data/spider_result.json @@ -4,6 +4,7 @@ "canonical_urls": [ "http://die-gruenen-bissendorf.de/" ], + "cms": "joomla", "feeds": [ "http://die-gruenen-bissendorf.de/index.php?format=feed&type=rss" ], @@ -62,7 +63,7 @@ "opengraph": null, "title": "Willkommen bei den Grünen in Bissendorf" }, - "duration": 147, + "duration": 208, "error": null, "status_code": 200, "url": "http://die-gruenen-bissendorf.de/" @@ -101,7 +102,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 147 + "value": 208 }, "SITE_REACHABLE": { "score": 1, @@ -119,6 +120,7 @@ "canonical_urls": [ "http://die-gruenen-burscheid.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://die-gruenen-burscheid.de/comments/feed/", "http://die-gruenen-burscheid.de/feed/" @@ -187,15 +189,15 @@ "generator": null, "icon": "http://die-gruenen-burscheid.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die Grünen in Burscheid" }, - "duration": 665, + "duration": 962, "error": null, "status_code": 200, "url": "http://die-gruenen-burscheid.de/" @@ -234,7 +236,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 665 + "value": 962 }, "SITE_REACHABLE": { "score": 1, @@ -252,6 +254,7 @@ "canonical_urls": [ "http://die-gruenen-meppen.de/" ], + "cms": "wordpress", "feeds": [ "http://die-gruenen-meppen.de/?feed=rss2" ], @@ -309,7 +312,7 @@ "opengraph": null, "title": "Startseite - Die GRÜNEN in Meppen" }, - "duration": 556, + "duration": 545, "error": null, "status_code": 200, "url": "http://die-gruenen-meppen.de/" @@ -348,7 +351,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 556 + "value": 545 }, "SITE_REACHABLE": { "score": 1, @@ -366,6 +369,7 @@ "canonical_urls": [ "http://diegruenen-scheessel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "diegruenen-scheessel.de": { @@ -424,7 +428,7 @@ "opengraph": null, "title": "Ortsverband Scheeßel: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://diegruenen-scheessel.de/startseite/" @@ -464,7 +468,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -482,6 +486,7 @@ "canonical_urls": [ "http://gruene-abgland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-abgland.de": { @@ -540,7 +545,7 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN Altenburg: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-abgland.de/startseite/" @@ -580,7 +585,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -598,6 +603,7 @@ "canonical_urls": [ "http://gruene-ak.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ak.de": { @@ -656,7 +662,7 @@ "opengraph": null, "title": "Kreisverband Altenkirchen: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-ak.de/home/" @@ -696,7 +702,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -714,6 +720,7 @@ "canonical_urls": [ "http://gruene-alfter.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-alfter.de/comments/feed/", "http://gruene-alfter.de/feed/" @@ -782,15 +789,15 @@ "generator": null, "icon": "http://gruene-alfter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Alfter" }, - "duration": 791, + "duration": 855, "error": null, "status_code": 200, "url": "http://gruene-alfter.de/" @@ -829,7 +836,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 791 + "value": 855 }, "SITE_REACHABLE": { "score": 1, @@ -847,6 +854,7 @@ "canonical_urls": [ "http://gruene-altmark.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-altmark.de/comments/feed/", "http://gruene-altmark.de/feed/" @@ -915,14 +923,14 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 524, + "duration": 534, "error": null, "status_code": 200, "url": "http://gruene-altmark.de/" @@ -961,7 +969,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 524 + "value": 534 }, "SITE_REACHABLE": { "score": 1, @@ -979,6 +987,7 @@ "canonical_urls": [ "http://gruene-altmark.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-altmark.de/comments/feed/", "http://gruene-altmark.de/feed/" @@ -1047,14 +1056,14 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 540, + "duration": 589, "error": null, "status_code": 200, "url": "http://gruene-altmark.de/" @@ -1093,7 +1102,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 540 + "value": 589 }, "SITE_REACHABLE": { "score": 1, @@ -1111,6 +1120,7 @@ "canonical_urls": [ "http://gruene-altrip.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-altrip.de": { @@ -1169,7 +1179,7 @@ "opengraph": null, "title": "GRÜNE Altrip: Home" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-altrip.de/home/" @@ -1209,7 +1219,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -1227,6 +1237,7 @@ "canonical_urls": [ "http://gruene-alzey-worms.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-alzey-worms.de": { @@ -1285,7 +1296,7 @@ "opengraph": null, "title": "KV Alzey-Worms: Startseite" }, - "duration": 31, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-alzey-worms.de/startseite/" @@ -1325,7 +1336,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 74 }, "SITE_REACHABLE": { "score": 1, @@ -1343,6 +1354,7 @@ "canonical_urls": [ "http://gruene-apen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-apen.de/comments/feed/", "http://gruene-apen.de/feed/" @@ -1400,15 +1412,15 @@ "generator": null, "icon": "http://gruene-apen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Apen" }, - "duration": 289, + "duration": 278, "error": null, "status_code": 200, "url": "http://gruene-apen.de/" @@ -1447,7 +1459,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 289 + "value": 278 }, "SITE_REACHABLE": { "score": 1, @@ -1465,6 +1477,7 @@ "canonical_urls": [ "http://gruene-bad-honnef.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bad-honnef.de/comments/feed/", "http://gruene-bad-honnef.de/feed/", @@ -1535,15 +1548,15 @@ "generator": null, "icon": "http://gruene-bad-honnef.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Bad Honnef" }, - "duration": 39, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-bad-honnef.de/" @@ -1582,7 +1595,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -1600,6 +1613,7 @@ "canonical_urls": [ "http://gruene-barnstorf.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-barnstorf.de/index.php?format=feed&type=rss" ], @@ -1658,7 +1672,7 @@ "opengraph": null, "title": "Willkommen!" }, - "duration": 96, + "duration": 153, "error": null, "status_code": 200, "url": "http://gruene-barnstorf.de/" @@ -1695,9 +1709,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 96 + "value": 153 }, "SITE_REACHABLE": { "score": 1, @@ -1708,7 +1722,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -1718,6 +1732,7 @@ "https://gruene-barsinghausen.de/", "https://www.gruene-barsinghausen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-barsinghausen.de": { @@ -1779,7 +1794,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 105, + "duration": 124, "error": null, "status_code": 200, "url": "http://gruene-barsinghausen.de/" @@ -1794,7 +1809,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 120, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-barsinghausen.de/" @@ -1809,7 +1824,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 194, + "duration": 220, "error": null, "status_code": 200, "url": "https://gruene-barsinghausen.de/" @@ -1824,7 +1839,7 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 153, + "duration": 197, "error": null, "status_code": 200, "url": "https://www.gruene-barsinghausen.de/" @@ -1858,13 +1873,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 167 }, "SITE_REACHABLE": { "score": 1, @@ -1875,13 +1890,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-bernkastel-wittlich.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bernkastel-wittlich.de": { @@ -1940,7 +1956,7 @@ "opengraph": null, "title": "Kreisverband Bernkastel-Wittlich: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-bernkastel-wittlich.de/startseite/" @@ -1980,7 +1996,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -1998,6 +2014,7 @@ "canonical_urls": [ "http://gruene-beverstedt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-beverstedt.de/?feed=comments-rss2", "http://gruene-beverstedt.de/?feed=rss2" @@ -2055,15 +2072,15 @@ "generator": null, "icon": "http://gruene-beverstedt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "B90-Grüne Beverstedt" }, - "duration": 139, + "duration": 151, "error": null, "status_code": 200, "url": "http://gruene-beverstedt.de/" @@ -2102,7 +2119,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 139 + "value": 151 }, "SITE_REACHABLE": { "score": 1, @@ -2120,6 +2137,7 @@ "canonical_urls": [ "http://gruene-bezirksverband-mittelrhein.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bezirksverband-mittelrhein.de/comments/feed/", "http://gruene-bezirksverband-mittelrhein.de/feed/" @@ -2188,15 +2206,15 @@ "generator": null, "icon": "http://gruene-bezirksverband-mittelrhein.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband von BÜNDNIS 90/DIE GRÜNEN » GRÜNE Mittelrhein" }, - "duration": 39, + "duration": 73, "error": null, "status_code": 200, "url": "http://gruene-bezirksverband-mittelrhein.de/" @@ -2235,7 +2253,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -2253,6 +2271,7 @@ "canonical_urls": [ "http://gruene-birkenfeld.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-birkenfeld.de": { @@ -2311,7 +2330,7 @@ "opengraph": null, "title": "Kreisverband Birkenfeld: Home" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-birkenfeld.de/home/" @@ -2351,7 +2370,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -2369,6 +2388,7 @@ "canonical_urls": [ "http://gruene-blieskastel.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-blieskastel.de/comments/feed", "http://gruene-blieskastel.de/feed" @@ -2437,7 +2457,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Blieskastel | Grün wirkt!" }, - "duration": 706, + "duration": 684, "error": null, "status_code": 200, "url": "http://gruene-blieskastel.de/" @@ -2477,7 +2497,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 706 + "value": 684 }, "SITE_REACHABLE": { "score": 1, @@ -2495,6 +2515,7 @@ "canonical_urls": [ "http://gruene-blk.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-blk.de": { @@ -2553,7 +2574,7 @@ "opengraph": null, "title": "KV Burgenlandkreis: Startseite" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-blk.de/startseite/" @@ -2593,7 +2614,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -2611,6 +2632,7 @@ "canonical_urls": [ "http://gruene-bornheim.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bornheim.de": { @@ -2669,7 +2691,7 @@ "opengraph": null, "title": "Ortsverband Bornheim: Home" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bornheim.de/home/" @@ -2709,7 +2731,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -2727,6 +2749,7 @@ "canonical_urls": [ "https://gruene-bous.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-bous.de/comments/feed/", "https://gruene-bous.de/feed/" @@ -2791,7 +2814,7 @@ "opengraph": null, "title": "Ortsverband Bous - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 309, + "duration": 313, "error": null, "status_code": 200, "url": "https://gruene-bous.de/" @@ -2823,13 +2846,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 309 + "value": 313 }, "SITE_REACHABLE": { "score": 1, @@ -2840,13 +2863,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-braunschweig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-braunschweig.de/comments/feed/", "http://gruene-braunschweig.de/feed/" @@ -2915,17 +2939,17 @@ "generator": null, "icon": "http://gruene-braunschweig.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne in BraunschweigGrüne Braunschweig" }, - "duration": 739, + "duration": 813, "error": null, "status_code": 200, "url": "http://gruene-braunschweig.de/" @@ -2964,7 +2988,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 739 + "value": 813 }, "SITE_REACHABLE": { "score": 1, @@ -2982,6 +3006,7 @@ "canonical_urls": [ "http://gruene-bremen-nordost.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-nordost.de": { @@ -3040,7 +3065,7 @@ "opengraph": null, "title": "KV Bremen-Nordost: Home" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-bremen-nordost.de/home/" @@ -3080,7 +3105,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -3098,6 +3123,7 @@ "canonical_urls": [ "http://gruene-bremen-ost.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-ost.de": { @@ -3156,7 +3182,7 @@ "opengraph": null, "title": "Kreisverband Bremen-Ost: Startseite" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-bremen-ost.de/startseite/" @@ -3196,7 +3222,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -3214,6 +3240,7 @@ "canonical_urls": [ "http://gruene-bremervoerde.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremervoerde.de": { @@ -3272,7 +3299,7 @@ "opengraph": null, "title": "B90/GRÜNE OV Bremervörde: Aktuelles" }, - "duration": 34, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-bremervoerde.de/aktuelles/" @@ -3312,7 +3339,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3330,6 +3357,7 @@ "canonical_urls": [ "http://gruene-buchholz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-buchholz.de": { @@ -3388,7 +3416,7 @@ "opengraph": null, "title": "GRÜNE BUCHHOLZ: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-buchholz.de/startseite/" @@ -3428,7 +3456,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -3449,6 +3477,7 @@ "https://gruene-burgdorf.de/", "https://www.gruene-burgdorf.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-burgdorf.de": { @@ -3510,7 +3539,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 101, + "duration": 143, "error": null, "status_code": 200, "url": "http://gruene-burgdorf.de/" @@ -3525,7 +3554,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 120, + "duration": 131, "error": null, "status_code": 200, "url": "http://www.gruene-burgdorf.de/" @@ -3540,7 +3569,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 159, + "duration": 229, "error": null, "status_code": 200, "url": "https://gruene-burgdorf.de/" @@ -3555,7 +3584,7 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 144, + "duration": 231, "error": null, "status_code": 200, "url": "https://www.gruene-burgdorf.de/" @@ -3589,13 +3618,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 131 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -3606,13 +3635,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-cremlingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cremlingen.de": { @@ -3671,7 +3701,7 @@ "opengraph": null, "title": "Gemeindeverband Cremlingen: Startseite" }, - "duration": 32, + "duration": 81, "error": null, "status_code": 200, "url": "http://gruene-cremlingen.de/startseite/" @@ -3711,7 +3741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 81 }, "SITE_REACHABLE": { "score": 1, @@ -3729,6 +3759,7 @@ "canonical_urls": [ "http://gruene-cw.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cw.de": { @@ -3787,7 +3818,7 @@ "opengraph": null, "title": "KV Charlottenburg-Wilmersdorf: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-cw.de/aktuelles/" @@ -3827,7 +3858,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3845,6 +3876,7 @@ "canonical_urls": [ "http://gruene-donnersberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-donnersberg.de": { @@ -3903,7 +3935,7 @@ "opengraph": null, "title": "Kreisverband Donnersberg: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-donnersberg.de/home/" @@ -3943,7 +3975,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -3962,6 +3994,7 @@ "http://gruene-dudenhofen.de/", "http://www.gruene-dudenhofen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dudenhofen.de": { @@ -4024,7 +4057,7 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 26, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-dudenhofen.de/" @@ -4039,7 +4072,7 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 24, + "duration": 55, "error": null, "status_code": 200, "url": "http://www.gruene-dudenhofen.de/" @@ -4081,7 +4114,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 25 + "value": 59 }, "SITE_REACHABLE": { "score": 1, @@ -4099,6 +4132,7 @@ "canonical_urls": [ "https://gruene-dudweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dudweiler.de/comments/feed/", "https://gruene-dudweiler.de/feed/" @@ -4163,7 +4197,7 @@ "opengraph": null, "title": "Ortsverband Dudweiler - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 321, + "duration": 449, "error": null, "status_code": 200, "url": "https://gruene-dudweiler.de/" @@ -4195,13 +4229,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 321 + "value": 449 }, "SITE_REACHABLE": { "score": 1, @@ -4212,13 +4246,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-eaf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eaf.de": { @@ -4277,7 +4312,7 @@ "opengraph": null, "title": "OV Elm-Asse-Fallstein: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-eaf.de/startseite/" @@ -4317,7 +4352,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -4335,6 +4370,7 @@ "canonical_urls": [ "http://gruene-eln.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eln.de": { @@ -4393,7 +4429,7 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN KV Emsland Nord: Startseite" }, - "duration": 31, + "duration": 90, "error": null, "status_code": 200, "url": "http://gruene-eln.de/startseite/" @@ -4433,7 +4469,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 90 }, "SITE_REACHABLE": { "score": 1, @@ -4451,6 +4487,7 @@ "canonical_urls": [ "https://gruene-ensdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ensdorf.de/comments/feed/", "https://gruene-ensdorf.de/feed/" @@ -4515,7 +4552,7 @@ "opengraph": null, "title": "Ortsverband Ensdorf - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 244, + "duration": 333, "error": null, "status_code": 200, "url": "https://gruene-ensdorf.de/" @@ -4547,13 +4584,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 244 + "value": 333 }, "SITE_REACHABLE": { "score": 1, @@ -4564,13 +4601,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-essen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-essen.de/comments/feed/", "http://gruene-essen.de/feed/" @@ -4628,16 +4666,16 @@ "generator": null, "icon": "http://gruene-essen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Essen" }, - "duration": 225, + "duration": 239, "error": null, "status_code": 200, "url": "http://gruene-essen.de/" @@ -4676,7 +4714,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 239 }, "SITE_REACHABLE": { "score": 1, @@ -4694,6 +4732,7 @@ "canonical_urls": [ "http://gruene-frankenthal.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frankenthal.de": { @@ -4752,7 +4791,7 @@ "opengraph": null, "title": "Kreisverband Frankenthal: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-frankenthal.de/home/" @@ -4792,7 +4831,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -4810,6 +4849,7 @@ "canonical_urls": [ "https://gruene-friedrichsthal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-friedrichsthal.de/comments/feed/", "https://gruene-friedrichsthal.de/feed/" @@ -4874,7 +4914,7 @@ "opengraph": null, "title": "Ortsverband Friedrichsthal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 251, + "duration": 407, "error": null, "status_code": 200, "url": "https://gruene-friedrichsthal.de/" @@ -4906,13 +4946,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 251 + "value": 407 }, "SITE_REACHABLE": { "score": 1, @@ -4923,7 +4963,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -4933,6 +4973,7 @@ "https://gruene-garbsen.de/", "https://www.gruene-garbsen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-garbsen.de": { @@ -4994,7 +5035,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 94, + "duration": 124, "error": null, "status_code": 200, "url": "http://gruene-garbsen.de/" @@ -5009,7 +5050,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 99, + "duration": 128, "error": null, "status_code": 200, "url": "http://www.gruene-garbsen.de/" @@ -5024,7 +5065,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 136, + "duration": 217, "error": null, "status_code": 200, "url": "https://gruene-garbsen.de/" @@ -5039,7 +5080,7 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 136, + "duration": 206, "error": null, "status_code": 200, "url": "https://www.gruene-garbsen.de/" @@ -5073,13 +5114,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 116 + "value": 169 }, "SITE_REACHABLE": { "score": 1, @@ -5090,13 +5131,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-ger.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ger.de": { @@ -5155,7 +5197,7 @@ "opengraph": null, "title": "B90/GRÜNE KV Germersheim: Home" }, - "duration": 51, + "duration": 92, "error": null, "status_code": 200, "url": "http://gruene-ger.de/home/" @@ -5195,7 +5237,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 51 + "value": 92 }, "SITE_REACHABLE": { "score": 1, @@ -5213,6 +5255,7 @@ "canonical_urls": [ "http://gruene-gera.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gera.de": { @@ -5271,7 +5314,7 @@ "opengraph": null, "title": "Grünes Gera: Willkommen bei den Geraer Grünen" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-gera.de/startseite/" @@ -5311,7 +5354,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -5329,6 +5372,7 @@ "canonical_urls": [ "https://gruene-gersheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-gersheim.de/comments/feed/", "https://gruene-gersheim.de/feed/" @@ -5393,7 +5437,7 @@ "opengraph": null, "title": "Ortsverband Gersheim - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 278, + "duration": 353, "error": null, "status_code": 200, "url": "https://gruene-gersheim.de/" @@ -5425,13 +5469,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 278 + "value": 353 }, "SITE_REACHABLE": { "score": 1, @@ -5442,13 +5486,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-gotha.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gotha.de": { @@ -5507,7 +5552,7 @@ "opengraph": null, "title": "Für mehr Grün im Landkreis: Aktuelles" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-gotha.de/aktuelles/" @@ -5547,7 +5592,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -5565,6 +5610,7 @@ "canonical_urls": [ "http://gruene-greiz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-greiz.de": { @@ -5623,7 +5669,7 @@ "opengraph": null, "title": "Kreisverband Greiz: Startseite" }, - "duration": 30, + "duration": 83, "error": null, "status_code": 200, "url": "http://gruene-greiz.de/startseite/" @@ -5663,7 +5709,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 83 }, "SITE_REACHABLE": { "score": 1, @@ -5682,6 +5728,7 @@ "http://gruene-halberg.de/", "http://www.gruene-halberg.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-halberg.de": { @@ -5744,7 +5791,7 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 31, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-halberg.de/" @@ -5759,7 +5806,7 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 29, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-halberg.de/" @@ -5801,7 +5848,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -5822,6 +5869,7 @@ "https://gruene-hemmingen.de/", "https://www.gruene-hemmingen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-hemmingen.de": { @@ -5883,7 +5931,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 105, + "duration": 126, "error": null, "status_code": 200, "url": "http://gruene-hemmingen.de/" @@ -5898,7 +5946,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 100, + "duration": 139, "error": null, "status_code": 200, "url": "http://www.gruene-hemmingen.de/" @@ -5913,7 +5961,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 153, + "duration": 238, "error": null, "status_code": 200, "url": "https://gruene-hemmingen.de/" @@ -5928,7 +5976,7 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 141, + "duration": 208, "error": null, "status_code": 200, "url": "https://www.gruene-hemmingen.de/" @@ -5962,13 +6010,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 125 + "value": 178 }, "SITE_REACHABLE": { "score": 1, @@ -5979,13 +6027,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-hennef.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hennef.de": { @@ -6044,7 +6093,7 @@ "opengraph": null, "title": "B90/GRÜNE Hennef: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-hennef.de/aktuelles/" @@ -6084,7 +6133,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -6102,6 +6151,7 @@ "canonical_urls": [ "https://gruene-heusweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-heusweiler.de/comments/feed/", "https://gruene-heusweiler.de/feed/" @@ -6166,7 +6216,7 @@ "opengraph": null, "title": "Grüne Heusweiler - Stark für die Region !" }, - "duration": 235, + "duration": 325, "error": null, "status_code": 200, "url": "https://gruene-heusweiler.de/" @@ -6198,13 +6248,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 235 + "value": 325 }, "SITE_REACHABLE": { "score": 1, @@ -6215,13 +6265,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-hollenstedt.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hollenstedt.de": { @@ -6280,7 +6331,7 @@ "opengraph": null, "title": "Grüner Ortsverband Hollenstedt: Aktuelles" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hollenstedt.de/aktuelles/" @@ -6320,7 +6371,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -6338,6 +6389,7 @@ "canonical_urls": [ "http://www.gruene-homburg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-homburg.de/?feed=rss2" ], @@ -6378,7 +6430,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -6386,7 +6438,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-homburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -6406,7 +6458,7 @@ "opengraph": null, "title": "Startseite - Grüne Homburg" }, - "duration": 663, + "duration": 709, "error": null, "status_code": 200, "url": "http://www.gruene-homburg.de/" @@ -6445,7 +6497,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 663 + "value": 709 }, "SITE_REACHABLE": { "score": 1, @@ -6463,6 +6515,7 @@ "canonical_urls": [ "http://gruene-igb.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-igb.de": { @@ -6514,7 +6567,7 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen St. Ingbert" }, - "duration": 26, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-igb.de/" @@ -6555,7 +6608,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 26 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -6573,6 +6626,7 @@ "canonical_urls": [ "http://gruene-im-vest.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-im-vest.de": { @@ -6631,7 +6685,7 @@ "opengraph": null, "title": "KV Recklinghausen: Home" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-im-vest.de/home/" @@ -6671,7 +6725,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -6689,6 +6743,7 @@ "canonical_urls": [ "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-im-weimarer-land.de": { @@ -6747,7 +6802,7 @@ "opengraph": null, "title": "GRÜNE IM WEIMARER LAND: Grüne Neuigkeiten" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" @@ -6787,7 +6842,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -6808,6 +6863,7 @@ "https://gruene-isernhagen.de/", "https://www.gruene-isernhagen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-isernhagen.de": { @@ -6869,7 +6925,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 98, + "duration": 139, "error": null, "status_code": 200, "url": "http://gruene-isernhagen.de/" @@ -6884,7 +6940,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 100, + "duration": 160, "error": null, "status_code": 200, "url": "http://www.gruene-isernhagen.de/" @@ -6899,7 +6955,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 178, + "duration": 210, "error": null, "status_code": 200, "url": "https://gruene-isernhagen.de/" @@ -6914,7 +6970,7 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 148, + "duration": 228, "error": null, "status_code": 200, "url": "https://www.gruene-isernhagen.de/" @@ -6948,13 +7004,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 131 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -6965,13 +7021,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-jena.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-jena.de": { @@ -7030,7 +7087,7 @@ "opengraph": null, "title": "Die Grünen in Jena: AKTUELLES" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-jena.de/aktuelles/" @@ -7070,7 +7127,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -7088,6 +7145,7 @@ "canonical_urls": [ "http://gruene-jerichower-land.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-jerichower-land.de/comments/feed/", "http://gruene-jerichower-land.de/feed/" @@ -7129,7 +7187,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -7137,7 +7195,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-jerichower-land.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -7156,15 +7214,15 @@ "generator": null, "icon": "http://gruene-jerichower-land.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Jerichower Land" }, - "duration": 517, + "duration": 361, "error": null, "status_code": 200, "url": "http://gruene-jerichower-land.de/" @@ -7203,7 +7261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 517 + "value": 361 }, "SITE_REACHABLE": { "score": 1, @@ -7221,6 +7279,7 @@ "canonical_urls": [ "https://www.gruene-kassel.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-kassel.de": { @@ -7267,14 +7326,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Bündnis 90/Die Grünen Kassel" }, - "duration": 122, + "duration": 203, "error": null, "status_code": 200, "url": "https://www.gruene-kassel.de/" @@ -7308,13 +7367,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 122 + "value": 203 }, "SITE_REACHABLE": { "score": 1, @@ -7325,13 +7384,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-kl.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kl.de": { @@ -7390,7 +7450,7 @@ "opengraph": null, "title": "Kaiserslautern Stadt/Land: Home - Aktuelles" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-kl.de/home-aktuelles/" @@ -7430,7 +7490,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -7448,6 +7508,7 @@ "canonical_urls": [ "https://gruene-kleinblittersdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kleinblittersdorf.de/comments/feed/", "https://gruene-kleinblittersdorf.de/feed/" @@ -7512,7 +7573,7 @@ "opengraph": null, "title": "Ortsverband Kleinblittersdorf - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 301, + "duration": 330, "error": null, "status_code": 200, "url": "https://gruene-kleinblittersdorf.de/" @@ -7544,13 +7605,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 330 }, "SITE_REACHABLE": { "score": 1, @@ -7561,13 +7622,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-koblenz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-koblenz.de": { @@ -7626,7 +7688,7 @@ "opengraph": null, "title": "Kreisverband Koblenz: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-koblenz.de/home/" @@ -7666,7 +7728,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -7684,6 +7746,7 @@ "canonical_urls": [ "https://www.gruene-krummhoern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-krummhoern.de/comments/feed", "https://www.gruene-krummhoern.de/feed" @@ -7746,15 +7809,15 @@ "generator": null, "icon": "https://www.gruene-krummhoern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Krummhörn" }, - "duration": 123, + "duration": 196, "error": null, "status_code": 200, "url": "https://www.gruene-krummhoern.de/" @@ -7786,13 +7849,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 123 + "value": 196 }, "SITE_REACHABLE": { "score": 1, @@ -7803,13 +7866,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-kusel.de/willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kusel.de": { @@ -7868,7 +7932,7 @@ "opengraph": null, "title": "Kreisverband Kusel: Willkommen" }, - "duration": 30, + "duration": 112, "error": null, "status_code": 200, "url": "http://gruene-kusel.de/willkommen/" @@ -7906,9 +7970,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 30 + "value": 112 }, "SITE_REACHABLE": { "score": 1, @@ -7919,13 +7983,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-kv-borken.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kv-borken.de/comments/feed/", "http://gruene-kv-borken.de/feed/" @@ -7994,17 +8059,17 @@ "generator": null, "icon": "http://gruene-kv-borken.de/wp-content/themes/1507917786-b0aO66/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "KV BORKENVORSTAND DES KV BORKEN" }, - "duration": 682, + "duration": 748, "error": null, "status_code": 200, "url": "http://gruene-kv-borken.de/" @@ -8043,7 +8108,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 682 + "value": 748 }, "SITE_REACHABLE": { "score": 1, @@ -8061,6 +8126,7 @@ "canonical_urls": [ "http://gruene-kv-brb.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-brb.de": { @@ -8119,7 +8185,7 @@ "opengraph": null, "title": "Brandenburg an der Havel: Home" }, - "duration": 30, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-kv-brb.de/home/" @@ -8159,7 +8225,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -8177,6 +8243,7 @@ "canonical_urls": [ "http://gruene-kv-lauenburg.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-lauenburg.de": { @@ -8235,7 +8302,7 @@ "opengraph": null, "title": "Herzogtum Lauenburg: Home – Aktuelles" }, - "duration": 31, + "duration": 77, "error": null, "status_code": 200, "url": "http://gruene-kv-lauenburg.de/home-aktuelles/" @@ -8275,7 +8342,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 77 }, "SITE_REACHABLE": { "score": 1, @@ -8293,6 +8360,7 @@ "canonical_urls": [ "http://gruene-kv-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-stade.de": { @@ -8351,7 +8419,7 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 45, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" @@ -8391,7 +8459,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 45 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -8412,6 +8480,7 @@ "https://gruene-laatzen.de/", "https://www.gruene-laatzen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-laatzen.de": { @@ -8473,7 +8542,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 96, + "duration": 153, "error": null, "status_code": 200, "url": "http://gruene-laatzen.de/" @@ -8488,7 +8557,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 94, + "duration": 152, "error": null, "status_code": 200, "url": "http://www.gruene-laatzen.de/" @@ -8503,7 +8572,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 146, + "duration": 207, "error": null, "status_code": 200, "url": "https://gruene-laatzen.de/" @@ -8518,7 +8587,7 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 141, + "duration": 214, "error": null, "status_code": 200, "url": "https://www.gruene-laatzen.de/" @@ -8552,13 +8621,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 119 + "value": 182 }, "SITE_REACHABLE": { "score": 1, @@ -8569,13 +8638,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruene-lebach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-lebach.de/comments/feed/", "https://gruene-lebach.de/feed/" @@ -8640,7 +8710,7 @@ "opengraph": null, "title": "Ortsverband Lebach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 299, + "duration": 344, "error": null, "status_code": 200, "url": "https://gruene-lebach.de/" @@ -8672,13 +8742,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 299 + "value": 344 }, "SITE_REACHABLE": { "score": 1, @@ -8689,13 +8759,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-leichlingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-leichlingen.de": { @@ -8754,7 +8825,7 @@ "opengraph": null, "title": "Ortsverband Leichlingen: Home" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-leichlingen.de/home/" @@ -8794,7 +8865,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -8812,6 +8883,7 @@ "canonical_urls": [ "http://gruene-lichtenberg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-lichtenberg.de/comments/feed/", "http://gruene-lichtenberg.de/feed/" @@ -8853,7 +8925,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -8861,7 +8933,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-lichtenberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -8880,16 +8952,16 @@ "generator": null, "icon": "http://gruene-lichtenberg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 589, + "duration": 695, "error": null, "status_code": 200, "url": "http://gruene-lichtenberg.de/" @@ -8928,7 +9000,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 589 + "value": 695 }, "SITE_REACHABLE": { "score": 1, @@ -8946,6 +9018,7 @@ "canonical_urls": [ "http://gruene-limburgerhof.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-limburgerhof.de": { @@ -9004,7 +9077,7 @@ "opengraph": null, "title": "Ortsverband Limburgerhof: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-limburgerhof.de/startseite/" @@ -9044,7 +9117,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -9062,6 +9135,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9120,7 +9194,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 34, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9160,7 +9234,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -9178,6 +9252,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9236,7 +9311,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 33, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9276,7 +9351,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -9294,6 +9369,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9352,7 +9428,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9392,7 +9468,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -9410,6 +9486,7 @@ "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -9468,7 +9545,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 38, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -9508,7 +9585,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -9526,6 +9603,7 @@ "canonical_urls": [ "http://gruene-magdeburg.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-magdeburg.de": { @@ -9584,7 +9662,7 @@ "opengraph": null, "title": "Kreisverband Magdeburg: Start" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-magdeburg.de/start/" @@ -9624,7 +9702,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -9642,6 +9720,7 @@ "canonical_urls": [ "http://gruene-main-kinzig.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-main-kinzig.de": { @@ -9700,7 +9779,7 @@ "opengraph": null, "title": "Kreisverband Main-Kinzig: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-main-kinzig.de/home/" @@ -9740,7 +9819,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -9758,6 +9837,7 @@ "canonical_urls": [ "http://gruene-mansfeld-suedharz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mansfeld-suedharz.de": { @@ -9816,7 +9896,7 @@ "opengraph": null, "title": "KV Mansfeld-Südharz: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-mansfeld-suedharz.de/home/" @@ -9856,7 +9936,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -9874,6 +9954,7 @@ "canonical_urls": [ "http://gruene-meckenheim.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-meckenheim.de": { @@ -9925,7 +10006,7 @@ "opengraph": null, "title": "Die Gruenen in Meckenheim" }, - "duration": 47, + "duration": 93, "error": null, "status_code": 200, "url": "http://gruene-meckenheim.de/" @@ -9966,7 +10047,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 47 + "value": 93 }, "SITE_REACHABLE": { "score": 1, @@ -9984,6 +10065,7 @@ "canonical_urls": [ "https://gruene-mitte.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-mitte.de/comments/feed/", "https://gruene-mitte.de/feed/", @@ -10048,18 +10130,18 @@ "generator": null, "icon": "https://gruene-mitte.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:image", + "og:image:secure_url", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen - Bündnis 90 Die Grünen Berlin-MitteGrüne Mitte" }, - "duration": 642, + "duration": 739, "error": null, "status_code": 200, "url": "https://gruene-mitte.de/" @@ -10091,13 +10173,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 642 + "value": 739 }, "SITE_REACHABLE": { "score": 1, @@ -10108,13 +10190,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-mv.de/start/" ], + "cms": "typo3-gcms", "feeds": [ "https://gruene-mv.de/index.php?id=178197&type=100" ], @@ -10177,7 +10260,7 @@ "opengraph": null, "title": "Mecklenburg-Vorpommern: Start" }, - "duration": 110, + "duration": 216, "error": null, "status_code": 200, "url": "https://gruene-mv.de/start/" @@ -10209,13 +10292,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 110 + "value": 216 }, "SITE_REACHABLE": { "score": 1, @@ -10226,13 +10309,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-neumuenster.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neumuenster.de": { @@ -10291,7 +10375,7 @@ "opengraph": null, "title": "Grüne Neumünster: Aktuelles" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-neumuenster.de/aktuelles/" @@ -10331,7 +10415,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -10349,6 +10433,7 @@ "canonical_urls": [ "http://gruene-neuwied.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neuwied.de": { @@ -10407,7 +10492,7 @@ "opengraph": null, "title": "Kreisverband Neuwied: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-neuwied.de/home/" @@ -10447,7 +10532,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -10465,6 +10550,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10523,7 +10609,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10563,7 +10649,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -10581,6 +10667,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10639,7 +10726,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10679,7 +10766,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -10697,6 +10784,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10755,7 +10843,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 34, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10795,7 +10883,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -10813,6 +10901,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10871,7 +10960,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -10911,7 +11000,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -10929,6 +11018,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -10987,7 +11077,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -11027,7 +11117,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -11045,6 +11135,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -11103,7 +11194,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -11143,7 +11234,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -11161,6 +11252,7 @@ "canonical_urls": [ "http://gruene-nks.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-nks.de/index.php/comments/feed/", "http://gruene-nks.de/index.php/feed/" @@ -11229,15 +11321,15 @@ "generator": null, "icon": "http://gruene-nks.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Neunkirchen-Seelscheid" }, - "duration": 196, + "duration": 225, "error": null, "status_code": 200, "url": "http://gruene-nks.de/" @@ -11276,7 +11368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 225 }, "SITE_REACHABLE": { "score": 1, @@ -11294,6 +11386,7 @@ "canonical_urls": [ "http://gruene-norden.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-norden.de": { @@ -11352,7 +11445,7 @@ "opengraph": null, "title": "Ortsverband Stadt Norden: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-norden.de/home/" @@ -11392,7 +11485,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -11410,6 +11503,7 @@ "canonical_urls": [ "http://gruene-northeim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim.de": { @@ -11468,7 +11562,7 @@ "opengraph": null, "title": "Ortsverband Northeim: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-northeim.de/startseite/" @@ -11508,7 +11602,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -11526,6 +11620,7 @@ "canonical_urls": [ "http://gruene-nw.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nw.de": { @@ -11584,7 +11679,7 @@ "opengraph": null, "title": "KV Neustadt a. d. Weinstrasse: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-nw.de/home/" @@ -11624,7 +11719,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -11642,6 +11737,7 @@ "canonical_urls": [ "https://gruene-oberbayern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-oberbayern.de/comments/feed/", "https://gruene-oberbayern.de/feed/" @@ -11704,15 +11800,15 @@ "generator": null, "icon": "https://gruene-oberbayern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Oberbayern" }, - "duration": 999, + "duration": 59, "error": null, "status_code": 200, "url": "https://gruene-oberbayern.de/" @@ -11744,13 +11840,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 999 + "value": 59 }, "SITE_REACHABLE": { "score": 1, @@ -11761,13 +11857,14 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://gruene-oberfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberfranken.de": { @@ -11826,7 +11923,7 @@ "opengraph": null, "title": "Grüne Oberfranken: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-oberfranken.de/startseite/" @@ -11866,7 +11963,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -11884,6 +11981,7 @@ "canonical_urls": [ "https://gruene-ottweiler.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ottweiler.de/comments/feed/", "https://gruene-ottweiler.de/feed/" @@ -11948,7 +12046,7 @@ "opengraph": null, "title": "Ortsverband Ottweiler - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 255, + "duration": 314, "error": null, "status_code": 200, "url": "https://gruene-ottweiler.de/" @@ -11980,13 +12078,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 255 + "value": 314 }, "SITE_REACHABLE": { "score": 1, @@ -11997,13 +12095,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-pankow.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pankow.de": { @@ -12062,7 +12161,7 @@ "opengraph": null, "title": "Homepage Kreisverband Pankow: Home" }, - "duration": 32, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-pankow.de/home/" @@ -12102,7 +12201,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -12120,6 +12219,7 @@ "canonical_urls": [ "http://gruene-pattensen.de/aus-dem-ortsverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pattensen.de": { @@ -12178,7 +12278,7 @@ "opengraph": null, "title": "Ortsverband Pattensen: Aus dem Ortsverband" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-pattensen.de/aus-dem-ortsverband/" @@ -12218,7 +12318,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -12236,6 +12336,7 @@ "canonical_urls": [ "http://gruene-pirmasens.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pirmasens.de": { @@ -12294,7 +12395,7 @@ "opengraph": null, "title": "Stadtverband Pirmasens: Home" }, - "duration": 33, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-pirmasens.de/home/" @@ -12334,7 +12435,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -12352,6 +12453,7 @@ "canonical_urls": [ "http://gruene-potsdam-mittelmark.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-potsdam-mittelmark.de": { @@ -12410,7 +12512,7 @@ "opengraph": null, "title": ": Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-potsdam-mittelmark.de/home/" @@ -12450,7 +12552,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -12468,6 +12570,7 @@ "canonical_urls": [ "http://gruene-potsdam.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-potsdam.de": { @@ -12526,7 +12629,7 @@ "opengraph": null, "title": "KREISVERBAND POTSDAM: Home" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-potsdam.de/home/" @@ -12566,7 +12669,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -12584,6 +12687,7 @@ "canonical_urls": [ "http://gruene-reinickendorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-reinickendorf.de": { @@ -12642,7 +12746,7 @@ "opengraph": null, "title": "Kreisverband Reinickendorf: Startseite" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-reinickendorf.de/startseite/" @@ -12682,7 +12786,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -12700,6 +12804,7 @@ "canonical_urls": [ "http://gruene-rh.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rh.de": { @@ -12758,7 +12863,7 @@ "opengraph": null, "title": "KV Rhein-Hunsrück: HOME" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-rh.de/home/" @@ -12798,7 +12903,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -12816,6 +12921,7 @@ "canonical_urls": [ "http://gruene-rhein-sieg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-rhein-sieg.de/comments/feed/", "http://gruene-rhein-sieg.de/feed/" @@ -12884,16 +12990,16 @@ "generator": null, "icon": "http://gruene-rhein-sieg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband von Bündnis 90/Die Grünen » Bündnis 90/Die Grünen Rhein-Sieg" }, - "duration": 39, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-rhein-sieg.de/" @@ -12932,7 +13038,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -12950,6 +13056,7 @@ "canonical_urls": [ "https://gruene-riegelsberg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-riegelsberg.de/comments/feed/", "https://gruene-riegelsberg.de/feed/" @@ -13014,7 +13121,7 @@ "opengraph": null, "title": "Ortsverband Riegelsberg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 272, + "duration": 304, "error": null, "status_code": 200, "url": "https://gruene-riegelsberg.de/" @@ -13046,13 +13153,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 272 + "value": 304 }, "SITE_REACHABLE": { "score": 1, @@ -13063,13 +13170,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-rlp.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rlp.de": { @@ -13128,7 +13236,7 @@ "opengraph": null, "title": "Rheinland-Pfalz: Startseite" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-rlp.de/startseite/" @@ -13168,7 +13276,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -13186,6 +13294,7 @@ "canonical_urls": [ "http://gruene-ruppichteroth.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ruppichteroth.de": { @@ -13244,7 +13353,7 @@ "opengraph": null, "title": "OV Ruppichteroth: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-ruppichteroth.de/startseite/" @@ -13284,7 +13393,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -13303,6 +13412,7 @@ "http://gruene-saarbruecken.de/", "http://www.gruene-saarbruecken.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-saarbruecken.de/?format=feed&type=rss", "http://www.gruene-saarbruecken.de/?format=feed&type=rss" @@ -13374,7 +13484,7 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 229, + "duration": 277, "error": null, "status_code": 200, "url": "http://gruene-saarbruecken.de/" @@ -13392,7 +13502,7 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 232, + "duration": 273, "error": null, "status_code": 200, "url": "http://www.gruene-saarbruecken.de/" @@ -13432,7 +13542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 230 + "value": 275 }, "SITE_REACHABLE": { "score": 1, @@ -13450,6 +13560,7 @@ "canonical_urls": [ "https://gruene-saarlouis.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-saarlouis.de/comments/feed/", "https://gruene-saarlouis.de/feed/" @@ -13514,7 +13625,7 @@ "opengraph": null, "title": "Ortsverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 322, + "duration": 351, "error": null, "status_code": 200, "url": "https://gruene-saarlouis.de/" @@ -13546,13 +13657,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 322 + "value": 351 }, "SITE_REACHABLE": { "score": 1, @@ -13563,13 +13674,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-saarwellingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-saarwellingen.de/comments/feed/", "https://gruene-saarwellingen.de/feed/" @@ -13634,7 +13746,7 @@ "opengraph": null, "title": "ORTSVERBAND SAARWELLINGEN - Bündnis 90/Die Grünen – Saarland" }, - "duration": 351, + "duration": 343, "error": null, "status_code": 200, "url": "https://gruene-saarwellingen.de/" @@ -13666,13 +13778,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 351 + "value": 343 }, "SITE_REACHABLE": { "score": 1, @@ -13683,13 +13795,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-sanktaugustin.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sanktaugustin.de": { @@ -13748,7 +13861,7 @@ "opengraph": null, "title": "GRÜNE Sankt Augustin: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-sanktaugustin.de/home/" @@ -13788,7 +13901,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -13806,6 +13919,7 @@ "canonical_urls": [ "http://gruene-schifferstadt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schifferstadt.de": { @@ -13864,7 +13978,7 @@ "opengraph": null, "title": "Grüne Schifferstadt: Startseite" }, - "duration": 31, + "duration": 923, "error": null, "status_code": 200, "url": "http://gruene-schifferstadt.de/startseite/" @@ -13902,9 +14016,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 923 }, "SITE_REACHABLE": { "score": 1, @@ -13915,13 +14029,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://gruene-schmelz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-schmelz.de/comments/feed/", "https://gruene-schmelz.de/feed/" @@ -13986,7 +14101,7 @@ "opengraph": null, "title": "Ortsverband Schmelz - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 262, + "duration": 337, "error": null, "status_code": 200, "url": "https://gruene-schmelz.de/" @@ -14018,13 +14133,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 262 + "value": 337 }, "SITE_REACHABLE": { "score": 1, @@ -14035,13 +14150,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-schwalbach-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-schwalbach-saar.de/comments/feed/", "https://gruene-schwalbach-saar.de/feed/" @@ -14106,7 +14222,7 @@ "opengraph": null, "title": "Ortsverband Schwalbach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 240, + "duration": 294, "error": null, "status_code": 200, "url": "https://gruene-schwalbach-saar.de/" @@ -14138,13 +14254,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 240 + "value": 294 }, "SITE_REACHABLE": { "score": 1, @@ -14155,13 +14271,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-se-kv.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-se-kv.de": { @@ -14220,7 +14337,7 @@ "opengraph": null, "title": "Kreisverband Segeberg: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-se-kv.de/home/" @@ -14260,7 +14377,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -14281,6 +14398,7 @@ "https://gruene-seelze.de/", "https://www.gruene-seelze.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-seelze.de": { @@ -14342,7 +14460,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 94, + "duration": 127, "error": null, "status_code": 200, "url": "http://gruene-seelze.de/" @@ -14357,7 +14475,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 96, + "duration": 135, "error": null, "status_code": 200, "url": "http://www.gruene-seelze.de/" @@ -14372,7 +14490,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 140, + "duration": 216, "error": null, "status_code": 200, "url": "https://gruene-seelze.de/" @@ -14387,7 +14505,7 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 137, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-seelze.de/" @@ -14421,13 +14539,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 117 + "value": 172 }, "SITE_REACHABLE": { "score": 1, @@ -14438,13 +14556,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-sickte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sickte.de": { @@ -14503,7 +14622,7 @@ "opengraph": null, "title": "OV Samtgemeinde Sickte: Startseite" }, - "duration": 31, + "duration": 80, "error": null, "status_code": 200, "url": "http://gruene-sickte.de/startseite/" @@ -14543,7 +14662,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -14561,6 +14680,7 @@ "canonical_urls": [ "http://gruene-siegburg.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-siegburg.de/feed/" ], @@ -14627,16 +14747,16 @@ "generator": null, "icon": "http://wp.gruene-siegburg.de/wp-content/uploads/2015/10/sonnenblume_auf_gruen1.jpg", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", "og:url", - "og:locale" + "og:image", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne-Siegburg" }, - "duration": 802, + "duration": 903, "error": null, "status_code": 200, "url": "http://gruene-siegburg.de/" @@ -14675,7 +14795,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 802 + "value": 903 }, "SITE_REACHABLE": { "score": 1, @@ -14693,6 +14813,7 @@ "canonical_urls": [ "http://gruene-sonneberg-hildburghausen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-sonneberg-hildburghausen.de/?feed=comments-rss2", "http://gruene-sonneberg-hildburghausen.de/?feed=rss2" @@ -14761,16 +14882,16 @@ "generator": null, "icon": "http://gruene-sonneberg-hildburghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "B90 / Die Grünen" }, - "duration": 121, + "duration": 499, "error": null, "status_code": 200, "url": "http://gruene-sonneberg-hildburghausen.de/" @@ -14809,7 +14930,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 499 }, "SITE_REACHABLE": { "score": 1, @@ -14827,6 +14948,7 @@ "canonical_urls": [ "https://gruenespandau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruenespandau.de/comments/feed/", "https://gruenespandau.de/feed/" @@ -14881,16 +15003,16 @@ "generator": null, "icon": "https://gruenespandau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Spandau" }, - "duration": 69, + "duration": 306, "error": null, "status_code": 200, "url": "https://gruenespandau.de/" @@ -14922,13 +15044,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -14939,7 +15061,7 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { @@ -14949,6 +15071,7 @@ "https://gruene-springe.de/", "https://www.gruene-springe.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-springe.de": { @@ -15010,7 +15133,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 129, + "duration": 138, "error": null, "status_code": 200, "url": "http://gruene-springe.de/" @@ -15025,7 +15148,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 111, + "duration": 171, "error": null, "status_code": 200, "url": "http://www.gruene-springe.de/" @@ -15040,7 +15163,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 146, + "duration": 235, "error": null, "status_code": 200, "url": "https://gruene-springe.de/" @@ -15055,7 +15178,7 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 187, + "duration": 230, "error": null, "status_code": 200, "url": "https://www.gruene-springe.de/" @@ -15089,13 +15212,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 194 }, "SITE_REACHABLE": { "score": 1, @@ -15106,7 +15229,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -15114,6 +15237,7 @@ "http://gruene-suedwest.de/", "https://gruene-suedwest.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-suedwest.de/comments/feed/", "http://gruene-suedwest.de/feed/", @@ -15171,15 +15295,15 @@ "generator": "WordPress 4.8", "icon": "http://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 278, + "duration": 288, "error": null, "status_code": 200, "url": "http://gruene-suedwest.de/" @@ -15195,15 +15319,15 @@ "generator": "WordPress 4.8", "icon": "https://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 166, + "duration": 187, "error": null, "status_code": 200, "url": "https://gruene-suedwest.de/" @@ -15236,13 +15360,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 238 }, "SITE_REACHABLE": { "score": 1, @@ -15253,13 +15377,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-suedwestpfalz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-suedwestpfalz.de": { @@ -15318,7 +15443,7 @@ "opengraph": null, "title": "Grüne Südwestpfalz: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-suedwestpfalz.de/startseite/" @@ -15358,7 +15483,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -15376,6 +15501,7 @@ "canonical_urls": [ "http://gruene-suew.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-suew.de": { @@ -15434,7 +15560,7 @@ "opengraph": null, "title": "Kreisverband Grüne Südliche Weinstraße: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-suew.de/startseite/" @@ -15474,7 +15600,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -15492,6 +15618,7 @@ "canonical_urls": [ "http://gruene-swisttal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-swisttal.de/comments/feed/", "http://gruene-swisttal.de/feed/" @@ -15560,17 +15687,17 @@ "generator": null, "icon": "http://gruene-swisttal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Die GRÜNEN in Swisttal" }, - "duration": 856, + "duration": 897, "error": null, "status_code": 200, "url": "http://gruene-swisttal.de/" @@ -15609,7 +15736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 856 + "value": 897 }, "SITE_REACHABLE": { "score": 1, @@ -15627,6 +15754,7 @@ "canonical_urls": [ "http://gruene-teltow-flaeming.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-teltow-flaeming.de": { @@ -15685,7 +15813,7 @@ "opengraph": null, "title": "KV Teltow-Fläming: Startseite" }, - "duration": 30, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-teltow-flaeming.de/startseite/" @@ -15725,7 +15853,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -15744,6 +15872,7 @@ "http://gruene-tholey.de/", "https://gruene-tholey.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-tholey.de/comments/feed/", "http://gruene-tholey.de/feed/", @@ -15811,7 +15940,7 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 216, + "duration": 217, "error": null, "status_code": 200, "url": "http://gruene-tholey.de/" @@ -15829,7 +15958,7 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 235, + "duration": 298, "error": null, "status_code": 200, "url": "https://gruene-tholey.de/" @@ -15862,13 +15991,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 226 + "value": 258 }, "SITE_REACHABLE": { "score": 1, @@ -15879,13 +16008,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-tostedt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-tostedt.de/?feed=comments-rss2", "https://gruene-tostedt.de/?feed=rss2" @@ -15948,15 +16078,15 @@ "generator": null, "icon": "https://gruene-tostedt.de/wp-content/themes/urwahl3000-master/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Tostedt" }, - "duration": 549, + "duration": 623, "error": null, "status_code": 200, "url": "https://gruene-tostedt.de/" @@ -15988,13 +16118,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 549 + "value": 623 }, "SITE_REACHABLE": { "score": 1, @@ -16005,13 +16135,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-trier-saarburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-trier-saarburg.de": { @@ -16070,7 +16201,7 @@ "opengraph": null, "title": "Trier-Saarburg: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-trier-saarburg.de/home/" @@ -16110,7 +16241,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -16128,6 +16259,7 @@ "canonical_urls": [ "http://gruene-troisdorf.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-troisdorf.de/comments/feed/", "http://gruene-troisdorf.de/feed/" @@ -16196,7 +16328,7 @@ "opengraph": null, "title": "Nachhaltige und soziale Politik für Troisdorf » GRÜNE für Troisdorf" }, - "duration": 38, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-troisdorf.de/" @@ -16236,7 +16368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -16254,6 +16386,7 @@ "canonical_urls": [ "https://gruene-ueberherrn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ueberherrn.de/comments/feed/", "https://gruene-ueberherrn.de/feed/" @@ -16318,7 +16451,7 @@ "opengraph": null, "title": "Ortsverband Überherrn - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 562, + "duration": 498, "error": null, "status_code": 200, "url": "https://gruene-ueberherrn.de/" @@ -16350,13 +16483,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 562 + "value": 498 }, "SITE_REACHABLE": { "score": 1, @@ -16367,13 +16500,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-uelzen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-uelzen.de": { @@ -16432,7 +16566,7 @@ "opengraph": null, "title": "Grüne im Kreis Uelzen: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-uelzen.de/startseite/" @@ -16472,7 +16606,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -16493,6 +16627,7 @@ "https://gruene-uetze.de/", "https://www.gruene-uetze.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-uetze.de": { @@ -16554,7 +16689,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 91, + "duration": 134, "error": null, "status_code": 200, "url": "http://gruene-uetze.de/" @@ -16569,7 +16704,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 93, + "duration": 135, "error": null, "status_code": 200, "url": "http://www.gruene-uetze.de/" @@ -16584,7 +16719,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 137, + "duration": 228, "error": null, "status_code": 200, "url": "https://gruene-uetze.de/" @@ -16599,7 +16734,7 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 136, + "duration": 217, "error": null, "status_code": 200, "url": "https://www.gruene-uetze.de/" @@ -16633,13 +16768,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 114 + "value": 178 }, "SITE_REACHABLE": { "score": 1, @@ -16650,13 +16785,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-vechta.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vechta.de": { @@ -16715,7 +16851,7 @@ "opengraph": null, "title": "Kreisverband Vechta: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-vechta.de/startseite/" @@ -16755,7 +16891,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -16773,6 +16909,7 @@ "canonical_urls": [ "https://gruene-voelklingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-voelklingen.de/comments/feed/", "https://gruene-voelklingen.de/feed/" @@ -16837,7 +16974,7 @@ "opengraph": null, "title": "Ortsverband Völklingen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 246, + "duration": 533, "error": null, "status_code": 200, "url": "https://gruene-voelklingen.de/" @@ -16869,13 +17006,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 246 + "value": 533 }, "SITE_REACHABLE": { "score": 1, @@ -16886,13 +17023,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-wadern.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wadern.de/comments/feed/", "https://gruene-wadern.de/feed/" @@ -16957,7 +17095,7 @@ "opengraph": null, "title": "Ortsverband Wadern - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 288, + "duration": 119, "error": null, "status_code": 200, "url": "https://gruene-wadern.de/" @@ -16989,13 +17127,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 288 + "value": 119 }, "SITE_REACHABLE": { "score": 1, @@ -17006,13 +17144,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-wallerfangen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wallerfangen.de/comments/feed/", "https://gruene-wallerfangen.de/feed/" @@ -17077,7 +17216,7 @@ "opengraph": null, "title": "Ortsverband Wallerfangen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 239, + "duration": 300, "error": null, "status_code": 200, "url": "https://gruene-wallerfangen.de/" @@ -17109,13 +17248,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 300 }, "SITE_REACHABLE": { "score": 1, @@ -17126,7 +17265,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -17136,6 +17275,7 @@ "https://gruene-wedemark.de/", "https://www.gruene-wedemark.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-wedemark.de": { @@ -17197,7 +17337,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 91, + "duration": 147, "error": null, "status_code": 200, "url": "http://gruene-wedemark.de/" @@ -17212,7 +17352,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 106, + "duration": 131, "error": null, "status_code": 200, "url": "http://www.gruene-wedemark.de/" @@ -17227,7 +17367,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 136, + "duration": 207, "error": null, "status_code": 200, "url": "https://gruene-wedemark.de/" @@ -17242,7 +17382,7 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 137, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-wedemark.de/" @@ -17276,13 +17416,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 118 + "value": 174 }, "SITE_REACHABLE": { "score": 1, @@ -17293,7 +17433,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -17303,6 +17443,7 @@ "https://gruene-wennigsen.de/", "https://www.gruene-wennigsen.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-wennigsen.de": { @@ -17364,7 +17505,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 96, + "duration": 130, "error": null, "status_code": 200, "url": "http://gruene-wennigsen.de/" @@ -17379,7 +17520,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 95, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-wennigsen.de/" @@ -17394,7 +17535,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 141, + "duration": 199, "error": null, "status_code": 200, "url": "https://gruene-wennigsen.de/" @@ -17409,7 +17550,7 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 151, + "duration": 201, "error": null, "status_code": 200, "url": "https://www.gruene-wennigsen.de/" @@ -17443,13 +17584,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 164 }, "SITE_REACHABLE": { "score": 1, @@ -17460,13 +17601,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-westfalen.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-westfalen.de": { @@ -17529,7 +17671,7 @@ "opengraph": null, "title": "Grüne in Westfalen: Startseite" }, - "duration": 189, + "duration": 126, "error": null, "status_code": 200, "url": "http://www.gruene-westfalen.de/startseite/" @@ -17570,7 +17712,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 189 + "value": 126 }, "SITE_REACHABLE": { "score": 1, @@ -17588,6 +17730,7 @@ "canonical_urls": [ "http://gruene-windeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-windeck.de": { @@ -17646,7 +17789,7 @@ "opengraph": null, "title": "Grüne Windeck: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-windeck.de/home/" @@ -17686,7 +17829,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -17704,12 +17847,13 @@ "canonical_urls": [ "https://www.gruene-wunstorf.com/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-wunstorf.com": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "gruene-wunstorf.com" @@ -17772,20 +17916,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s89c07ae93892a952/img/favicon.png?t=1314455677", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "HOME - Grüne Wunstorf" }, - "duration": 232, + "duration": 342, "error": null, "status_code": 200, "url": "https://www.gruene-wunstorf.com/" @@ -17818,13 +17962,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 232 + "value": 342 }, "SITE_REACHABLE": { "score": 1, @@ -17835,13 +17979,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-xhain.de/" ], + "cms": "wordpress", "feeds": [ "https://gruene-xhain.de/comments/feed/", "https://gruene-xhain.de/feed/" @@ -17906,17 +18051,17 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:locale:alternate", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:locale:alternate", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Homepage - Grüne Xhain" }, - "duration": 963, + "duration": 816, "error": null, "status_code": 200, "url": "https://gruene-xhain.de/" @@ -17949,13 +18094,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 963 + "value": 816 }, "SITE_REACHABLE": { "score": 1, @@ -17966,13 +18111,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-zweibruecken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-zweibruecken.de": { @@ -18031,7 +18177,7 @@ "opengraph": null, "title": "Grüne Zweibrücken: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-zweibruecken.de/startseite/" @@ -18071,7 +18217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -18089,6 +18235,7 @@ "canonical_urls": [ "http://gruenedresden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenedresden.de": { @@ -18147,7 +18294,7 @@ "opengraph": null, "title": "Kreisverband Dresden: Startseite" }, - "duration": 33, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruenedresden.de/startseite/" @@ -18187,7 +18334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -18205,6 +18352,7 @@ "canonical_urls": [ "https://www.gruenekoeln.de/" ], + "cms": "typo3", "feeds": [ "https://www.gruenekoeln.de/index.php?type=100" ], @@ -18267,7 +18415,7 @@ ], "title": "Grüne Köln" }, - "duration": 460, + "duration": 495, "error": null, "status_code": 200, "url": "https://www.gruenekoeln.de/" @@ -18300,13 +18448,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 460 + "value": 495 }, "SITE_REACHABLE": { "score": 1, @@ -18317,13 +18465,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruenekreiskh.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenekreiskh.de": { @@ -18382,7 +18531,7 @@ "opengraph": null, "title": "KREISVERBAND BAD KREUZNACH: Startseite" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruenekreiskh.de/startseite/" @@ -18422,7 +18571,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -18440,6 +18589,7 @@ "canonical_urls": [ "http://gruenekreisploen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenekreisploen.de": { @@ -18498,7 +18648,7 @@ "opengraph": null, "title": "Kreisverband Plön: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruenekreisploen.de/home/" @@ -18538,7 +18688,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -18556,6 +18706,7 @@ "canonical_urls": [ "http://gruenemelle.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenemelle.de": { @@ -18614,7 +18765,7 @@ "opengraph": null, "title": "Bündnis 90 / Die GRÜNEN Melle: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruenemelle.de/startseite/" @@ -18654,7 +18805,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -18672,6 +18823,7 @@ "canonical_urls": [ "http://uns-gruener-trier.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "uns-gruener-trier.de": { @@ -18730,7 +18882,7 @@ "opengraph": null, "title": "Grüne Trier: Startseite" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://uns-gruener-trier.de/startseite/" @@ -18770,7 +18922,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -18788,6 +18940,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -18840,16 +18993,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 174, + "duration": 209, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -18888,7 +19041,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -18907,6 +19060,7 @@ "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -18948,7 +19102,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -18956,7 +19110,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -18975,16 +19129,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 23, + "duration": 660, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19021,9 +19175,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 23 + "value": 660 }, "SITE_REACHABLE": { "score": 1, @@ -19034,13 +19188,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -19082,7 +19237,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19090,7 +19245,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19109,16 +19264,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 658, + "duration": 37, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19155,9 +19310,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 658 + "value": 37 }, "SITE_REACHABLE": { "score": 1, @@ -19168,13 +19323,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.blog.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -19216,7 +19372,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19224,7 +19380,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.blog.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19243,16 +19399,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 602, + "duration": 162, "error": null, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" @@ -19291,7 +19447,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 162 }, "SITE_REACHABLE": { "score": 1, @@ -19309,6 +19465,7 @@ "canonical_urls": [ "http://www.buendnisgruenes-opr.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "buendnisgruenes-opr.de": { @@ -19367,7 +19524,7 @@ "opengraph": null, "title": "KV Ostprignitz-Ruppin: Home" }, - "duration": 31, + "duration": 76, "error": null, "status_code": 200, "url": "http://www.buendnisgruenes-opr.de/home/" @@ -19407,7 +19564,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -19426,6 +19583,7 @@ "https://cux-gruene.de/", "https://www.cux-gruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "cux-gruene.de": { @@ -19482,7 +19640,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 136, + "duration": 200, "error": null, "status_code": 200, "url": "https://cux-gruene.de/" @@ -19497,7 +19655,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 186, + "duration": 210, "error": null, "status_code": 200, "url": "https://www.cux-gruene.de/" @@ -19532,13 +19690,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 161 + "value": 205 }, "SITE_REACHABLE": { "score": 1, @@ -19549,7 +19707,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -19557,6 +19715,7 @@ "http://die-gruenen-bsb.de/", "http://www.die-gruenen-bsb.de/" ], + "cms": null, "feeds": [], "hostnames": { "die-gruenen-bsb.de": { @@ -19622,7 +19781,7 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 242, + "duration": 579, "error": null, "status_code": 200, "url": "http://die-gruenen-bsb.de/" @@ -19637,7 +19796,7 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 665, + "duration": 431, "error": null, "status_code": 200, "url": "http://www.die-gruenen-bsb.de/" @@ -19678,7 +19837,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 454 + "value": 505 }, "SITE_REACHABLE": { "score": 1, @@ -19696,6 +19855,7 @@ "canonical_urls": [ "http://die-gruenen-leverkusen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "die-gruenen-leverkusen.de": { @@ -19754,7 +19914,7 @@ "opengraph": null, "title": "Die GRÜNEN in Leverkusen: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://die-gruenen-leverkusen.de/home/" @@ -19794,7 +19954,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -19813,6 +19973,7 @@ "http://diegrueneninhagenatw.de/", "http://www.diegrueneninhagenatw.de/" ], + "cms": "cms: website baker; www.websitebaker.org", "feeds": [], "hostnames": { "diegrueneninhagenatw.de": { @@ -19851,7 +20012,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19859,7 +20020,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.diegrueneninhagenatw.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19877,7 +20038,7 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 368, + "duration": 404, "error": null, "status_code": 200, "url": "http://diegrueneninhagenatw.de/" @@ -19892,7 +20053,7 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 382, + "duration": 411, "error": null, "status_code": 200, "url": "http://www.diegrueneninhagenatw.de/" @@ -19933,7 +20094,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -19952,6 +20113,7 @@ "http://eichsfeldgruene.de/", "http://www.eichsfeldgruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "eichsfeldgruene.de": { @@ -19988,7 +20150,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -19996,7 +20158,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.eichsfeldgruene.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -20014,7 +20176,7 @@ "opengraph": null, "title": "" }, - "duration": 23, + "duration": 96, "error": null, "status_code": 200, "url": "http://eichsfeldgruene.de/" @@ -20029,7 +20191,7 @@ "opengraph": null, "title": "" }, - "duration": 21, + "duration": 56, "error": null, "status_code": 200, "url": "http://www.eichsfeldgruene.de/" @@ -20071,7 +20233,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 22 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -20089,6 +20251,7 @@ "canonical_urls": [ "http://www.gal-bamberg.de/index.php?id=titelseite" ], + "cms": "typo3", "feeds": [ "http://gal-bamberg.de/index.php?id=1596&type=100" ], @@ -20144,7 +20307,7 @@ "opengraph": null, "title": "GAL Bamberg: Aktuell" }, - "duration": 162, + "duration": 226, "error": null, "status_code": 200, "url": "http://www.gal-bamberg.de/index.php?id=titelseite" @@ -20184,7 +20347,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 226 }, "SITE_REACHABLE": { "score": 1, @@ -20202,6 +20365,7 @@ "canonical_urls": [ "https://www.gg-gruene.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gg-gruene.de": { @@ -20256,14 +20420,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Kreisverband Groß-Gerau" }, - "duration": 656, + "duration": 526, "error": null, "status_code": 200, "url": "https://www.gg-gruene.de/" @@ -20297,13 +20461,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 656 + "value": 526 }, "SITE_REACHABLE": { "score": 1, @@ -20314,13 +20478,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://www.gruene-aalen.de/index.php?id=1229" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-aalen.de": { @@ -20371,7 +20536,7 @@ "opengraph": null, "title": "Grüne Ostwürttemberg: HOME" }, - "duration": 403, + "duration": 509, "error": null, "status_code": 200, "url": "https://www.gruene-aalen.de/index.php?id=1229" @@ -20404,13 +20569,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 403 + "value": 509 }, "SITE_REACHABLE": { "score": 1, @@ -20421,13 +20586,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ab.de/die-gruenen-aschaffenburg/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ab.de": { @@ -20486,7 +20652,7 @@ "opengraph": null, "title": "Die Grünen Aschaffenburg: Home" }, - "duration": 32, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-ab.de/die-gruenen-aschaffenburg/" @@ -20526,7 +20692,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -20544,6 +20710,7 @@ "canonical_urls": [ "http://gruene-adelebsen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-adelebsen.de/comments/feed/", "http://gruene-adelebsen.de/feed/" @@ -20612,15 +20779,15 @@ "generator": null, "icon": "http://gruene-adelebsen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Adelebsen" }, - "duration": 425, + "duration": 442, "error": null, "status_code": 200, "url": "http://gruene-adelebsen.de/" @@ -20659,7 +20826,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 425 + "value": 442 }, "SITE_REACHABLE": { "score": 1, @@ -20677,6 +20844,7 @@ "canonical_urls": [ "http://gruene-aichach-friedberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aichach-friedberg.de": { @@ -20735,7 +20903,7 @@ "opengraph": null, "title": "KV Aichach-Friedberg: Startseite" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-aichach-friedberg.de/startseite/" @@ -20775,7 +20943,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -20793,6 +20961,7 @@ "canonical_urls": [ "https://www.gruene-alb-donau.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-alb-donau.de": { @@ -20843,7 +21012,7 @@ "opengraph": null, "title": "Grüne Kreis Alb-Donau: Startseite" }, - "duration": 448, + "duration": 560, "error": null, "status_code": 200, "url": "https://www.gruene-alb-donau.de/startseite/" @@ -20876,13 +21045,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 448 + "value": 560 }, "SITE_REACHABLE": { "score": 1, @@ -20893,13 +21062,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-altona.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-altona.de": { @@ -20964,7 +21134,7 @@ "opengraph": null, "title": "GRÜNE Altona: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-altona.de/home/" @@ -21004,7 +21174,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -21022,6 +21192,7 @@ "canonical_urls": [ "http://gruene-amberg-sulzbach.de/personen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-amberg-sulzbach.de": { @@ -21080,7 +21251,7 @@ "opengraph": null, "title": "KV Amberg-Sulzbach: Personen" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-amberg-sulzbach.de/personen/" @@ -21120,7 +21291,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -21138,6 +21309,7 @@ "canonical_urls": [ "http://gruene-amberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-amberg.de": { @@ -21196,7 +21368,7 @@ "opengraph": null, "title": "Kreisverband Amberg: Startseite" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-amberg.de/startseite/" @@ -21236,7 +21408,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -21254,6 +21426,7 @@ "canonical_urls": [ "http://gruene-amelinghausen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-amelinghausen.de/comments/feed/", "http://gruene-amelinghausen.de/feed/" @@ -21322,15 +21495,15 @@ "generator": null, "icon": "http://gruene-amelinghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Grüne Amelinghausen" }, - "duration": 192, + "duration": 227, "error": null, "status_code": 200, "url": "http://gruene-amelinghausen.de/" @@ -21369,7 +21542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 192 + "value": 227 }, "SITE_REACHABLE": { "score": 1, @@ -21387,6 +21560,7 @@ "canonical_urls": [ "http://www.gruene-ammerland.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ammerland.de": { @@ -21445,7 +21619,7 @@ "opengraph": null, "title": "GRÜNE KV Ammerland: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-ammerland.de/home/" @@ -21485,7 +21659,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -21503,6 +21677,7 @@ "canonical_urls": [ "http://www.gruene-anhalt-bitterfeld.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-anhalt-bitterfeld.de/comments/feed/", "http://www.gruene-anhalt-bitterfeld.de/feed/" @@ -21560,16 +21735,16 @@ "generator": null, "icon": "http://www.gruene-anhalt-bitterfeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Herzlich Willkommen - Kreisverband Anhalt-BitterfeldKreisverband Anhalt-Bitterfeld" }, - "duration": 681, + "duration": 605, "error": null, "status_code": 200, "url": "http://www.gruene-anhalt-bitterfeld.de/" @@ -21608,7 +21783,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 681 + "value": 605 }, "SITE_REACHABLE": { "score": 1, @@ -21626,6 +21801,7 @@ "canonical_urls": [ "https://www.gruene-ansbach.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-ansbach.de": { @@ -21684,7 +21860,7 @@ "opengraph": null, "title": "Die Grünen Ansbach: Die Grünen in Stadt und Landkreis Ansbach" }, - "duration": 72, + "duration": 143, "error": null, "status_code": 200, "url": "https://www.gruene-ansbach.de/" @@ -21717,13 +21893,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -21734,13 +21910,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-aoe.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aoe.de": { @@ -21799,7 +21976,7 @@ "opengraph": null, "title": "Kreisverband Altötting: Aktuelles" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-aoe.de/aktuelles/" @@ -21839,7 +22016,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -21857,6 +22034,7 @@ "canonical_urls": [ "http://gruene-artland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-artland.de": { @@ -21915,7 +22093,7 @@ "opengraph": null, "title": "Die Grünen im Artland: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-artland.de/startseite/" @@ -21955,7 +22133,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -21974,6 +22152,7 @@ "http://gruene-aschaffenburg.de/", "https://gruene-aschaffenburg.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-aschaffenburg.de/index.php?format=feed&type=rss", "https://gruene-aschaffenburg.de/index.php?format=feed&type=rss" @@ -22028,7 +22207,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 331, + "duration": 336, "error": null, "status_code": 200, "url": "http://gruene-aschaffenburg.de/" @@ -22046,7 +22225,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 448, + "duration": 551, "error": null, "status_code": 200, "url": "https://gruene-aschaffenburg.de/" @@ -22080,13 +22259,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 390 + "value": 444 }, "SITE_REACHABLE": { "score": 1, @@ -22097,13 +22276,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-augsburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-augsburg.de": { @@ -22162,7 +22342,7 @@ "opengraph": null, "title": "GRÜNE AUGSBURG: Home" }, - "duration": 30, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-augsburg.de/home/" @@ -22202,7 +22382,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -22220,6 +22400,7 @@ "canonical_urls": [ "http://gruene-augsburgland.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://gruene-augsburgland.de/home/60376.122.html" ], @@ -22282,7 +22463,7 @@ "opengraph": null, "title": "Grüne Augsburg-Land: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-augsburgland.de/home/" @@ -22321,7 +22502,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -22339,6 +22520,7 @@ "canonical_urls": [ "http://gruene-aurich.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-aurich.de": { @@ -22397,7 +22579,7 @@ "opengraph": null, "title": "Kreisverband Aurich Norden: Startseite" }, - "duration": 33, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-aurich.de/startseite/" @@ -22437,7 +22619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -22455,6 +22637,7 @@ "canonical_urls": [ "http://gruene-bamberg-land.de/themen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bamberg-land.de": { @@ -22513,7 +22696,7 @@ "opengraph": null, "title": "Grüne Bamberg-Land: Themen" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bamberg-land.de/themen/" @@ -22553,7 +22736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -22571,6 +22754,7 @@ "canonical_urls": [ "http://www.gruene-barnim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-barnim.de/?feed=comments-rss2", "http://www.gruene-barnim.de/?feed=rss2" @@ -22639,11 +22823,11 @@ "generator": null, "icon": "http://www.gruene-barnim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Kreisverband Barnim, Brandenburg" }, @@ -22704,6 +22888,7 @@ "canonical_urls": [ "http://gruene-bassum.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bassum.de": { @@ -22762,7 +22947,7 @@ "opengraph": null, "title": "Grüne in Bassum: Startseite" }, - "duration": 36, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bassum.de/startseite/" @@ -22802,7 +22987,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -22820,6 +23005,7 @@ "canonical_urls": [ "http://www.gruene-bautzen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-bautzen.de/rss.xml" ], @@ -22888,7 +23074,7 @@ "opengraph": null, "title": "Homepage - BÜNDNIS 90/DIE GRÜNEN Kreisverband Bautzen – Zwjazk 90/Zeleni Budyšin" }, - "duration": 181, + "duration": 233, "error": null, "status_code": 200, "url": "http://www.gruene-bautzen.de/startseite/" @@ -22927,7 +23113,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 181 + "value": 233 }, "SITE_REACHABLE": { "score": 1, @@ -22945,6 +23131,7 @@ "canonical_urls": [ "http://gruene-bayreuth-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bayreuth-land.de": { @@ -23003,7 +23190,7 @@ "opengraph": null, "title": "Bayreuth Land: Startseite" }, - "duration": 35, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-bayreuth-land.de/startseite/" @@ -23043,7 +23230,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -23061,6 +23248,7 @@ "canonical_urls": [ "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bayreuth.de": { @@ -23119,7 +23307,7 @@ "opengraph": null, "title": "Grüne Bayreuth: Kreisverband Bayreuth-Stadt" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" @@ -23159,7 +23347,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -23177,6 +23365,7 @@ "canonical_urls": [ "https://www.gruene-bc.de/index.php?id=1274" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bc.de": { @@ -23227,7 +23416,7 @@ "opengraph": null, "title": "Grüne Kreisverband Biberach: Aktuell" }, - "duration": 432, + "duration": 482, "error": null, "status_code": 200, "url": "https://www.gruene-bc.de/index.php?id=1274" @@ -23260,13 +23449,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 432 + "value": 482 }, "SITE_REACHABLE": { "score": 1, @@ -23277,13 +23466,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-bederkesa.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bederkesa.de/?feed=comments-rss2", "http://gruene-bederkesa.de/?feed=rss2" @@ -23341,15 +23531,15 @@ "generator": null, "icon": "http://gruene-bederkesa.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Bederkesa-Langen" }, - "duration": 194, + "duration": 211, "error": null, "status_code": 200, "url": "http://gruene-bederkesa.de/" @@ -23388,7 +23578,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 211 }, "SITE_REACHABLE": { "score": 1, @@ -23406,6 +23596,7 @@ "canonical_urls": [ "http://www.gruene-bergedorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://www.gruene-bergedorf.de/index.php?id=25331&type=100" ], @@ -23477,7 +23668,7 @@ "opengraph": null, "title": "Grüne Bergedorf: Home" }, - "duration": 34, + "duration": 80, "error": null, "status_code": 200, "url": "http://www.gruene-bergedorf.de/home/" @@ -23516,7 +23707,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -23534,6 +23725,7 @@ "canonical_urls": [ "http://www.gruene-bergischgladbach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bergischgladbach.de": { @@ -23592,7 +23784,7 @@ "opengraph": null, "title": "GRÜNE BERGISCH GLADBACH: Home" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://www.gruene-bergischgladbach.de/home/" @@ -23632,7 +23824,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -23650,6 +23842,7 @@ "canonical_urls": [ "http://www.gruene-bergstrasse.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bergstrasse.de": { @@ -23708,7 +23901,7 @@ "opengraph": null, "title": "Grüne Bergstraße: Aktuell" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-bergstrasse.de/aktuell/" @@ -23748,7 +23941,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -23766,6 +23959,7 @@ "canonical_urls": [ "http://www.gruene-bgl.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bgl.de": { @@ -23832,7 +24026,7 @@ ], "title": "Die Grünen: Kreisverband Berchtesgadener Land" }, - "duration": 307, + "duration": 281, "error": null, "status_code": 200, "url": "http://www.gruene-bgl.de/" @@ -23872,7 +24066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 307 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -23885,11 +24079,143 @@ }, "score": 5.5 }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-bielefeld.de/" + ], + "cms": "wordpress", + "feeds": [], + "hostnames": { + "gruene-bielefeld.de": { + "aliases": [], + "ip_addresses": [ + "37.17.224.58" + ], + "resolvable": true, + "resolved_hostname": "gruene-bielefeld.de" + }, + "www.gruene-bielefeld.de": { + "aliases": [], + "ip_addresses": [ + "37.17.224.58" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-bielefeld.de" + } + }, + "icons": [], + "ipv4_addresses": [ + "37.17.224.58" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-bielefeld.de/", + "url": "http://gruene-bielefeld.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "http://www.gruene-bielefeld.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-bielefeld.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'gruene-bielefeld.de' doesn't match either of '*.goserver.host', 'goserver.host'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-bielefeld.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='www.gruene-bielefeld.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'www.gruene-bielefeld.de' doesn't match either of '*.goserver.host', 'goserver.host'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://www.gruene-bielefeld.de/" + } + ], + "urlchecks": [ + { + "content": { + "canonical_link": "http://www.gruene-bielefeld.de/", + "encoding": "UTF-8", + "feeds": [], + "generator": null, + "icon": null, + "opengraph": [ + "og:url", + "og:locale:alternate", + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" + ], + "title": "GRÜNE Bielefeld" + }, + "duration": 849, + "error": null, + "status_code": 200, + "url": "http://www.gruene-bielefeld.de/" + } + ] + }, + "input_url": "http://www.gruene-bielefeld.de/", + "meta": { + "city": null, + "district": "Bielefeld", + "level": "DE:KREISVERBAND", + "state": "Nordrhein-Westfalen" + }, + "result": { + "CANONICAL_URL": { + "score": 1, + "value": true + }, + "DNS_RESOLVABLE_IPV4": { + "score": 1, + "value": true + }, + "FAVICON": { + "score": 0, + "type": "boolean", + "value": false + }, + "FEEDS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 849 + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 4.5 + }, { "details": { "canonical_urls": [ "http://www.gruene-bitburg-pruem.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bitburg-pruem.de": { @@ -23948,7 +24274,7 @@ "opengraph": null, "title": "Kreisverband Bitburg-Prüm: Startseite" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-bitburg-pruem.de/startseite/" @@ -23988,7 +24314,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -24006,6 +24332,7 @@ "canonical_urls": [ "https://www.gruene-bleckede.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-bleckede.de/comments/feed/", "https://www.gruene-bleckede.de/feed/" @@ -24068,15 +24395,15 @@ "generator": null, "icon": "https://www.gruene-bleckede.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grünes Bleckede" }, - "duration": 241, + "duration": 356, "error": null, "status_code": 200, "url": "https://www.gruene-bleckede.de/" @@ -24108,13 +24435,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 241 + "value": 356 }, "SITE_REACHABLE": { "score": 1, @@ -24125,13 +24452,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-bochum.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bochum.de": { @@ -24190,7 +24518,7 @@ "opengraph": null, "title": "GRÜNE IN BOCHUM: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-bochum.de/startseite/" @@ -24230,7 +24558,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -24248,6 +24576,7 @@ "canonical_urls": [ "https://www.gruene-bodenseekreis.de/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-bodenseekreis.de": { @@ -24306,7 +24635,7 @@ "opengraph": null, "title": "Grüner Kreisverband Bodenseekreis: Aktuelles" }, - "duration": 609, + "duration": 719, "error": null, "status_code": 200, "url": "https://www.gruene-bodenseekreis.de/aktuelles/" @@ -24339,13 +24668,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 719 }, "SITE_REACHABLE": { "score": 1, @@ -24356,13 +24685,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://www.gruene-boeblingen.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-boeblingen.de": { @@ -24413,7 +24743,7 @@ "opengraph": null, "title": "Grüne Kreisverband Böblingen: Kreisverband Böblingen" }, - "duration": 412, + "duration": 456, "error": null, "status_code": 200, "url": "https://www.gruene-boeblingen.de/" @@ -24446,13 +24776,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 456 }, "SITE_REACHABLE": { "score": 1, @@ -24463,7 +24793,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -24471,6 +24801,7 @@ "http://gruene-bohmte.de/", "http://www.gruene-bohmte.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-bohmte.de/index.php?format=feed&type=rss", "http://www.gruene-bohmte.de/index.php?format=feed&type=rss" @@ -24542,7 +24873,7 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 199, + "duration": 174, "error": null, "status_code": 200, "url": "http://gruene-bohmte.de/" @@ -24560,7 +24891,7 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 145, + "duration": 195, "error": null, "status_code": 200, "url": "http://www.gruene-bohmte.de/" @@ -24600,7 +24931,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 172 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -24618,6 +24949,7 @@ "canonical_urls": [ "http://gruene-bonn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-bonn.de/comments/feed/", "http://gruene-bonn.de/feed/" @@ -24686,16 +25018,16 @@ "generator": null, "icon": "http://gruene-bonn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Für ein grüneres Bonn. › DIE GRÜNEN Bonn" }, - "duration": 799, + "duration": 787, "error": null, "status_code": 200, "url": "http://gruene-bonn.de/" @@ -24734,7 +25066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 799 + "value": 787 }, "SITE_REACHABLE": { "score": 1, @@ -24752,6 +25084,7 @@ "canonical_urls": [ "http://gruene-bottrop.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bottrop.de": { @@ -24810,7 +25143,7 @@ "opengraph": null, "title": "GRÜNE IN BOTTROP: Startseite" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-bottrop.de/startseite/" @@ -24850,7 +25183,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -24869,6 +25202,7 @@ "http://www.gruene-bramsche.de", "http://www.gruene-bramsche.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-bramsche.de": { @@ -24931,12 +25265,12 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 482, + "duration": 444, "error": null, "status_code": 200, "url": "http://www.gruene-bramsche.de" @@ -24949,12 +25283,12 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 341, + "duration": 356, "error": null, "status_code": 200, "url": "http://www.gruene-bramsche.de/" @@ -24995,7 +25329,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 400 }, "SITE_REACHABLE": { "score": 1, @@ -25013,6 +25347,7 @@ "canonical_urls": [ "https://gruene-breisgau-hochschwarzwald.de/" ], + "cms": null, "feeds": [ "https://gruene-breisgau-hochschwarzwald.de/comments/feed/", "https://gruene-breisgau-hochschwarzwald.de/feed/" @@ -25075,16 +25410,16 @@ "generator": null, "icon": "https://gruene-breisgau-hochschwarzwald.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 Die Grünen Kreisverband Breisgau-Hochschwarzwald" }, - "duration": 566, + "duration": 631, "error": null, "status_code": 200, "url": "https://gruene-breisgau-hochschwarzwald.de/" @@ -25116,13 +25451,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 566 + "value": 631 }, "SITE_REACHABLE": { "score": 1, @@ -25133,13 +25468,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-bremen-mitte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-mitte.de": { @@ -25198,7 +25534,7 @@ "opengraph": null, "title": "Grüne Mitte - Östliche Vorstadt: Startseite" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-bremen-mitte.de/startseite/" @@ -25238,7 +25574,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -25256,6 +25592,7 @@ "canonical_urls": [ "http://gruene-bremen-nord.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremen-nord.de": { @@ -25314,7 +25651,7 @@ "opengraph": null, "title": "KV Grüne Bremen-Nord: Startseite" }, - "duration": 31, + "duration": 79, "error": null, "status_code": 200, "url": "http://gruene-bremen-nord.de/startseite/" @@ -25354,7 +25691,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 79 }, "SITE_REACHABLE": { "score": 1, @@ -25372,6 +25709,7 @@ "canonical_urls": [ "http://gruene-bremerhaven.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bremerhaven.de": { @@ -25430,7 +25768,7 @@ "opengraph": null, "title": "Kreisverband Bremerhaven: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-bremerhaven.de/gruene-neuigkeiten/" @@ -25470,7 +25808,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -25489,6 +25827,7 @@ "http://gruene-brookmerland-hinte-suedbrookmerland.de/", "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" ], + "cms": null, "feeds": [ "http://gruenerovbhsbl.alfahosting.org/comments/feed/", "http://gruenerovbhsbl.alfahosting.org/feed/" @@ -25556,7 +25895,7 @@ "opengraph": null, "title": null }, - "duration": 38, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-brookmerland-hinte-suedbrookmerland.de/" @@ -25572,15 +25911,15 @@ "generator": null, "icon": "http://gruenerovbhsbl.alfahosting.org/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband" }, - "duration": 299, + "duration": 371, "error": null, "status_code": 200, "url": "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" @@ -25620,7 +25959,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 168 + "value": 228 }, "SITE_REACHABLE": { "score": 1, @@ -25638,6 +25977,7 @@ "canonical_urls": [ "http://gruene-schaumburg.de/stadtverband-bueckeburg/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-bueckeburg.de": { @@ -25702,7 +26042,7 @@ "opengraph": null, "title": "Stadtverband Bückeburg: Stadtverband Bückeburg" }, - "duration": 45, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-schaumburg.de/stadtverband-bueckeburg/" @@ -25742,7 +26082,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 45 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -25760,6 +26100,7 @@ "canonical_urls": [ "http://www.gruene-burgwedel.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-burgwedel.de/feed/" ], @@ -25800,7 +26141,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -25808,7 +26149,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-burgwedel.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -25828,7 +26169,7 @@ "opengraph": null, "title": "Startseite - Die Grünen in Burgwedel" }, - "duration": 555, + "duration": 588, "error": null, "status_code": 200, "url": "http://www.gruene-burgwedel.de/" @@ -25867,7 +26208,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 555 + "value": 588 }, "SITE_REACHABLE": { "score": 1, @@ -25885,6 +26226,7 @@ "canonical_urls": [ "http://gruene-buxtehude.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-buxtehude.de": { @@ -25943,7 +26285,7 @@ "opengraph": null, "title": "GRÜNE Buxtehude: Herzlich Willkommen beim Ortsverband Buxtehude-Apensen" }, - "duration": 35, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-buxtehude.de/startseite/" @@ -25983,7 +26325,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -26001,6 +26343,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26059,7 +26402,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 103, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26097,9 +26440,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 32 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -26110,13 +26453,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26175,7 +26519,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26215,7 +26559,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -26233,6 +26577,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26291,7 +26636,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 34, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26331,7 +26676,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -26349,6 +26694,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26407,7 +26753,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26447,7 +26793,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26465,6 +26811,7 @@ "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -26523,7 +26870,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 36, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -26563,7 +26910,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26581,6 +26928,7 @@ "canonical_urls": [ "http://gruene-cham.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cham.de": { @@ -26639,7 +26987,7 @@ "opengraph": null, "title": "Kreisverband Cham: Aktuelles" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-cham.de/aktuelles/" @@ -26679,7 +27027,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -26697,6 +27045,7 @@ "canonical_urls": [ "http://gruene-coburg-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-coburg-land.de": { @@ -26755,7 +27104,7 @@ "opengraph": null, "title": "KV Coburg-Land: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-coburg-land.de/startseite/" @@ -26795,7 +27144,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -26813,6 +27162,7 @@ "canonical_urls": [ "https://gruene-coburg.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-coburg.de": { @@ -26871,7 +27221,7 @@ "opengraph": null, "title": "Kreisverband Coburg-Stadt: Start" }, - "duration": 106, + "duration": 199, "error": null, "status_code": 200, "url": "https://gruene-coburg.de/start/" @@ -26904,13 +27254,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 199 }, "SITE_REACHABLE": { "score": 1, @@ -26921,7 +27271,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -26929,6 +27279,7 @@ "http://www.gruene-cochemzell.de/", "https://www.gruene-cochemzell.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-cochemzell.de/comments/feed/", "https://www.gruene-cochemzell.de/feed/" @@ -26991,7 +27342,7 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 390, + "duration": 417, "error": null, "status_code": 200, "url": "http://www.gruene-cochemzell.de/" @@ -27009,7 +27360,7 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 622, + "duration": 616, "error": null, "status_code": 200, "url": "https://www.gruene-cochemzell.de/" @@ -27043,13 +27394,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 506 + "value": 516 }, "SITE_REACHABLE": { "score": 1, @@ -27060,7 +27411,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -27068,6 +27419,7 @@ "http://gruene-coe.de/", "http://www.gruene-coe.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-coe.de": { @@ -27107,7 +27459,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27115,7 +27467,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-coe.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27133,7 +27485,7 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 38, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-coe.de/" @@ -27148,7 +27500,7 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 26, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-coe.de/" @@ -27189,7 +27541,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -27207,6 +27559,7 @@ "canonical_urls": [ "http://www.gruene-cottbus.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-cottbus.de": { @@ -27265,7 +27618,7 @@ "opengraph": null, "title": "KREISVERBAND COTTBUS: Home" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-cottbus.de/home/" @@ -27305,7 +27658,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -27323,6 +27676,7 @@ "canonical_urls": [ "http://www.gruene-kv-cuxhaven.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-cuxhaven.de": { @@ -27361,7 +27715,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27369,7 +27723,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-cuxhaven.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27387,7 +27741,7 @@ "opengraph": null, "title": "Kreisverband Cuxhaven: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kv-cuxhaven.de/home/" @@ -27427,7 +27781,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -27445,6 +27799,7 @@ "canonical_urls": [ "http://gruene-dachau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-dachau.de/?feed=comments-rss2", "http://gruene-dachau.de/?feed=rss2" @@ -27486,7 +27841,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27494,7 +27849,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-dachau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -27513,15 +27868,15 @@ "generator": null, "icon": "http://gruene-dachau.de/wp/wp-content/themes/1508053999-H8CBIu/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Grüne Dachau" }, - "duration": 680, + "duration": 694, "error": null, "status_code": 200, "url": "http://gruene-dachau.de/" @@ -27560,7 +27915,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 680 + "value": 694 }, "SITE_REACHABLE": { "score": 1, @@ -27578,6 +27933,7 @@ "canonical_urls": [ "https://www.gruene-dadi.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-dadi.de": { @@ -27632,14 +27988,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Kreisverband Darmstadt-Dieburg" }, - "duration": 168, + "duration": 266, "error": null, "status_code": 200, "url": "https://www.gruene-dadi.de/" @@ -27673,13 +28029,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 168 + "value": 266 }, "SITE_REACHABLE": { "score": 1, @@ -27690,13 +28046,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-dahme-spreewald.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dahme-spreewald.de": { @@ -27755,7 +28112,7 @@ "opengraph": null, "title": "KV Dahme-Spreewald: Aktuelles" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-dahme-spreewald.de/aktuelles/" @@ -27795,7 +28152,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -27814,6 +28171,7 @@ "http://gruene-dannstadt-schauernheim.de/", "http://www.gruene-dannstadt-schauernheim.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dannstadt-schauernheim.de": { @@ -27876,7 +28234,7 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 23, + "duration": 55, "error": null, "status_code": 200, "url": "http://gruene-dannstadt-schauernheim.de/" @@ -27891,7 +28249,7 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 23, + "duration": 58, "error": null, "status_code": 200, "url": "http://www.gruene-dannstadt-schauernheim.de/" @@ -27933,7 +28291,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 23 + "value": 56 }, "SITE_REACHABLE": { "score": 1, @@ -27951,6 +28309,7 @@ "canonical_urls": [ "http://www.gruene-darmstadt.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-darmstadt.de": { @@ -28013,7 +28372,7 @@ "opengraph": null, "title": "Grüne Darmstadt Startseite | gruene-darmstadt.de" }, - "duration": 21, + "duration": 292, "error": null, "status_code": 200, "url": "http://www.gruene-darmstadt.de/" @@ -28052,9 +28411,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 21 + "value": 292 }, "SITE_REACHABLE": { "score": 1, @@ -28065,13 +28424,14 @@ "value": true } }, - "score": 5.0 + "score": 4.5 }, { "details": { "canonical_urls": [ "http://www.gruene-dessau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-dessau.de/comments/feed/", "http://www.gruene-dessau.de/feed/", @@ -28142,15 +28502,15 @@ "generator": null, "icon": "http://www.gruene-dessau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "-" }, - "duration": 533, + "duration": 591, "error": null, "status_code": 200, "url": "http://www.gruene-dessau.de/" @@ -28189,7 +28549,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 533 + "value": 591 }, "SITE_REACHABLE": { "score": 1, @@ -28207,6 +28567,7 @@ "canonical_urls": [ "http://gruene-dgf-lan.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dgf-lan.de": { @@ -28265,7 +28626,7 @@ "opengraph": null, "title": "KV Dingolfing-Landau: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-dgf-lan.de/home/" @@ -28305,7 +28666,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28323,6 +28684,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28381,7 +28743,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28421,7 +28783,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28439,6 +28801,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28497,7 +28860,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 80, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28537,7 +28900,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 80 }, "SITE_REACHABLE": { "score": 1, @@ -28555,6 +28918,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28613,7 +28977,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28653,7 +29017,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -28671,6 +29035,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28729,7 +29094,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28769,7 +29134,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -28787,6 +29152,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28845,7 +29211,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -28885,7 +29251,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -28903,6 +29269,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -28961,7 +29328,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -29001,7 +29368,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -29019,6 +29386,7 @@ "canonical_urls": [ "http://www.gruene-diepholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-diepholz.de": { @@ -29077,7 +29445,7 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" @@ -29117,7 +29485,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -29135,6 +29503,7 @@ "canonical_urls": [ "https://gruene-dillingen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dillingen-saar.de/comments/feed/", "https://gruene-dillingen-saar.de/feed/" @@ -29199,7 +29568,7 @@ "opengraph": null, "title": "Die Grünen in Dillingen - BÜNDNIS 90/DIE GRÜNEN Dillingen/Saar" }, - "duration": 252, + "duration": 370, "error": null, "status_code": 200, "url": "https://gruene-dillingen-saar.de/" @@ -29231,13 +29600,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 252 + "value": 370 }, "SITE_REACHABLE": { "score": 1, @@ -29248,7 +29617,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -29256,6 +29625,7 @@ "http://gruene-dillingen.de/startseite/", "http://www.gruene-dillingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dillingen.de": { @@ -29315,7 +29685,7 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-dillingen.de/startseite/" @@ -29330,7 +29700,7 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 54, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-dillingen.de/startseite/" @@ -29371,7 +29741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 42 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -29390,6 +29760,7 @@ "http://www.gruene-dissen.de", "http://www.gruene-dissen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dissen.de": { @@ -29452,12 +29823,12 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 321, + "duration": 428, "error": null, "status_code": 200, "url": "http://www.gruene-dissen.de" @@ -29470,12 +29841,12 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 334, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-dissen.de/" @@ -29516,7 +29887,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 328 + "value": 394 }, "SITE_REACHABLE": { "score": 1, @@ -29534,6 +29905,7 @@ "canonical_urls": [ "http://www.gruene-dithmarschen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-dithmarschen.de": { @@ -29592,7 +29964,7 @@ "opengraph": null, "title": "Kreisverband Dithmarschen: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-dithmarschen.de/startseite/" @@ -29632,7 +30004,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -29650,6 +30022,7 @@ "canonical_urls": [ "https://gruene-donau-ries.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-donau-ries.de": { @@ -29708,7 +30081,7 @@ "opengraph": null, "title": "Die Grünen Donau-Ries: Grüne Donau-Ries" }, - "duration": 82, + "duration": 143, "error": null, "status_code": 200, "url": "https://gruene-donau-ries.de/" @@ -29741,13 +30114,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 82 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -29758,7 +30131,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -29766,6 +30139,7 @@ "http://gruene-dortmund.de/", "http://www.gruene-dortmund.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dortmund.de": { @@ -29831,7 +30205,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 185, + "duration": 238, "error": null, "status_code": 200, "url": "http://gruene-dortmund.de/" @@ -29846,7 +30220,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 922, + "duration": 512, "error": null, "status_code": 200, "url": "http://www.gruene-dortmund.de/" @@ -29887,7 +30261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 554 + "value": 375 }, "SITE_REACHABLE": { "score": 1, @@ -29906,6 +30280,7 @@ "http://gruene-dto.de/", "http://www.gruene-dto.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-dto.de": { @@ -29983,7 +30358,7 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 100, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-dto.de/" @@ -30025,7 +30400,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 60 }, "SITE_REACHABLE": { "score": 1, @@ -30043,6 +30418,7 @@ "canonical_urls": [ "https://gruene-dueren.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-dueren.de/comments/feed", "https://gruene-dueren.de/feed" @@ -30105,15 +30481,15 @@ "generator": null, "icon": "https://gruene-dueren.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Düren" }, - "duration": 348, + "duration": 383, "error": null, "status_code": 200, "url": "https://gruene-dueren.de/" @@ -30145,13 +30521,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 348 + "value": 383 }, "SITE_REACHABLE": { "score": 1, @@ -30162,13 +30538,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-duesseldorf.de/" ], + "cms": "masterslider 3.4.1 - responsive touch image slider | avt.li/msf", "feeds": [ "http://www.gruene-duesseldorf.de/comments/feed/", "http://www.gruene-duesseldorf.de/feed/" @@ -30237,16 +30614,16 @@ "generator": "MasterSlider 3.4.1 - Responsive Touch Image Slider | avt.li/msf", "icon": "http://www.gruene-duesseldorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Düsseldorf" }, - "duration": 313, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-duesseldorf.de/" @@ -30283,9 +30660,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 313 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -30296,13 +30673,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.gruene-duew.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-duew.de": { @@ -30361,7 +30739,7 @@ "opengraph": null, "title": "Grüner KV Bad Dürkheim: Startseite" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-duew.de/startseite/" @@ -30401,7 +30779,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -30419,6 +30797,7 @@ "canonical_urls": [ "https://gruene-ebersberg.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-ebe.de": { @@ -30483,7 +30862,7 @@ "opengraph": null, "title": "Die Grünen im Landkreis Ebersberg: Die Grünen im Landkreis Ebersberg" }, - "duration": 78, + "duration": 151, "error": null, "status_code": 200, "url": "https://gruene-ebersberg.de/" @@ -30516,13 +30895,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 78 + "value": 151 }, "SITE_REACHABLE": { "score": 1, @@ -30533,13 +30912,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-edewecht.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-edewecht.de/feed/rss" ], @@ -30595,17 +30975,17 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-edewecht.de/wp-content/themes/gruene-edewecht/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Edewecht • BlickWechsel Infos über GRÜNE Politik in Edewecht" }, - "duration": 714, + "duration": 934, "error": null, "status_code": 200, "url": "http://gruene-edewecht.de/" @@ -30644,7 +31024,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 714 + "value": 934 }, "SITE_REACHABLE": { "score": 1, @@ -30662,6 +31042,7 @@ "canonical_urls": [ "http://www.gruene-eichstaett.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eichstaett.de": { @@ -30720,7 +31101,7 @@ "opengraph": null, "title": "Kreisverband Eichstätt: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-eichstaett.de/home/" @@ -30760,7 +31141,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -30778,6 +31159,7 @@ "canonical_urls": [ "http://gruene-eimsbuettel.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-eimsbuettel.de": { @@ -30842,7 +31224,7 @@ "opengraph": null, "title": "GRÜNE Eimsbüttel: Home" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-eimsbuettel.de/home/" @@ -30882,7 +31264,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -30901,6 +31283,7 @@ "http://gruene-eitorf.de/", "http://www.gruene-eitorf.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-eitorf.de": { @@ -30963,7 +31346,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 9, + "duration": 49, "error": null, "status_code": 200, "url": "http://gruene-eitorf.de/" @@ -30978,7 +31361,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 9, + "duration": 54, "error": null, "status_code": 200, "url": "http://www.gruene-eitorf.de/" @@ -31020,7 +31403,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 9 + "value": 52 }, "SITE_REACHABLE": { "score": 1, @@ -31038,6 +31421,7 @@ "canonical_urls": [ "http://www.gruene-elbe-weisseritz.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-elbe-weisseritz.de/rss.xml" ], @@ -31106,7 +31490,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Sächsische Schweiz - Osterzgebirge" }, - "duration": 180, + "duration": 218, "error": null, "status_code": 200, "url": "http://www.gruene-elbe-weisseritz.de/startseite/" @@ -31145,7 +31529,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 180 + "value": 218 }, "SITE_REACHABLE": { "score": 1, @@ -31163,6 +31547,7 @@ "canonical_urls": [ "http://www.gruene-els.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-els.de": { @@ -31221,7 +31606,7 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-els.de/home/" @@ -31261,7 +31646,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -31279,6 +31664,7 @@ "canonical_urls": [ "http://www.gruene-els.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-els.de": { @@ -31337,7 +31723,7 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://www.gruene-els.de/home/" @@ -31377,7 +31763,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -31395,6 +31781,7 @@ "canonical_urls": [ "https://gruene-em.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-em.de/comments/feed/", "https://gruene-em.de/feed/" @@ -31457,16 +31844,16 @@ "generator": null, "icon": "https://gruene-em.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne im Kreis Emmendingen" }, - "duration": 166, + "duration": 176, "error": null, "status_code": 200, "url": "https://gruene-em.de/" @@ -31498,13 +31885,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 176 }, "SITE_REACHABLE": { "score": 1, @@ -31515,13 +31902,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ - "http://gruene-en.de/home/" + "https://gruene-en.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-en.de": { @@ -31542,7 +31930,7 @@ } }, "icons": [ - "http://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + "https://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" ], "ipv4_addresses": [ "91.102.13.20" @@ -31550,22 +31938,22 @@ "resolvable_urls": [ { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "http://gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "http://www.gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "https://gruene-en.de/" }, { "error": null, - "redirects_to": "http://gruene-en.de/home/", + "redirects_to": "https://gruene-en.de/home/", "url": "https://www.gruene-en.de/" } ], @@ -31576,14 +31964,14 @@ "encoding": "utf-8", "feeds": [], "generator": "TYPO3 CMS", - "icon": "http://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "icon": "https://gruene-en.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Kreisverband Ennepe-Ruhr: Home" }, - "duration": 33, + "duration": 193, "error": null, "status_code": 200, - "url": "http://gruene-en.de/home/" + "url": "https://gruene-en.de/home/" } ] }, @@ -31613,14 +32001,13 @@ "value": false }, "HTTPS": { - "score": 0, - "type": "boolean", - "value": false + "score": 2, + "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 33 + "value": 193 }, "SITE_REACHABLE": { "score": 1, @@ -31631,13 +32018,14 @@ "value": true } }, - "score": 6.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -31706,16 +32094,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 340, + "duration": 391, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -31754,7 +32142,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 340 + "value": 391 }, "SITE_REACHABLE": { "score": 1, @@ -31772,6 +32160,7 @@ "canonical_urls": [ "http://www.gruene-erding.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erding.de": { @@ -31830,7 +32219,7 @@ "opengraph": null, "title": "Kreisverband Erding: AKTUELLES" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-erding.de/home/" @@ -31870,7 +32259,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -31888,6 +32277,7 @@ "canonical_urls": [ "http://www.gruene-erlangen-land.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erlangen-land.de": { @@ -31946,7 +32336,7 @@ "opengraph": null, "title": "Erlangen-Land: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-erlangen-land.de/home/" @@ -31986,7 +32376,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32004,6 +32394,7 @@ "canonical_urls": [ "http://gruene-erlangen.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-erlangen.de": { @@ -32062,7 +32453,7 @@ "opengraph": null, "title": "Kreisverband Erlangen: Start" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-erlangen.de/start/" @@ -32102,7 +32493,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32120,6 +32511,7 @@ "canonical_urls": [ "http://www.gruene-erzgebirge.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-erzgebirge.de/rss.xml" ], @@ -32188,7 +32580,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN im Erzgebirge" }, - "duration": 239, + "duration": 225, "error": null, "status_code": 200, "url": "http://www.gruene-erzgebirge.de/startseite/" @@ -32227,7 +32619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 225 }, "SITE_REACHABLE": { "score": 1, @@ -32245,6 +32637,7 @@ "canonical_urls": [ "http://www.gruene-es.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-es.de": { @@ -32303,7 +32696,7 @@ "opengraph": null, "title": "Kreisverband Esslingen: HOME" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-es.de/home/" @@ -32343,7 +32736,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -32361,6 +32754,7 @@ "canonical_urls": [ "http://gruene-ettlingen.de/kreisverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ettlingen.de": { @@ -32419,7 +32813,7 @@ "opengraph": null, "title": "KV Ettlingen: Kreisverband" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-ettlingen.de/kreisverband/" @@ -32459,7 +32853,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -32478,6 +32872,7 @@ "http://www.gruene-euskirchen.de/", "https://www.gruene-euskirchen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-euskirchen.de/comments/feed/", "http://www.gruene-euskirchen.de/feed/", @@ -32543,15 +32938,15 @@ "generator": null, "icon": "http://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 804, + "duration": 354, "error": null, "status_code": 200, "url": "http://www.gruene-euskirchen.de/" @@ -32567,15 +32962,15 @@ "generator": null, "icon": "https://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 481, + "duration": 486, "error": null, "status_code": 200, "url": "https://www.gruene-euskirchen.de/" @@ -32608,13 +33003,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 642 + "value": 420 }, "SITE_REACHABLE": { "score": 1, @@ -32625,13 +33020,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-fichtelgebirge.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-fichtelgebirge.de": { @@ -32690,7 +33086,7 @@ "opengraph": null, "title": "GRÜNE-FICHTELGEBIRGE : Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-fichtelgebirge.de/home/" @@ -32730,7 +33126,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -32748,6 +33144,7 @@ "canonical_urls": [ "http://www.gruene-flensburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-flensburg.de": { @@ -32806,7 +33203,7 @@ "opengraph": null, "title": "GRÜNE Flensburg: Home" }, - "duration": 32, + "duration": 87, "error": null, "status_code": 200, "url": "http://www.gruene-flensburg.de/home/" @@ -32846,7 +33243,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 87 }, "SITE_REACHABLE": { "score": 1, @@ -32864,6 +33261,7 @@ "canonical_urls": [ "http://gruene-forchheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-forchheim.de": { @@ -32922,7 +33320,7 @@ "opengraph": null, "title": "Kreisverband Forchheim: Startseite" }, - "duration": 40, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-forchheim.de/startseite/" @@ -32962,7 +33360,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -32980,6 +33378,7 @@ "canonical_urls": [ "http://www.gruene-frankfurt-oder.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frankfurt-oder.de": { @@ -33038,7 +33437,7 @@ "opengraph": null, "title": "Frankfurt (Oder): Start" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-frankfurt-oder.de/start/" @@ -33078,7 +33477,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -33097,6 +33496,7 @@ "http://www.gruene-frankfurt.de/home/", "https://www.gruene-frankfurt.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-frankfurt.de": { @@ -33145,7 +33545,7 @@ "opengraph": null, "title": "Home" }, - "duration": 633, + "duration": 698, "error": null, "status_code": 200, "url": "http://www.gruene-frankfurt.de/home/" @@ -33160,7 +33560,7 @@ "opengraph": null, "title": "Home" }, - "duration": 708, + "duration": 760, "error": null, "status_code": 200, "url": "https://www.gruene-frankfurt.de/home/" @@ -33194,13 +33594,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 670 + "value": 729 }, "SITE_REACHABLE": { "score": 1, @@ -33211,7 +33611,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -33219,6 +33619,7 @@ "https://gruene-fredenbeck.de/", "https://www.gruene-fredenbeck.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-fredenbeck.de": { @@ -33275,7 +33676,7 @@ "opengraph": null, "title": "Startseite" }, - "duration": 82, + "duration": 135, "error": null, "status_code": 200, "url": "https://gruene-fredenbeck.de/" @@ -33290,7 +33691,7 @@ "opengraph": null, "title": "Startseite" }, - "duration": 81, + "duration": 145, "error": null, "status_code": 200, "url": "https://www.gruene-fredenbeck.de/" @@ -33325,13 +33726,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 82 + "value": 140 }, "SITE_REACHABLE": { "score": 1, @@ -33342,13 +33743,14 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://gruene-freiburg.de/das-neueste.html" ], + "cms": "typo3", "feeds": [ "https://gruene-freiburg.de/index.php?id=4227&type=100" ], @@ -33401,7 +33803,7 @@ "opengraph": null, "title": "Das Neueste" }, - "duration": 142, + "duration": 201, "error": null, "status_code": 200, "url": "https://gruene-freiburg.de/das-neueste.html" @@ -33434,13 +33836,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 201 }, "SITE_REACHABLE": { "score": 1, @@ -33451,13 +33853,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -33526,16 +33929,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 357, + "duration": 380, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -33574,7 +33977,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 357 + "value": 380 }, "SITE_REACHABLE": { "score": 1, @@ -33592,6 +33995,7 @@ "canonical_urls": [ "http://gruene-freising.de/kreisverband/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-freising.de": { @@ -33650,7 +34054,7 @@ "opengraph": null, "title": "Kreisverband Freising: Kreisverband" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-freising.de/kreisverband/" @@ -33690,7 +34094,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -33708,6 +34112,7 @@ "canonical_urls": [ "http://gruene-freudenstadt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-freudenstadt.de/comments/feed/", "http://gruene-freudenstadt.de/feed/" @@ -33765,15 +34170,15 @@ "generator": null, "icon": "http://gruene-freudenstadt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Freudenstadt" }, - "duration": 514, + "duration": 516, "error": null, "status_code": 200, "url": "http://gruene-freudenstadt.de/" @@ -33812,7 +34217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 514 + "value": 516 }, "SITE_REACHABLE": { "score": 1, @@ -33830,6 +34235,7 @@ "canonical_urls": [ "http://www.gruene-frg.de/ansprechpartnerinnen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-frg.de": { @@ -33888,7 +34294,7 @@ "opengraph": null, "title": "Freyung-Grafenau: AnsprechpartnerInnen" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-frg.de/ansprechpartnerinnen/" @@ -33928,7 +34334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -33946,6 +34352,7 @@ "canonical_urls": [ "http://gruene-kreisverband-ffb.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-fuerstenfeldbruck.de": { @@ -33984,7 +34391,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -33992,7 +34399,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-fuerstenfeldbruck.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34010,7 +34417,7 @@ "opengraph": null, "title": "KV Fürstenfeldbruck: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-kreisverband-ffb.de/home/" @@ -34050,7 +34457,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -34069,6 +34476,7 @@ "http://www.gruene-fuerth-land.de/", "https://www.gruene-fuerth-land.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-fuerth-land.de/comments/feed/", "http://www.gruene-fuerth-land.de/feed/", @@ -34126,16 +34534,16 @@ "generator": null, "icon": "http://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 180, + "duration": 186, "error": null, "status_code": 200, "url": "http://www.gruene-fuerth-land.de/" @@ -34151,16 +34559,16 @@ "generator": null, "icon": "https://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 220, + "duration": 256, "error": null, "status_code": 200, "url": "https://www.gruene-fuerth-land.de/" @@ -34193,13 +34601,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 200 + "value": 221 }, "SITE_REACHABLE": { "score": 1, @@ -34210,13 +34618,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-fuerth.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-fuerth.de/comments/feed/", "http://www.gruene-fuerth.de/feed/" @@ -34258,7 +34667,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34266,7 +34675,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-fuerth.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -34285,15 +34694,15 @@ "generator": null, "icon": "http://www.gruene-fuerth.de/wp/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Fürth" }, - "duration": 209, + "duration": 245, "error": null, "status_code": 200, "url": "http://www.gruene-fuerth.de/" @@ -34332,7 +34741,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 245 }, "SITE_REACHABLE": { "score": 1, @@ -34350,6 +34759,7 @@ "canonical_urls": [ "http://www.gruene-fulda.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-fulda.de": { @@ -34408,7 +34818,7 @@ "opengraph": null, "title": "Kreis FULDA: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-fulda.de/home/" @@ -34448,7 +34858,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -34466,6 +34876,7 @@ "canonical_urls": [ "http://gruene-gap.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gap.de": { @@ -34524,7 +34935,7 @@ "opengraph": null, "title": "KV Garmisch-Partenkirchen: Startseite" }, - "duration": 36, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-gap.de/startseite/" @@ -34564,7 +34975,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -34582,6 +34993,7 @@ "canonical_urls": [ "http://www.gruene-gehrden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gehrden.de/comments/feed/", "http://www.gruene-gehrden.de/feed/" @@ -34639,16 +35051,16 @@ "generator": null, "icon": "http://www.gruene-gehrden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Gehrden" }, - "duration": 563, + "duration": 335, "error": null, "status_code": 200, "url": "http://www.gruene-gehrden.de/" @@ -34687,7 +35099,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 563 + "value": 335 }, "SITE_REACHABLE": { "score": 1, @@ -34705,6 +35117,7 @@ "canonical_urls": [ "http://www.gruene-gellersen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gellersen.de/comments/feed/", "http://www.gruene-gellersen.de/feed/", @@ -34775,15 +35188,15 @@ "generator": null, "icon": "http://www.gruene-gellersen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Gellersen" }, - "duration": 48, + "duration": 930, "error": null, "status_code": 200, "url": "http://www.gruene-gellersen.de/" @@ -34820,9 +35233,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 48 + "value": 930 }, "SITE_REACHABLE": { "score": 1, @@ -34833,13 +35246,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-gelsenkirchen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-gelsenkirchen.de/comments/feed", "http://www.gruene-gelsenkirchen.de/feed", @@ -34910,17 +35324,17 @@ "generator": null, "icon": "http://www.gruene-gelsenkirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE Gelsenkirchen" }, - "duration": 824, + "duration": 989, "error": null, "status_code": 200, "url": "http://www.gruene-gelsenkirchen.de/" @@ -34959,7 +35373,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 824 + "value": 989 }, "SITE_REACHABLE": { "score": 1, @@ -34977,6 +35391,7 @@ "canonical_urls": [ "http://www.gruene-georgsmarienhuette.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-georgsmarienhuette.de": { @@ -35039,12 +35454,12 @@ "generator": null, "icon": "http://www.gruene-georgsmarienhuette.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Georgmarienhütte ::\tWir machen das klar." }, - "duration": 388, + "duration": 403, "error": null, "status_code": 200, "url": "http://www.gruene-georgsmarienhuette.de/" @@ -35084,7 +35499,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 388 + "value": 403 }, "SITE_REACHABLE": { "score": 1, @@ -35102,6 +35517,7 @@ "canonical_urls": [ "https://www.gruene-giessen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-giessen.de": { @@ -35158,7 +35574,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen – Gießen" }, - "duration": 65, + "duration": 143, "error": null, "status_code": 200, "url": "https://www.gruene-giessen.de/" @@ -35192,13 +35608,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 143 }, "SITE_REACHABLE": { "score": 1, @@ -35209,13 +35625,14 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -35278,17 +35695,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 465, + "duration": 917, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -35320,13 +35737,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 465 + "value": 917 }, "SITE_REACHABLE": { "score": 1, @@ -35337,13 +35754,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-gleichen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-gleichen.de": { @@ -35402,7 +35820,7 @@ "opengraph": null, "title": "Gemeindeverband Gleichen: Home" }, - "duration": 30, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-gleichen.de/home/" @@ -35442,7 +35860,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -35461,6 +35879,7 @@ "http://www.gruene-goeppingen.de/bundestagswahl-2017/", "https://www.gruene-goeppingen.de/bundestagswahl-2017/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-goeppingen.de": { @@ -35512,7 +35931,7 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 540, + "duration": 557, "error": null, "status_code": 200, "url": "http://www.gruene-goeppingen.de/bundestagswahl-2017/" @@ -35527,7 +35946,7 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 615, + "duration": 646, "error": null, "status_code": 200, "url": "https://www.gruene-goeppingen.de/bundestagswahl-2017/" @@ -35561,13 +35980,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 578 + "value": 602 }, "SITE_REACHABLE": { "score": 1, @@ -35578,13 +35997,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-goerlitz.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-goerlitz.de/rss.xml" ], @@ -35653,7 +36073,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Görlitz" }, - "duration": 197, + "duration": 213, "error": null, "status_code": 200, "url": "http://www.gruene-goerlitz.de/startseite/" @@ -35692,7 +36112,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 197 + "value": 213 }, "SITE_REACHABLE": { "score": 1, @@ -35710,6 +36130,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -35768,7 +36189,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -35808,7 +36229,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -35826,6 +36247,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -35884,7 +36306,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -35924,7 +36346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -35942,6 +36364,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36000,7 +36423,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 30, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36040,7 +36463,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -36058,6 +36481,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36116,7 +36540,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36156,7 +36580,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -36174,6 +36598,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36232,7 +36657,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36272,7 +36697,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -36290,6 +36715,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36348,7 +36774,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36388,7 +36814,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -36406,6 +36832,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36464,7 +36891,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36504,7 +36931,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36522,6 +36949,7 @@ "canonical_urls": [ "http://www.gruene-goettingen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goettingen.de": { @@ -36580,7 +37008,7 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 34, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" @@ -36620,7 +37048,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -36638,6 +37066,7 @@ "canonical_urls": [ "http://www.gruene-goslar.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-goslar.de": { @@ -36696,7 +37125,7 @@ "opengraph": null, "title": "Kreisverband Goslar: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-goslar.de/home/" @@ -36736,7 +37165,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36754,6 +37183,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -36812,7 +37242,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -36852,7 +37282,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -36870,6 +37300,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -36928,7 +37359,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -36968,7 +37399,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -36986,6 +37417,7 @@ "canonical_urls": [ "http://www.gruene-grafschaft.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-grafschaft.de": { @@ -37044,7 +37476,7 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" @@ -37084,7 +37516,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -37102,6 +37534,7 @@ "canonical_urls": [ "http://gruene-guenzburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-guenzburg.de/comments/feed/", "http://gruene-guenzburg.de/feed/" @@ -37159,15 +37592,15 @@ "generator": null, "icon": "http://gruene-guenzburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Günzburg" }, - "duration": 263, + "duration": 253, "error": null, "status_code": 200, "url": "http://gruene-guenzburg.de/" @@ -37206,7 +37639,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 263 + "value": 253 }, "SITE_REACHABLE": { "score": 1, @@ -37225,6 +37658,7 @@ "http://gruene-hagen-cux.de/", "http://www.gruene-hagen-cux.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-hagen-cux.de/index.php?format=feed&type=rss", "http://www.gruene-hagen-cux.de/index.php?format=feed&type=rss" @@ -37296,7 +37730,7 @@ "opengraph": null, "title": "Home" }, - "duration": 224, + "duration": 255, "error": null, "status_code": 200, "url": "http://gruene-hagen-cux.de/" @@ -37314,7 +37748,7 @@ "opengraph": null, "title": "Home" }, - "duration": 232, + "duration": 252, "error": null, "status_code": 200, "url": "http://www.gruene-hagen-cux.de/" @@ -37354,7 +37788,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 254 }, "SITE_REACHABLE": { "score": 1, @@ -37373,6 +37807,7 @@ "http://gruene-hagen.de/", "http://www.gruene-hagen.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hagen.de": { @@ -37435,7 +37870,7 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 42, + "duration": 81, "error": null, "status_code": 200, "url": "http://gruene-hagen.de/" @@ -37450,7 +37885,7 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 43, + "duration": 74, "error": null, "status_code": 200, "url": "http://www.gruene-hagen.de/" @@ -37492,7 +37927,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 42 + "value": 78 }, "SITE_REACHABLE": { "score": 1, @@ -37510,6 +37945,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -37569,16 +38005,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 238, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -37592,6 +38028,132 @@ "level": "DE:KREISVERBAND", "state": "Niedersachsen" }, + "result": { + "CANONICAL_URL": { + "score": 1, + "value": true + }, + "DNS_RESOLVABLE_IPV4": { + "score": 1, + "value": true + }, + "FAVICON": { + "score": 1, + "value": true + }, + "FEEDS": { + "score": 1, + "value": true + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 238 + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 6.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-hameln-pyrmont.de/category/startseite/" + ], + "cms": "wordpress-urwahl", + "feeds": [ + "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", + "http://www.gruene-hameln-pyrmont.de/comments/feed/", + "http://www.gruene-hameln-pyrmont.de/feed/" + ], + "hostnames": { + "gruene-hameln-pyrmont.de": { + "aliases": [], + "ip_addresses": [ + "81.169.145.167" + ], + "resolvable": true, + "resolved_hostname": "gruene-hameln-pyrmont.de" + }, + "www.gruene-hameln-pyrmont.de": { + "aliases": [ + "www.gruene-hameln-pyrmont.de" + ], + "ip_addresses": [ + "81.169.145.167" + ], + "resolvable": true, + "resolved_hostname": "gruene-hameln-pyrmont.de" + } + }, + "icons": [ + "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png" + ], + "ipv4_addresses": [ + "81.169.145.167" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-hameln-pyrmont.de/category/startseite/", + "url": "http://gruene-hameln-pyrmont.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-hameln-pyrmont.de', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:777)'),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-hameln-pyrmont.de/" + } + ], + "urlchecks": [ + { + "content": { + "canonical_link": "http://www.gruene-hameln-pyrmont.de/category/startseite/", + "encoding": "UTF-8", + "feeds": [ + "http://www.gruene-hameln-pyrmont.de/feed/", + "http://www.gruene-hameln-pyrmont.de/comments/feed/", + "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/" + ], + "generator": null, + "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", + "opengraph": [ + "og:url", + "og:image", + "og:description", + "og:title", + "og:site_name", + "og:type" + ], + "title": "- Startseite | Willkommen in Hameln-Pyrmont!" + }, + "duration": 209, + "error": null, + "status_code": 200, + "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" + } + ] + }, + "input_url": "http://www.gruene-hameln-pyrmont.de/category/ortsverband-bad-pyrmont/", + "meta": { + "city": "Bad Pyrmont", + "district": "Hameln-Pyrmont", + "level": "DE:ORTSVERBAND", + "state": "Niedersachsen" + }, "result": { "CANONICAL_URL": { "score": 1, @@ -37635,6 +38197,7 @@ "canonical_urls": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", "http://www.gruene-hameln-pyrmont.de/comments/feed/", @@ -37694,141 +38257,16 @@ "generator": null, "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 155, - "error": null, - "status_code": 200, - "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" - } - ] - }, - "input_url": "http://www.gruene-hameln-pyrmont.de/category/ortsverband-bad-pyrmont/", - "meta": { - "city": "Bad Pyrmont", - "district": "Hameln-Pyrmont", - "level": "DE:ORTSVERBAND", - "state": "Niedersachsen" - }, - "result": { - "CANONICAL_URL": { - "score": 1, - "value": true - }, - "DNS_RESOLVABLE_IPV4": { - "score": 1, - "value": true - }, - "FAVICON": { - "score": 1, - "value": true - }, - "FEEDS": { - "score": 1, - "value": true - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 0.5, - "type": "number", - "value": 155 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 6.5 - }, - { - "details": { - "canonical_urls": [ - "http://www.gruene-hameln-pyrmont.de/category/startseite/" - ], - "feeds": [ - "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/", - "http://www.gruene-hameln-pyrmont.de/comments/feed/", - "http://www.gruene-hameln-pyrmont.de/feed/" - ], - "hostnames": { - "gruene-hameln-pyrmont.de": { - "aliases": [], - "ip_addresses": [ - "81.169.145.167" - ], - "resolvable": true, - "resolved_hostname": "gruene-hameln-pyrmont.de" - }, - "www.gruene-hameln-pyrmont.de": { - "aliases": [ - "www.gruene-hameln-pyrmont.de" - ], - "ip_addresses": [ - "81.169.145.167" - ], - "resolvable": true, - "resolved_hostname": "gruene-hameln-pyrmont.de" - } - }, - "icons": [ - "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png" - ], - "ipv4_addresses": [ - "81.169.145.167" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://www.gruene-hameln-pyrmont.de/category/startseite/", - "url": "http://gruene-hameln-pyrmont.de/" - }, - { - "error": { - "message": "HTTPSConnectionPool(host='gruene-hameln-pyrmont.de', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:777)'),))", - "type": "" - }, - "redirects_to": null, - "url": "https://gruene-hameln-pyrmont.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": "http://www.gruene-hameln-pyrmont.de/category/startseite/", - "encoding": "UTF-8", - "feeds": [ - "http://www.gruene-hameln-pyrmont.de/feed/", - "http://www.gruene-hameln-pyrmont.de/comments/feed/", - "http://www.gruene-hameln-pyrmont.de/category/startseite/feed/" - ], - "generator": null, - "icon": "http://www.gruene-hameln-pyrmont.de/wp-content/themes/urwahl3000/favicon.png", - "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:url" - ], - "title": "- Startseite | Willkommen in Hameln-Pyrmont!" - }, - "duration": 204, + "duration": 219, "error": null, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" @@ -37867,7 +38305,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 204 + "value": 219 }, "SITE_REACHABLE": { "score": 1, @@ -37885,6 +38323,7 @@ "canonical_urls": [ "http://www.gruene-hamm.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hamm.de/beispiel-seite/feed/", "http://www.gruene-hamm.de/comments/feed/", @@ -37955,16 +38394,16 @@ "generator": null, "icon": "http://www.gruene-hamm.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Hamm/Westf." }, - "duration": 493, + "duration": 483, "error": null, "status_code": 200, "url": "http://www.gruene-hamm.de/" @@ -38003,7 +38442,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 493 + "value": 483 }, "SITE_REACHABLE": { "score": 1, @@ -38024,6 +38463,7 @@ "https://gruene-hannover.de/", "https://www.gruene-hannover.de/" ], + "cms": "drupal", "feeds": [], "hostnames": { "gruene-hannover.de": { @@ -38085,7 +38525,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 96, + "duration": 127, "error": null, "status_code": 200, "url": "http://gruene-hannover.de/" @@ -38100,7 +38540,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 98, + "duration": 133, "error": null, "status_code": 200, "url": "http://www.gruene-hannover.de/" @@ -38115,7 +38555,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 143, + "duration": 206, "error": null, "status_code": 200, "url": "https://gruene-hannover.de/" @@ -38130,7 +38570,7 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 146, + "duration": 214, "error": null, "status_code": 200, "url": "https://www.gruene-hannover.de/" @@ -38164,13 +38604,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 170 }, "SITE_REACHABLE": { "score": 1, @@ -38181,13 +38621,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruene-harburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-harburg.de/comments/feed/", "https://gruene-harburg.de/feed/" @@ -38250,15 +38691,15 @@ "generator": null, "icon": "https://gruene-harburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Willkommen" }, - "duration": 836, + "duration": 585, "error": null, "status_code": 200, "url": "https://gruene-harburg.de/" @@ -38290,13 +38731,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 836 + "value": 585 }, "SITE_REACHABLE": { "score": 1, @@ -38307,13 +38748,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-hardt.de/index.php?id=50" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-hardt.de": { @@ -38367,7 +38809,7 @@ "opengraph": null, "title": "Grüne im Rhein-Neckar Kreis - Der Kreisverband Hardt" }, - "duration": 40, + "duration": 74, "error": null, "status_code": 200, "url": "http://gruene-hardt.de/index.php?id=50" @@ -38407,7 +38849,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 74 }, "SITE_REACHABLE": { "score": 1, @@ -38425,6 +38867,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/ov-harpstedt/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-harpstedt.de": { @@ -38463,7 +38906,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -38471,7 +38914,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-harpstedt.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -38489,7 +38932,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: OV Harpstedt" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/ov-harpstedt/" @@ -38529,7 +38972,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -38547,6 +38990,7 @@ "canonical_urls": [ "https://gruene-harsefeld.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-harsefeld.de/comments/feed/", "https://gruene-harsefeld.de/feed/" @@ -38601,16 +39045,16 @@ "generator": null, "icon": "https://gruene-harsefeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Harsefeld - Politik für Umwelt, Mensch und TierGrüne Harsefeld" }, - "duration": 10, + "duration": 54, "error": null, "status_code": 200, "url": "https://gruene-harsefeld.de/" @@ -38642,13 +39086,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 10 + "value": 54 }, "SITE_REACHABLE": { "score": 1, @@ -38659,13 +39103,14 @@ "value": true } }, - "score": 8.0 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://gruene-harz.de/willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-harz.de": { @@ -38724,7 +39169,7 @@ "opengraph": null, "title": "Grüne im Landkreis Harz: Willkommen" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-harz.de/willkommen/" @@ -38764,7 +39209,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -38782,6 +39227,7 @@ "canonical_urls": [ "http://gruene-hassberge.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hassberge.de": { @@ -38840,7 +39286,7 @@ "opengraph": null, "title": "Kreisverband Haßberge: Home" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hassberge.de/home/" @@ -38880,7 +39326,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -38898,6 +39344,7 @@ "canonical_urls": [ "http://www.gruene-havelland.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-havelland.de": { @@ -38956,7 +39403,7 @@ "opengraph": null, "title": "Kreisverband Havelland: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-havelland.de/startseite/" @@ -38996,7 +39443,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -39014,6 +39461,7 @@ "canonical_urls": [ "http://gruene-heidekreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-heidekreis.de": { @@ -39072,7 +39520,7 @@ "opengraph": null, "title": "Kreisverband Heidekreis: Home" }, - "duration": 34, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-heidekreis.de/home/" @@ -39112,7 +39560,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -39130,6 +39578,7 @@ "canonical_urls": [ "https://www.gruene-heidelberg.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-heidelberg.de/comments/feed/", "https://www.gruene-heidelberg.de/feed/", @@ -39188,7 +39637,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Heidelberg" }, - "duration": 79, + "duration": 180, "error": null, "status_code": 200, "url": "https://www.gruene-heidelberg.de/" @@ -39220,13 +39669,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 79 + "value": 180 }, "SITE_REACHABLE": { "score": 1, @@ -39237,13 +39686,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-heidenheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-heidenheim.de/comments/feed/", "https://gruene-heidenheim.de/feed/", @@ -39308,15 +39758,15 @@ "generator": null, "icon": "https://gruene-heidenheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Heidenheim" }, - "duration": 71, + "duration": 184, "error": null, "status_code": 200, "url": "https://gruene-heidenheim.de/" @@ -39348,13 +39798,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 184 }, "SITE_REACHABLE": { "score": 1, @@ -39365,13 +39815,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-heilbronn.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-heilbronn.de": { @@ -39422,7 +39873,7 @@ "opengraph": null, "title": "Grüne Heilbronn: Kreisverband Heilbronn" }, - "duration": 622, + "duration": 740, "error": null, "status_code": 200, "url": "https://www.gruene-heilbronn.de/" @@ -39455,13 +39906,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 622 + "value": 740 }, "SITE_REACHABLE": { "score": 1, @@ -39472,7 +39923,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -39482,6 +39933,7 @@ "https://gruene-hemmoor.de/", "https://www.gruene-hemmoor.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hemmoor.de": { @@ -39538,7 +39990,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-hemmoor.de/" @@ -39553,7 +40005,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-hemmoor.de/" @@ -39568,7 +40020,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 77, + "duration": 145, "error": null, "status_code": 200, "url": "https://gruene-hemmoor.de/" @@ -39583,7 +40035,7 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 88, + "duration": 141, "error": null, "status_code": 200, "url": "https://www.gruene-hemmoor.de/" @@ -39618,13 +40070,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 56 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -39635,7 +40087,7 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { @@ -39643,6 +40095,7 @@ "http://gruene-herne.de/", "http://www.gruene-herne.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-herne.de": { @@ -39708,7 +40161,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 675, + "duration": 722, "error": null, "status_code": 200, "url": "http://gruene-herne.de/" @@ -39723,7 +40176,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 690, + "duration": 750, "error": null, "status_code": 200, "url": "http://www.gruene-herne.de/" @@ -39764,7 +40217,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 682 + "value": 736 }, "SITE_REACHABLE": { "score": 1, @@ -39782,6 +40235,7 @@ "canonical_urls": [ "http://gruene-hersfeld-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hersfeld-rotenburg.de": { @@ -39840,7 +40294,7 @@ "opengraph": null, "title": "KV Hersfeld-Rotenburg: Home" }, - "duration": 31, + "duration": 89, "error": null, "status_code": 200, "url": "http://gruene-hersfeld-rotenburg.de/home/" @@ -39880,7 +40334,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 89 }, "SITE_REACHABLE": { "score": 1, @@ -39898,6 +40352,7 @@ "canonical_urls": [ "https://www.gruene-hessen.de/" ], + "cms": null, "feeds": [ "http://www.gruene-hessen.de/feed/", "http://www.gruene-hessen.de/landtag/presse/feed/", @@ -39966,17 +40421,17 @@ "generator": null, "icon": "http://www.gruene-hessen.de/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen in Hessen" }, - "duration": 529, + "duration": 724, "error": null, "status_code": 200, "url": "https://www.gruene-hessen.de/" @@ -40008,13 +40463,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 529 + "value": 724 }, "SITE_REACHABLE": { "score": 1, @@ -40025,13 +40480,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40090,7 +40546,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40130,7 +40586,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -40148,6 +40604,7 @@ "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40206,7 +40663,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 37, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40246,7 +40703,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -40264,6 +40721,7 @@ "canonical_urls": [ "http://www.gruene-hildesheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hildesheim.de": { @@ -40322,7 +40780,7 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" @@ -40362,7 +40820,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -40381,6 +40839,7 @@ "http://www.gruene-hilter.de", "http://www.gruene-hilter.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-hilter.de": { @@ -40443,12 +40902,12 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 330, + "duration": 435, "error": null, "status_code": 200, "url": "http://www.gruene-hilter.de" @@ -40461,12 +40920,12 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 390, + "duration": 357, "error": null, "status_code": 200, "url": "http://www.gruene-hilter.de/" @@ -40507,7 +40966,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 360 + "value": 396 }, "SITE_REACHABLE": { "score": 1, @@ -40525,6 +40984,7 @@ "canonical_urls": [ "http://gruene-hochtaunus.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hochtaunus.de": { @@ -40583,7 +41043,7 @@ "opengraph": null, "title": "B90/GRÜNE KV Hochtaunus: Startseite" }, - "duration": 48, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-hochtaunus.de/startseite/" @@ -40623,7 +41083,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 48 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -40641,6 +41101,7 @@ "canonical_urls": [ "http://gruene-hoexter.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hoexter.de": { @@ -40699,7 +41160,7 @@ "opengraph": null, "title": "DIE GRÜNEN IM KREIS HÖXTER: Start" }, - "duration": 39, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-hoexter.de/start/" @@ -40739,7 +41200,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 39 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -40757,6 +41218,7 @@ "canonical_urls": [ "http://gruene-hof.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hof.de": { @@ -40815,7 +41277,7 @@ "opengraph": null, "title": "Kreisverband Hof: Willkommen bei den Hofer Grünen - Wir freuen uns auf Euch..." }, - "duration": 31, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-hof.de/home/" @@ -40855,7 +41317,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -40873,6 +41335,7 @@ "canonical_urls": [ "http://gruene-hohenlohe.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hohenlohe.de": { @@ -40931,7 +41394,7 @@ "opengraph": null, "title": "GRÜNE Hohenlohe: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-hohenlohe.de/startseite/" @@ -40971,7 +41434,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -40989,6 +41452,7 @@ "canonical_urls": [ "http://www.gruene-hoya.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-hoya.de": { @@ -41047,7 +41511,7 @@ "opengraph": null, "title": "Grüne Hoya: Home" }, - "duration": 30, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-hoya.de/home/" @@ -41087,7 +41551,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -41105,6 +41569,7 @@ "canonical_urls": [ "http://www.gruene-hsk.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-hsk.de/comments/feed/", "http://www.gruene-hsk.de/feed/" @@ -41146,7 +41611,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -41154,7 +41619,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-hsk.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -41173,16 +41638,16 @@ "generator": null, "icon": "http://www.gruene-hsk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "grüne Politik im Hochsauerlandkreis › Grüne Hochsauerlandkreis" }, - "duration": 527, + "duration": 545, "error": null, "status_code": 200, "url": "http://www.gruene-hsk.de/" @@ -41221,7 +41686,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 527 + "value": 545 }, "SITE_REACHABLE": { "score": 1, @@ -41239,6 +41704,7 @@ "canonical_urls": [ "http://www.gruene-ilmkreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ilmkreis.de": { @@ -41297,7 +41763,7 @@ "opengraph": null, "title": "Kreisverband Ilmkreis: Home" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-ilmkreis.de/home/" @@ -41337,7 +41803,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -41355,6 +41821,7 @@ "canonical_urls": [ "http://www.gruene-in-halle.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-in-halle.de/comments/feed/", "http://www.gruene-in-halle.de/feed/" @@ -41423,15 +41890,15 @@ "generator": null, "icon": "http://www.gruene-in-halle.de/inhalte/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 88, + "duration": 10, "error": null, "status_code": 200, "url": "http://www.gruene-in-halle.de/" @@ -41470,7 +41937,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 88 + "value": 10 }, "SITE_REACHABLE": { "score": 1, @@ -41488,6 +41955,7 @@ "canonical_urls": [ "http://ingolstadt-gruene.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ingolstadt.de": { @@ -41552,7 +42020,7 @@ "opengraph": null, "title": "Grüner Kreisverband Ingolstadt: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://ingolstadt-gruene.de/startseite/" @@ -41592,7 +42060,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -41610,6 +42078,7 @@ "canonical_urls": [ "http://gruene-jesteburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-jesteburg.de/comments/feed/", "http://gruene-jesteburg.de/feed/" @@ -41678,15 +42147,15 @@ "generator": "Powered by Visual Composer - drag and drop page builder for WordPress.", "icon": "http://gruene-jesteburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüner Ortsverband Samtgemeinde Jesteburg" }, - "duration": 389, + "duration": 419, "error": null, "status_code": 200, "url": "http://gruene-jesteburg.de/" @@ -41725,7 +42194,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 389 + "value": 419 }, "SITE_REACHABLE": { "score": 1, @@ -41743,6 +42212,7 @@ "canonical_urls": [ "http://gruene-karlsruhe-land.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-karlsruhe-land.de": { @@ -41801,7 +42271,7 @@ "opengraph": null, "title": "KV Karlsruhe-Land: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-karlsruhe-land.de/home/" @@ -41841,7 +42311,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -41859,6 +42329,7 @@ "canonical_urls": [ "http://gruenekarlsruhe.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruenekarlsruhe.de/feed/" ], @@ -41925,17 +42396,17 @@ "generator": null, "icon": "http://gruenekarlsruhe.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne KarlsruheGrüne Karlsruhe" }, - "duration": 646, + "duration": 674, "error": null, "status_code": 200, "url": "http://gruenekarlsruhe.de/" @@ -41974,7 +42445,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 646 + "value": 674 }, "SITE_REACHABLE": { "score": 1, @@ -41992,6 +42463,7 @@ "canonical_urls": [ "http://gruene-keh.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-keh.de": { @@ -42050,7 +42522,7 @@ "opengraph": null, "title": "KV Kelheim: Startseite" }, - "duration": 31, + "duration": 61, "error": null, "status_code": 200, "url": "http://gruene-keh.de/startseite/" @@ -42090,7 +42562,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 61 }, "SITE_REACHABLE": { "score": 1, @@ -42108,6 +42580,7 @@ "canonical_urls": [ "http://gruene-kempten.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kempten.de": { @@ -42166,7 +42639,7 @@ "opengraph": null, "title": "Kreisverband Kempten: Home" }, - "duration": 40, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-kempten.de/home/" @@ -42206,7 +42679,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -42224,6 +42697,7 @@ "canonical_urls": [ "https://www.gruene-kg.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-kg.de": { @@ -42285,7 +42759,7 @@ "opengraph": null, "title": "BÜNDIS 90/DIE GRÜNEN Bad Kissingen: Die Grünen in Landkreis Bad Kissingen" }, - "duration": 104, + "duration": 190, "error": null, "status_code": 200, "url": "https://www.gruene-kg.de/" @@ -42318,13 +42792,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 104 + "value": 190 }, "SITE_REACHABLE": { "score": 1, @@ -42335,13 +42809,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-kiel.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kiel.de": { @@ -42400,7 +42875,7 @@ "opengraph": null, "title": "Am 6. Mai GRÜN wählen!: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kiel.de/home/" @@ -42440,7 +42915,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -42459,6 +42934,7 @@ "http://gruene-kirkel.de/", "http://www.gruene-kirkel.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-kirkel.de": { @@ -42521,7 +42997,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 21, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-kirkel.de/" @@ -42536,7 +43012,7 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 22, + "duration": 59, "error": null, "status_code": 200, "url": "http://www.gruene-kirkel.de/" @@ -42578,7 +43054,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 22 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -42596,6 +43072,7 @@ "canonical_urls": [ "http://www.gruene-kitzingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kitzingen.de": { @@ -42654,7 +43131,7 @@ "opengraph": null, "title": "KV Kitzingen: Home" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://www.gruene-kitzingen.de/home/" @@ -42694,7 +43171,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -42712,6 +43189,7 @@ "canonical_urls": [ "http://www.gruene-koenigswinter.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-koenigswinter.de/beispiel-seite/feed/", "http://www.gruene-koenigswinter.de/comments/feed/", @@ -42782,15 +43260,15 @@ "generator": null, "icon": "http://www.gruene-koenigswinter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Königswinter" }, - "duration": 882, + "duration": 872, "error": null, "status_code": 200, "url": "http://www.gruene-koenigswinter.de/" @@ -42829,7 +43307,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 882 + "value": 872 }, "SITE_REACHABLE": { "score": 1, @@ -42847,6 +43325,7 @@ "canonical_urls": [ "http://gruene-konstanz.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-konstanz.de": { @@ -42905,7 +43384,7 @@ "opengraph": null, "title": "Kreisverband Konstanz: Startseite" }, - "duration": 33, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-konstanz.de/startseite/" @@ -42945,7 +43424,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -42963,6 +43442,7 @@ "canonical_urls": [ "http://gruene-krefeld.de/index.php?id=106" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-krefeld.de": { @@ -43016,7 +43496,7 @@ "opengraph": null, "title": "Grüne Krefeld: Start" }, - "duration": 126, + "duration": 144, "error": null, "status_code": 200, "url": "http://gruene-krefeld.de/index.php?id=106" @@ -43056,7 +43536,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 144 }, "SITE_REACHABLE": { "score": 1, @@ -43074,6 +43554,7 @@ "canonical_urls": [ "https://www.gruene-kreis-calw.de/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-kreis-calw.de": { @@ -43124,7 +43605,7 @@ "opengraph": null, "title": "Grüne Calw: Aktuelles" }, - "duration": 568, + "duration": 638, "error": null, "status_code": 200, "url": "https://www.gruene-kreis-calw.de/aktuelles/" @@ -43157,13 +43638,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 568 + "value": 638 }, "SITE_REACHABLE": { "score": 1, @@ -43174,13 +43655,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kreis-harburg.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-harburg.de": { @@ -43239,7 +43721,7 @@ "opengraph": null, "title": "Landkreis Harburg: Herzlich willkommen im Kreisverband Harburg-Land" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-harburg.de/aktuell/" @@ -43279,7 +43761,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -43297,6 +43779,7 @@ "canonical_urls": [ "http://gruene-kreis-herford.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-herford.de": { @@ -43355,7 +43838,7 @@ "opengraph": null, "title": "GRÜNE im Kreis Herford: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-kreis-herford.de/home/" @@ -43395,7 +43878,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -43413,6 +43896,7 @@ "canonical_urls": [ "https://gruene-kreis-kleve.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kreis-kleve.de/comments/feed/", "https://gruene-kreis-kleve.de/feed/", @@ -43477,16 +43961,16 @@ "generator": null, "icon": "https://gruene-kreis-kleve.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Kleve" }, - "duration": 314, + "duration": 390, "error": null, "status_code": 200, "url": "https://gruene-kreis-kleve.de/" @@ -43518,13 +44002,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 314 + "value": 390 }, "SITE_REACHABLE": { "score": 1, @@ -43535,13 +44019,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruener-kreisverband-mettmann.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruener-kreisverband-mettmann.de/comments/feed/", "http://www.gruener-kreisverband-mettmann.de/feed/" @@ -43610,15 +44095,15 @@ "generator": null, "icon": "http://www.gruener-kreisverband-mettmann.de/wp-content/themes/1508172033-7obdov/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die GRÜNEN im Kreis Mettmann" }, - "duration": 365, + "duration": 107, "error": null, "status_code": 200, "url": "http://www.gruener-kreisverband-mettmann.de/" @@ -43657,7 +44142,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 365 + "value": 107 }, "SITE_REACHABLE": { "score": 1, @@ -43675,6 +44160,7 @@ "canonical_urls": [ "http://www.gruene-kreis-steinfurt.de/news/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-steinfurt.de": { @@ -43733,7 +44219,7 @@ "opengraph": null, "title": "Kreisverband Steinfurt: News" }, - "duration": 32, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-steinfurt.de/news/" @@ -43773,7 +44259,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -43791,6 +44277,7 @@ "canonical_urls": [ "http://gruene-kreis-unna.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kreis-unna.de/comments/feed/", "http://gruene-kreis-unna.de/feed/" @@ -43859,19 +44346,19 @@ "generator": null, "icon": "http://gruene-kreis-unna.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "B90 / Die Grünen Kreisverband Unna" }, - "duration": 945, + "duration": 288, "error": null, "status_code": 200, "url": "http://gruene-kreis-unna.de/" @@ -43910,7 +44397,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 945 + "value": 288 }, "SITE_REACHABLE": { "score": 1, @@ -43928,6 +44415,7 @@ "canonical_urls": [ "http://www.gruene-kreis-viersen.de/" ], + "cms": "give v1.8.12", "feeds": [ "http://www.gruene-kreis-viersen.de/comments/feed/", "http://www.gruene-kreis-viersen.de/feed/" @@ -43969,7 +44457,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -43977,7 +44465,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-kreis-viersen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -43996,19 +44484,19 @@ "generator": "Give v1.8.12", "icon": "http://www.gruene-kreis-viersen.de/wp-content/themes/Joseph-knows-best-master/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Start - Grüne Kreis ViersenGrüne Kreis Viersen" }, - "duration": 609, + "duration": 596, "error": null, "status_code": 200, "url": "http://www.gruene-kreis-viersen.de/" @@ -44047,7 +44535,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 596 }, "SITE_REACHABLE": { "score": 1, @@ -44065,6 +44553,7 @@ "canonical_urls": [ "http://gruene-kreis-wesel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreis-wesel.de": { @@ -44123,7 +44612,7 @@ "opengraph": null, "title": "Kreis Wesel: Startseite" }, - "duration": 31, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-kreis-wesel.de/startseite/" @@ -44163,7 +44652,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -44181,6 +44670,7 @@ "canonical_urls": [ "http://gruene-kreisgt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-kreisgt.de/comments/feed/", "http://gruene-kreisgt.de/feed/" @@ -44249,16 +44739,16 @@ "generator": null, "icon": "http://gruene-kreisgt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": null }, - "duration": 38, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-kreisgt.de/" @@ -44297,7 +44787,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -44315,6 +44805,7 @@ "canonical_urls": [ "http://www.gruene-kreisrheinberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kreisrheinberg.de": { @@ -44373,7 +44864,7 @@ "opengraph": null, "title": "Kreisverband Rhein-Berg: Home" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kreisrheinberg.de/home/" @@ -44413,7 +44904,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -44432,6 +44923,7 @@ "http://gruene-kronach.de/", "https://gruene-kronach.de/" ], + "cms": "web to date 8.0", "feeds": [], "hostnames": { "gruene-kronach.de": { @@ -44480,7 +44972,7 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 84, + "duration": 87, "error": null, "status_code": 200, "url": "http://gruene-kronach.de/" @@ -44495,7 +44987,7 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 94, + "duration": 164, "error": null, "status_code": 200, "url": "https://gruene-kronach.de/" @@ -44529,13 +45021,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 126 }, "SITE_REACHABLE": { "score": 1, @@ -44546,13 +45038,14 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kulmbach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kulmbach.de": { @@ -44611,7 +45104,7 @@ "opengraph": null, "title": "Kreisverband Kulmbach: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-kulmbach.de/home/" @@ -44651,7 +45144,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -44669,6 +45162,7 @@ "canonical_urls": [ "http://gruene-kv-heinsberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-heinsberg.de": { @@ -44727,7 +45221,7 @@ "opengraph": null, "title": "Im Kreis Heinsberg: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-heinsberg.de/startseite/" @@ -44767,7 +45261,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -44785,6 +45279,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -44843,7 +45338,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -44883,7 +45378,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -44901,6 +45396,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -44959,7 +45455,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 30, + "duration": 77, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -44999,7 +45495,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 77 }, "SITE_REACHABLE": { "score": 1, @@ -45017,6 +45513,7 @@ "canonical_urls": [ "http://gruene-kv-rotenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-rotenburg.de": { @@ -45075,7 +45572,7 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 35, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" @@ -45115,7 +45612,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -45133,6 +45630,7 @@ "canonical_urls": [ "http://gruene-kv-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kv-stade.de": { @@ -45191,7 +45689,7 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" @@ -45231,7 +45729,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -45249,6 +45747,7 @@ "canonical_urls": [ "https://www.gruene-kvwuppertal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-kvwuppertal.de/comments/feed/", "https://www.gruene-kvwuppertal.de/feed/" @@ -45311,16 +45810,16 @@ "generator": null, "icon": "https://www.gruene-kvwuppertal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen - KV WuppertalKV Wuppertal" }, - "duration": 772, + "duration": 729, "error": null, "status_code": 200, "url": "https://www.gruene-kvwuppertal.de/" @@ -45352,13 +45851,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 772 + "value": 729 }, "SITE_REACHABLE": { "score": 1, @@ -45369,13 +45868,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-kyffhaeuserkreis.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-kyffhaeuserkreis.de": { @@ -45434,7 +45934,7 @@ "opengraph": null, "title": "GRÜNE Kyffhäuserkreis #gruenekyf: Home" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-kyffhaeuserkreis.de/home/" @@ -45474,7 +45974,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -45492,6 +45992,7 @@ "canonical_urls": [ "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-la.de": { @@ -45556,7 +46057,7 @@ "opengraph": null, "title": "KV Landshut - Stadt: Willkommen bei den Landshuter Grünen" }, - "duration": 35, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" @@ -45596,7 +46097,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -45614,6 +46115,7 @@ "canonical_urls": [ "http://www.gruene-lahn-dill.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lahn-dill.de": { @@ -45672,7 +46174,7 @@ "opengraph": null, "title": "Kreisverband Lahn-Dill: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-lahn-dill.de/home/" @@ -45712,7 +46214,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -45730,6 +46232,7 @@ "canonical_urls": [ "https://gruene-lambsheim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lambsheim.de": { @@ -45788,7 +46291,7 @@ "opengraph": null, "title": "Ortsverband Lambsheim: Startseite" }, - "duration": 106, + "duration": 198, "error": null, "status_code": 200, "url": "https://gruene-lambsheim.de/startseite/" @@ -45821,13 +46324,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 198 }, "SITE_REACHABLE": { "score": 1, @@ -45838,13 +46341,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-landau.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-landau.de": { @@ -45909,7 +46413,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Startseite" }, - "duration": 416, + "duration": 508, "error": null, "status_code": 200, "url": "http://www.gruene-landau.de/" @@ -45949,7 +46453,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 416 + "value": 508 }, "SITE_REACHABLE": { "score": 1, @@ -45967,6 +46471,7 @@ "canonical_urls": [ "http://www.gruene-landkreis-kassel.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-landkreis-kassel.de/?feed=comments-rss2", "http://www.gruene-landkreis-kassel.de/?feed=rss2" @@ -46035,15 +46540,15 @@ "generator": null, "icon": "http://www.gruene-landkreis-kassel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "gruene-landkreis-kassel.de" }, - "duration": 900, + "duration": 120, "error": null, "status_code": 200, "url": "http://www.gruene-landkreis-kassel.de/" @@ -46082,7 +46587,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 900 + "value": 120 }, "SITE_REACHABLE": { "score": 1, @@ -46100,6 +46605,7 @@ "canonical_urls": [ "http://www.gruene-landkreis-leipzig.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-landkreis-leipzig.de/rss.xml" ], @@ -46168,7 +46674,7 @@ "opengraph": null, "title": "Startseite - Kreisverband Landkreis Leipzig" }, - "duration": 179, + "duration": 214, "error": null, "status_code": 200, "url": "http://www.gruene-landkreis-leipzig.de/startseite/" @@ -46207,7 +46713,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 179 + "value": 214 }, "SITE_REACHABLE": { "score": 1, @@ -46225,6 +46731,7 @@ "canonical_urls": [ "http://gruene-landkreis-rostock.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-landkreis-rostock.de": { @@ -46283,7 +46790,7 @@ "opengraph": null, "title": "Landkreis Rostock: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-landkreis-rostock.de/startseite/" @@ -46323,7 +46830,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -46342,6 +46849,7 @@ "http://gruene-landsberg.de/", "http://www.gruene-landsberg.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-landsberg.de": { @@ -46381,7 +46889,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -46389,7 +46897,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-landsberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -46407,7 +46915,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 927, + "duration": 188, "error": null, "status_code": 200, "url": "http://gruene-landsberg.de/" @@ -46422,7 +46930,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 213, + "duration": 759, "error": null, "status_code": 200, "url": "http://www.gruene-landsberg.de/" @@ -46463,7 +46971,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 570 + "value": 474 }, "SITE_REACHABLE": { "score": 1, @@ -46481,6 +46989,7 @@ "canonical_urls": [ "http://gruene-landshut.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-landshut.de": { @@ -46539,7 +47048,7 @@ "opengraph": null, "title": "Landkreis Landshut: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-landshut.de/home/" @@ -46579,7 +47088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -46597,6 +47106,7 @@ "canonical_urls": [ "http://gruene-langenhagen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-langenhagen.de": { @@ -46655,7 +47165,7 @@ "opengraph": null, "title": "Grüne Langenhagen: Home" }, - "duration": 34, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-langenhagen.de/home/" @@ -46695,7 +47205,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -46713,6 +47223,7 @@ "canonical_urls": [ "http://www.gruene-lehrte.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lehrte.de": { @@ -46771,7 +47282,7 @@ "opengraph": null, "title": "Grüne Lehrte: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-lehrte.de/home/" @@ -46811,7 +47322,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -46829,6 +47340,7 @@ "canonical_urls": [ "http://gruene-lichtenfels.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lichtenfels.de": { @@ -46887,7 +47399,7 @@ "opengraph": null, "title": "Kreisverband Lichtenfels: Home" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-lichtenfels.de/home/" @@ -46927,7 +47439,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -46945,6 +47457,7 @@ "canonical_urls": [ "https://gruene.li" ], + "cms": "wordpress", "feeds": [ "https://gruene.li/comments/feed/", "https://gruene.li/feed/" @@ -46999,18 +47512,18 @@ "generator": null, "icon": "https://gruene.li/wp-content/uploads/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Kreisverband Lindau - Bündnis 90 / DIE GRÜNEN" }, - "duration": 320, + "duration": 272, "error": null, "status_code": 200, "url": "https://gruene.li" @@ -47042,13 +47555,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 320 + "value": 272 }, "SITE_REACHABLE": { "score": 1, @@ -47059,13 +47572,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://xn--grne-lippe-beb.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lippe.de": { @@ -47130,7 +47644,7 @@ "opengraph": null, "title": "Lippe: Startseite" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://xn--grne-lippe-beb.de/startseite/" @@ -47170,7 +47684,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -47188,6 +47702,7 @@ "canonical_urls": [ "http://www.gruene-loerrach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-loerrach.de/comments/feed/", "http://www.gruene-loerrach.de/feed/" @@ -47256,16 +47771,16 @@ "generator": null, "icon": "http://www.gruene-loerrach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / DIE GRÜNEN Lörrach" }, - "duration": 440, + "duration": 615, "error": null, "status_code": 200, "url": "http://www.gruene-loerrach.de/" @@ -47304,7 +47819,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 440 + "value": 615 }, "SITE_REACHABLE": { "score": 1, @@ -47322,6 +47837,7 @@ "canonical_urls": [ "http://www.gruene-lohmar.de/" ], + "cms": "eventon 2.6.8", "feeds": [ "http://www.gruene-lohmar.de/comments/feed/", "http://www.gruene-lohmar.de/feed/" @@ -47390,16 +47906,16 @@ "generator": "EventON 2.6.8", "icon": "http://www.gruene-lohmar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "GRÜNE Lohmar" }, - "duration": 320, + "duration": 333, "error": null, "status_code": 200, "url": "http://www.gruene-lohmar.de/" @@ -47438,7 +47954,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 320 + "value": 333 }, "SITE_REACHABLE": { "score": 1, @@ -47456,6 +47972,7 @@ "canonical_urls": [ "http://www.gruene-loxstedt-schiffdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-loxstedt-schiffdorf.de/comments/feed/", "http://www.gruene-loxstedt-schiffdorf.de/feed/" @@ -47524,15 +48041,15 @@ "generator": null, "icon": "http://www.gruene-loxstedt-schiffdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 303, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-loxstedt-schiffdorf.de/" @@ -47571,7 +48088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 303 + "value": 359 }, "SITE_REACHABLE": { "score": 1, @@ -47590,6 +48107,7 @@ "http://www.gruene-lsa.de/", "https://www.gruene-lsa.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-lsa.de/comments/feed/", "http://www.gruene-lsa.de/feed/", @@ -47655,14 +48173,14 @@ "generator": "WordPress 4.9.5", "icon": "http://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 32, + "duration": 862, "error": null, "status_code": 200, "url": "http://www.gruene-lsa.de/" @@ -47678,14 +48196,14 @@ "generator": "WordPress 4.9.5", "icon": "https://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 97, + "duration": 892, "error": null, "status_code": 200, "url": "https://www.gruene-lsa.de/" @@ -47718,13 +48236,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 877 }, "SITE_REACHABLE": { "score": 1, @@ -47735,13 +48253,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-lu.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lu.de": { @@ -47800,7 +48319,7 @@ "opengraph": null, "title": "B90/GRÜNE Ludwigshafen: Home" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://www.gruene-lu.de/home/" @@ -47840,7 +48359,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -47858,6 +48377,7 @@ "canonical_urls": [ "https://www.gruene-ludwigsburg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ludwigsburg.de": { @@ -47908,7 +48428,7 @@ "opengraph": null, "title": "Grüne KV Ludwigsburg: Grüne KV Ludwigsburg" }, - "duration": 402, + "duration": 461, "error": null, "status_code": 200, "url": "https://www.gruene-ludwigsburg.de/" @@ -47941,13 +48461,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 402 + "value": 461 }, "SITE_REACHABLE": { "score": 1, @@ -47958,13 +48478,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ludwigslust-parchim.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ludwigslust-parchim.de": { @@ -48023,7 +48544,7 @@ "opengraph": null, "title": "Grüne Ludwigslust-Parchim: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-ludwigslust-parchim.de/startseite/" @@ -48063,7 +48584,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -48081,6 +48602,7 @@ "canonical_urls": [ "http://www.gruene-luebeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-luebeck.de": { @@ -48139,7 +48661,7 @@ "opengraph": null, "title": "GRÜNE LÜBECK: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-luebeck.de/home/" @@ -48179,7 +48701,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -48200,6 +48722,7 @@ "https://gruene-luehe.de/", "https://www.gruene-luehe.de/" ], + "cms": "joomla", "feeds": [ "http://gruene-luehe.de/index.php?format=feed&type=rss", "http://www.gruene-luehe.de/index.php?format=feed&type=rss", @@ -48269,7 +48792,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 297, + "duration": 404, "error": null, "status_code": 200, "url": "http://gruene-luehe.de/" @@ -48287,7 +48810,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 325, + "duration": 427, "error": null, "status_code": 200, "url": "http://www.gruene-luehe.de/" @@ -48305,7 +48828,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 376, + "duration": 577, "error": null, "status_code": 200, "url": "https://gruene-luehe.de/" @@ -48323,7 +48846,7 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 581, + "duration": 530, "error": null, "status_code": 200, "url": "https://www.gruene-luehe.de/" @@ -48356,13 +48879,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 395 + "value": 484 }, "SITE_REACHABLE": { "score": 1, @@ -48373,13 +48896,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -48438,7 +48962,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -48478,7 +49002,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -48497,6 +49021,7 @@ "http://gruene-main-tauber.de/startseite.html", "https://gruene-main-tauber.de/startseite.html" ], + "cms": "contao open source cms", "feeds": [], "hostnames": { "gruene-main-tauber.de": { @@ -48553,7 +49078,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 288, + "duration": 294, "error": null, "status_code": 200, "url": "http://gruene-main-tauber.de/startseite.html" @@ -48568,7 +49093,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 322, + "duration": 804, "error": null, "status_code": 200, "url": "https://gruene-main-tauber.de/startseite.html" @@ -48603,13 +49128,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 305 + "value": 549 }, "SITE_REACHABLE": { "score": 1, @@ -48620,13 +49145,14 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mainz-bingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mainz-bingen.de": { @@ -48685,7 +49211,7 @@ "opengraph": null, "title": "Kreisverband Mainz-Bingen: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-mainz-bingen.de/home/" @@ -48725,7 +49251,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -48743,6 +49269,7 @@ "canonical_urls": [ "https://gruene-mandelbachtal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-mandelbachtal.de/comments/feed/", "https://gruene-mandelbachtal.de/feed/" @@ -48807,7 +49334,7 @@ "opengraph": null, "title": "Ortsverband Mandelbachtal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 239, + "duration": 297, "error": null, "status_code": 200, "url": "https://gruene-mandelbachtal.de/" @@ -48839,13 +49366,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -48856,7 +49383,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -48864,6 +49391,7 @@ "http://www.gruene-mannheim.de/", "https://www.gruene-mannheim.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-mannheim.de/comments/feed/", "http://www.gruene-mannheim.de/feed/", @@ -48921,15 +49449,15 @@ "generator": null, "icon": "http://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "" }, - "duration": 305, + "duration": 330, "error": null, "status_code": 200, "url": "http://www.gruene-mannheim.de/" @@ -48945,15 +49473,15 @@ "generator": null, "icon": "https://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "" }, - "duration": 351, + "duration": 396, "error": null, "status_code": 200, "url": "https://www.gruene-mannheim.de/" @@ -48986,13 +49514,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 328 + "value": 363 }, "SITE_REACHABLE": { "score": 1, @@ -49003,13 +49531,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-marburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-marburg.de": { @@ -49068,7 +49597,7 @@ "opengraph": null, "title": "Grüne Marburg-Biedenkopf: STARTSEITE" }, - "duration": 31, + "duration": 79, "error": null, "status_code": 200, "url": "http://www.gruene-marburg.de/startseite/" @@ -49108,7 +49637,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 79 }, "SITE_REACHABLE": { "score": 1, @@ -49126,6 +49655,7 @@ "canonical_urls": [ "http://www.gruene-meissen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-meissen.de/rss.xml" ], @@ -49194,7 +49724,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Meißen" }, - "duration": 178, + "duration": 215, "error": null, "status_code": 200, "url": "http://www.gruene-meissen.de/startseite/" @@ -49233,7 +49763,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 215 }, "SITE_REACHABLE": { "score": 1, @@ -49251,6 +49781,7 @@ "canonical_urls": [ "https://www.gruene-memmingen.de/" ], + "cms": null, "feeds": [ "https://www.gruene-memmingen.de/rss/blog" ], @@ -49270,8 +49801,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.31.35.146", - "52.212.175.227" + "52.212.175.227", + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -49323,20 +49854,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s1a02c1fb7c7746a8/img/favicon.png?t=1389983714", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - BÜNDNIS 90 / DIE GRÜNEN MEMMINGEN" }, - "duration": 182, + "duration": 281, "error": null, "status_code": 200, "url": "https://www.gruene-memmingen.de/" @@ -49368,13 +49899,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -49385,13 +49916,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-merzig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-merzig.de/comments/feed/", "https://gruene-merzig.de/feed/" @@ -49456,7 +49988,7 @@ "opengraph": null, "title": "Stadtverband Merzig - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 242, + "duration": 304, "error": null, "status_code": 200, "url": "https://gruene-merzig.de/" @@ -49488,13 +50020,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 242 + "value": 304 }, "SITE_REACHABLE": { "score": 1, @@ -49505,13 +50037,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-mg.de": { @@ -49576,7 +50109,7 @@ "opengraph": null, "title": "Hier und jetzt in MG..." }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-mg.de/" @@ -49616,7 +50149,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -49634,6 +50167,7 @@ "canonical_urls": [ "http://gruene-mh.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-mh.de/comments/feed/", "http://gruene-mh.de/feed/" @@ -49702,17 +50236,17 @@ "generator": null, "icon": "http://gruene-mh.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "gruene-mh.de" }, - "duration": 401, + "duration": 297, "error": null, "status_code": 200, "url": "http://gruene-mh.de/" @@ -49751,7 +50285,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 401 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -49769,6 +50303,7 @@ "canonical_urls": [ "https://gruene-miesbach.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-miesbach.de": { @@ -49827,7 +50362,7 @@ "opengraph": null, "title": "Kreisverband Miesbach: Aktuelles" }, - "duration": 111, + "duration": 182, "error": null, "status_code": 200, "url": "https://gruene-miesbach.de/aktuelles/" @@ -49860,13 +50395,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 111 + "value": 182 }, "SITE_REACHABLE": { "score": 1, @@ -49877,13 +50412,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-miltenberg.de/" ], + "cms": "wordpress", "feeds": [ "http://xn--grne-miltenberg-0vb.de/comments/feed/", "http://xn--grne-miltenberg-0vb.de/feed/" @@ -49941,7 +50477,7 @@ "opengraph": null, "title": "Kreisverband Miltenberg | Bündnis 90 / Die Grünen" }, - "duration": 188, + "duration": 195, "error": null, "status_code": 200, "url": "http://gruene-miltenberg.de/" @@ -49981,7 +50517,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 188 + "value": 195 }, "SITE_REACHABLE": { "score": 1, @@ -49999,6 +50535,7 @@ "canonical_urls": [ "https://www.gruenemitte.com/" ], + "cms": null, "feeds": [ "https://www.gruenemitte.com/rss/blog" ], @@ -50065,20 +50602,20 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/sae3b2d7f9e352ddd/img/favicon.ico?t=1373287436", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Willkommen bei den GRÜNEN in Hamburg-Mitte - GRÜNE Hamburg-Mitte" }, - "duration": 229, + "duration": 308, "error": null, "status_code": 200, "url": "https://www.gruenemitte.com/" @@ -50110,13 +50647,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 229 + "value": 308 }, "SITE_REACHABLE": { "score": 1, @@ -50127,13 +50664,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-mittelfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [ "http://gruene-mittelfranken.de/index.php?id=202098&type=100" ], @@ -50196,7 +50734,7 @@ "opengraph": null, "title": "Grüne Mittelfranken: Startseite" }, - "duration": 31, + "duration": 131, "error": null, "status_code": 200, "url": "http://gruene-mittelfranken.de/startseite/" @@ -50233,9 +50771,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 131 }, "SITE_REACHABLE": { "score": 1, @@ -50246,13 +50784,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mittelsachsen.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-mittelsachsen.de/rss.xml" ], @@ -50321,7 +50860,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN in Mittelsachsen" }, - "duration": 178, + "duration": 211, "error": null, "status_code": 200, "url": "http://www.gruene-mittelsachsen.de/startseite/" @@ -50360,7 +50899,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 211 }, "SITE_REACHABLE": { "score": 1, @@ -50378,6 +50917,7 @@ "canonical_urls": [ "https://www.gruene-mk.de/" ], + "cms": null, "feeds": [ "https://www.gruene-mk.de/comments/feed/", "https://www.gruene-mk.de/feed/" @@ -50440,15 +50980,15 @@ "generator": null, "icon": "https://www.gruene-mk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90 / DIE GRÜNEN KREISVERBAND MARK" }, - "duration": 646, + "duration": 724, "error": null, "status_code": 200, "url": "https://www.gruene-mk.de/" @@ -50480,13 +51020,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 646 + "value": 724 }, "SITE_REACHABLE": { "score": 1, @@ -50497,13 +51037,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mol.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mol.de": { @@ -50562,7 +51103,7 @@ "opengraph": null, "title": "KV MÄRKISCH-ODERLAND: STARTSEITE" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-mol.de/startseite/" @@ -50602,7 +51143,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -50620,6 +51161,7 @@ "canonical_urls": [ "http://grueneleer.de/index.php?id=128647" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-moormerland.de": { @@ -50684,7 +51226,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://grueneleer.de/index.php?id=128647" @@ -50724,7 +51266,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -50742,6 +51284,7 @@ "canonical_urls": [ "http://gruene-mtk.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-mtk.de": { @@ -50806,7 +51349,7 @@ "opengraph": null, "title": "Kreisverband Main-Taunus: Startseite" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-mtk.de/startseite/" @@ -50846,7 +51389,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -50864,6 +51407,7 @@ "canonical_urls": [ "http://gruene-muehldorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-muehldorf.de": { @@ -50922,7 +51466,7 @@ "opengraph": null, "title": "Kreisverband Mühldorf: Home" }, - "duration": 37, + "duration": 86, "error": null, "status_code": 200, "url": "http://gruene-muehldorf.de/home/" @@ -50962,7 +51506,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 86 }, "SITE_REACHABLE": { "score": 1, @@ -50981,6 +51525,7 @@ "http://www.gruene-muenchen.de/", "https://www.gruene-muenchen.de/" ], + "cms": null, "feeds": [ "https://www.gruene-muenchen.de/comments/feed/", "https://www.gruene-muenchen.de/feed/" @@ -51044,16 +51589,16 @@ "generator": null, "icon": "http://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 166, + "duration": 203, "error": null, "status_code": 200, "url": "http://www.gruene-muenchen.de/" @@ -51069,16 +51614,16 @@ "generator": null, "icon": "https://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 208, + "duration": 276, "error": null, "status_code": 200, "url": "https://www.gruene-muenchen.de/" @@ -51111,13 +51656,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 187 + "value": 240 }, "SITE_REACHABLE": { "score": 1, @@ -51128,13 +51673,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-mutterstadt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-mutterstadt.de/Wordpress/wordpress/?feed=comments-rss2", "http://www.gruene-mutterstadt.de/Wordpress/wordpress/?feed=rss2" @@ -51203,15 +51749,15 @@ "generator": null, "icon": "http://www.gruene-mutterstadt.de/Wordpress/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Gruene in Mutterstadt" }, - "duration": 287, + "duration": 332, "error": null, "status_code": 200, "url": "http://www.gruene-mutterstadt.de/" @@ -51250,7 +51796,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 287 + "value": 332 }, "SITE_REACHABLE": { "score": 1, @@ -51268,6 +51814,7 @@ "canonical_urls": [ "http://www.gruene-myk.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-myk.de": { @@ -51326,7 +51873,7 @@ "opengraph": null, "title": "KV Mayen-Koblenz: HOME" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-myk.de/home/" @@ -51366,7 +51913,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -51384,6 +51931,7 @@ "canonical_urls": [ "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-neckar-bergstrasse.de": { @@ -51434,7 +51982,7 @@ "opengraph": null, "title": "Grüne Kreisverband Neckar-Bergstraße: Startseite" }, - "duration": 708, + "duration": 794, "error": null, "status_code": 200, "url": "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" @@ -51467,13 +52015,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 708 + "value": 794 }, "SITE_REACHABLE": { "score": 1, @@ -51484,13 +52032,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-neu-ulm.th-vi.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-neu-ulm.de": { @@ -51544,7 +52093,7 @@ "opengraph": null, "title": "Die Grünen Neu-Ulm: Grüne Neu-Ulm" }, - "duration": 206, + "duration": 142, "error": null, "status_code": 200, "url": "https://gruene-neu-ulm.th-vi.de/" @@ -51577,13 +52126,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 206 + "value": 142 }, "SITE_REACHABLE": { "score": 1, @@ -51594,13 +52143,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-neusob.de/?cat=75" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-neusob.de/?feed=comments-rss2", "http://www.gruene-neusob.de/?feed=rss2", @@ -51671,15 +52221,15 @@ "generator": null, "icon": "http://www.gruene-neusob.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Neuburg | Bündnis 90/Die Grünen ND-SOB" }, - "duration": 717, + "duration": 757, "error": null, "status_code": 200, "url": "http://www.gruene-neusob.de/?cat=75" @@ -51718,7 +52268,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 717 + "value": 757 }, "SITE_REACHABLE": { "score": 1, @@ -51736,6 +52286,7 @@ "canonical_urls": [ "http://www.gruene-neukoelln.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-neukoelln.de": { @@ -51798,16 +52349,16 @@ "generator": "TYPO3 CMS", "icon": "http://www.gruene-neukoelln.de/typo3conf/ext/theme_uk/Resources/Public/img/project/favicon.ico", "opengraph": [ - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:type" ], "title": "Grüne Neukölln - Homepage" }, - "duration": 602, + "duration": 554, "error": null, "status_code": 200, "url": "http://www.gruene-neukoelln.de/" @@ -51847,7 +52398,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 554 }, "SITE_REACHABLE": { "score": 1, @@ -51865,6 +52416,7 @@ "canonical_urls": [ "http://gruene-neumarkt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neumarkt.de": { @@ -51923,7 +52475,7 @@ "opengraph": null, "title": "Kreisverband Neumarkt: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-neumarkt.de/startseite/" @@ -51963,7 +52515,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -51981,6 +52533,7 @@ "canonical_urls": [ "http://www.gruene-neustadt-aisch.de/764.html" ], + "cms": "typo3", "feeds": [ "http://www.gruene-neustadt-aisch.de/index.php?type=100" ], @@ -52049,7 +52602,7 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen Neustadt-Aisch: Aktuell" }, - "duration": 43, + "duration": 75, "error": null, "status_code": 200, "url": "http://www.gruene-neustadt-aisch.de/764.html" @@ -52088,7 +52641,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 43 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -52106,6 +52659,7 @@ "canonical_urls": [ "http://gruene-weiden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-neustadt-waldnaab.de": { @@ -52170,7 +52724,7 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 315, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" @@ -52208,9 +52762,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 315 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -52221,13 +52775,14 @@ "value": true } }, - "score": 5.5 + "score": 6.0 }, { "details": { "canonical_urls": [ "http://gruene-neuwulmstorf.de/" ], + "cms": "wordpress", "feeds": [ "http://blog.gruene-neuwulmstorf.de/?feed=rss2" ], @@ -52285,7 +52840,7 @@ "opengraph": null, "title": "Startseite - Grüne Neu Wulmstorf" }, - "duration": 344, + "duration": 423, "error": null, "status_code": 200, "url": "http://gruene-neuwulmstorf.de/" @@ -52324,7 +52879,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 344 + "value": 423 }, "SITE_REACHABLE": { "score": 1, @@ -52342,6 +52897,7 @@ "canonical_urls": [ "http://www.gruene-nf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nf.de": { @@ -52400,7 +52956,7 @@ "opengraph": null, "title": "GRÜNE Nordfriesland: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-nf.de/home/" @@ -52440,7 +52996,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -52458,6 +53014,7 @@ "canonical_urls": [ "http://gruene-niederbayern.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-niederbayern.de": { @@ -52516,7 +53073,7 @@ "opengraph": null, "title": "Grüne Niederbayern: Aktuelles" }, - "duration": 31, + "duration": 75, "error": null, "status_code": 200, "url": "http://gruene-niederbayern.de/aktuelles/" @@ -52556,7 +53113,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 75 }, "SITE_REACHABLE": { "score": 1, @@ -52574,6 +53131,7 @@ "canonical_urls": [ "http://gruene-niederrhein-wupper.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-niederrhein-wupper.de/comments/feed/", "http://gruene-niederrhein-wupper.de/feed/" @@ -52642,15 +53200,15 @@ "generator": null, "icon": "http://gruene-niederrhein-wupper.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband NrW von Bündnis 90/Die Grünen › Grüne Niederrhein-Wupper" }, - "duration": 40, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-niederrhein-wupper.de/" @@ -52689,7 +53247,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 40 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -52707,6 +53265,7 @@ "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -52765,7 +53324,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 139, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -52803,9 +53362,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 139 }, "SITE_REACHABLE": { "score": 1, @@ -52816,13 +53375,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-nienburg.de/herzlich-willkommen/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nienburg.de": { @@ -52881,7 +53441,7 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" @@ -52921,7 +53481,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -52939,6 +53499,7 @@ "canonical_urls": [ "https://www.gruene-nok.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-nok.de/feed" ], @@ -52997,16 +53558,16 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:site_name", - "og:type", + "og:url", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuell - BÜNDNIS 90/DIE GRÜNEN Kreisverband Neckar-Odenwald" }, - "duration": 777, + "duration": 872, "error": null, "status_code": 200, "url": "https://www.gruene-nok.de/" @@ -53039,13 +53600,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 777 + "value": 872 }, "SITE_REACHABLE": { "score": 1, @@ -53056,13 +53617,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-nord.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nord.de": { @@ -53127,7 +53689,7 @@ "opengraph": null, "title": "GRÜNE Nord: Home" }, - "duration": 34, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nord.de/home/" @@ -53167,7 +53729,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -53185,6 +53747,7 @@ "canonical_urls": [ "http://gruene-norderney.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-norderney.de": { @@ -53236,7 +53799,7 @@ "opengraph": null, "title": "Home" }, - "duration": 28, + "duration": 62, "error": null, "status_code": 200, "url": "http://gruene-norderney.de/" @@ -53277,7 +53840,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 28 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -53295,6 +53858,7 @@ "canonical_urls": [ "http://www.gruene-nordhausen.de/partei/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nordhausen.de": { @@ -53353,7 +53917,7 @@ "opengraph": null, "title": "Kreisverband Nordhausen • #gruenendh: Partei" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-nordhausen.de/partei/" @@ -53393,7 +53957,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -53411,6 +53975,7 @@ "canonical_urls": [ "http://gruene-nordwestmecklenburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nordwestmecklenburg.de": { @@ -53469,7 +54034,7 @@ "opengraph": null, "title": "Nordwestmecklenburg Wismar: Startseite" }, - "duration": 31, + "duration": 71, "error": null, "status_code": 200, "url": "http://gruene-nordwestmecklenburg.de/startseite/" @@ -53509,7 +54074,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 71 }, "SITE_REACHABLE": { "score": 1, @@ -53527,6 +54092,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53585,7 +54151,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53625,7 +54191,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -53643,6 +54209,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53701,7 +54268,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 36, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53741,7 +54308,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -53759,6 +54326,7 @@ "canonical_urls": [ "http://www.gruene-northeim-einbeck.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-northeim-einbeck.de": { @@ -53817,7 +54385,7 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 34, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" @@ -53857,7 +54425,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -53875,6 +54443,7 @@ "canonical_urls": [ "http://www.gruene-nrue.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "feed:http://www.gruene-nrue.de/?feed=de", "feed:http://www.gruene-nrue.de/?feed=en", @@ -53947,15 +54516,15 @@ "generator": null, "icon": "http://www.gruene-nrue.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen" }, - "duration": 570, + "duration": 586, "error": null, "status_code": 200, "url": "http://www.gruene-nrue.de/" @@ -53994,7 +54563,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 570 + "value": 586 }, "SITE_REACHABLE": { "score": 1, @@ -54012,6 +54581,7 @@ "canonical_urls": [ "https://gruene-nrw.de/" ], + "cms": null, "feeds": [ "https://gruene-nrw.de/comments/feed/", "https://gruene-nrw.de/feed/" @@ -54074,15 +54644,15 @@ "generator": null, "icon": "https://gruene-nrw.de/site/themes/josephknowsbest/favicon.png", "opengraph": [ - "og:image", - "og:type", + "og:url", "og:title", + "og:image", "og:description", - "og:url" + "og:type" ], "title": "Grüne NRW - Gemeinsam NRW gestalten." }, - "duration": 116, + "duration": 177, "error": null, "status_code": 200, "url": "https://gruene-nrw.de/" @@ -54114,13 +54684,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 116 + "value": 177 }, "SITE_REACHABLE": { "score": 1, @@ -54131,7 +54701,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -54139,6 +54709,7 @@ "http://gruene-nuernberg.de/", "http://www.gruene-nuernberg.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-nuernberg.de": { @@ -54201,7 +54772,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 56, + "duration": 104, "error": null, "status_code": 200, "url": "http://gruene-nuernberg.de/" @@ -54216,7 +54787,7 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 59, + "duration": 92, "error": null, "status_code": 200, "url": "http://www.gruene-nuernberg.de/" @@ -54258,7 +54829,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 58 + "value": 98 }, "SITE_REACHABLE": { "score": 1, @@ -54276,6 +54847,7 @@ "canonical_urls": [ "http://gruene-nuernberger-land.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-nuernberger-land.de": { @@ -54334,7 +54906,7 @@ "opengraph": null, "title": "Kreisverb. Nürnberger Land: Startseite" }, - "duration": 33, + "duration": 70, "error": null, "status_code": 200, "url": "http://gruene-nuernberger-land.de/startseite/" @@ -54374,7 +54946,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -54392,6 +54964,7 @@ "canonical_urls": [ "https://www.gruene-oa.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-oa.de": { @@ -54450,7 +55023,7 @@ "opengraph": null, "title": "Die Grünen Oberallgäu: Grüne Oberallgäu" }, - "duration": 70, + "duration": 142, "error": null, "status_code": 200, "url": "https://www.gruene-oa.de/" @@ -54483,13 +55056,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 142 }, "SITE_REACHABLE": { "score": 1, @@ -54500,13 +55073,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-oal.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-oal.de/comments/feed/", "https://gruene-oal.de/feed/" @@ -54569,16 +55143,16 @@ "generator": null, "icon": "https://gruene-oal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Grüne Ostallgäu-Kaufbeuren" }, - "duration": 332, + "duration": 415, "error": null, "status_code": 200, "url": "https://gruene-oal.de/" @@ -54610,13 +55184,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 332 + "value": 415 }, "SITE_REACHABLE": { "score": 1, @@ -54627,13 +55201,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-oberberg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberberg.de": { @@ -54692,7 +55267,7 @@ "opengraph": null, "title": "Kreisverband Oberberg : Startseite" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-oberberg.de/startseite/" @@ -54732,7 +55307,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -54750,6 +55325,7 @@ "canonical_urls": [ "http://gruene-oberhausen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oberhausen.de": { @@ -54808,7 +55384,7 @@ "opengraph": null, "title": "GRÜNE Oberhausen: Home" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-oberhausen.de/home/" @@ -54848,7 +55424,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -54866,6 +55442,7 @@ "canonical_urls": [ "http://gruene-oberpfalz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-oberpfalz.de/comments/feed/", "http://gruene-oberpfalz.de/feed/" @@ -54934,16 +55511,16 @@ "generator": null, "icon": "http://gruene-oberpfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Oberpfalz" }, - "duration": 413, + "duration": 463, "error": null, "status_code": 200, "url": "http://gruene-oberpfalz.de/" @@ -54982,7 +55559,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 413 + "value": 463 }, "SITE_REACHABLE": { "score": 1, @@ -55000,6 +55577,7 @@ "canonical_urls": [ "http://www.gruene-odenthal.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-odenthal.de": { @@ -55058,7 +55636,7 @@ "opengraph": null, "title": "GRÜNE - Odenthal: Home" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-odenthal.de/home/" @@ -55098,7 +55676,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -55116,6 +55694,7 @@ "canonical_urls": [ "http://gruene-odenwald-kraichgau.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-odenwald-kraichgau.de": { @@ -55174,7 +55753,7 @@ "opengraph": null, "title": "KV Odenwald-Kraichgau: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-odenwald-kraichgau.de/startseite/" @@ -55214,7 +55793,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -55233,6 +55812,7 @@ "http://www.gruene-odenwald.de/", "https://www.gruene-odenwald.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-odenwald.de/?feed=comments-rss2", "http://www.gruene-odenwald.de/?feed=rss2", @@ -55298,15 +55878,15 @@ "generator": null, "icon": "http://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Odenwald" }, - "duration": 334, + "duration": 362, "error": null, "status_code": 200, "url": "http://www.gruene-odenwald.de/" @@ -55322,15 +55902,15 @@ "generator": null, "icon": "https://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Odenwald" }, - "duration": 364, + "duration": 453, "error": null, "status_code": 200, "url": "https://www.gruene-odenwald.de/" @@ -55363,13 +55943,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 349 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -55380,13 +55960,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-oder-spree.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oder-spree.de": { @@ -55445,7 +56026,7 @@ "opengraph": null, "title": "Kreisverband Oder-Spree: Home" }, - "duration": 34, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-oder-spree.de/home/" @@ -55485,7 +56066,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -55503,6 +56084,7 @@ "canonical_urls": [ "https://partei.gruene-offenbach-land.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-offenbach-land.de": { @@ -55557,14 +56139,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Bündnis 90/Die Grünen Kreisverband Offenbach-Land" }, - "duration": 515, + "duration": 492, "error": null, "status_code": 200, "url": "https://partei.gruene-offenbach-land.de/" @@ -55598,13 +56180,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 515 + "value": 492 }, "SITE_REACHABLE": { "score": 1, @@ -55615,13 +56197,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-oh.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oh.de": { @@ -55680,7 +56263,7 @@ "opengraph": null, "title": "Kreisverband Ostholstein: Aktuelles" }, - "duration": 48, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-oh.de/aktuelles/" @@ -55720,7 +56303,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 48 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -55738,6 +56321,7 @@ "canonical_urls": [ "http://www.gruene-ohv.de/home/" ], + "cms": "typo3-gcms", "feeds": [ "http://www.gruene-ohv.de/index.php?id=177334&type=100" ], @@ -55800,7 +56384,7 @@ "opengraph": null, "title": ": HOME" }, - "duration": 35, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-ohv.de/home/" @@ -55839,7 +56423,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -55857,6 +56441,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -55915,7 +56500,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -55955,7 +56540,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -55973,6 +56558,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56031,7 +56617,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 35, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56071,7 +56657,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -56089,6 +56675,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56147,7 +56734,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56187,7 +56774,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -56205,6 +56792,7 @@ "canonical_urls": [ "http://www.gruene-oldenburg-land.de/homeaktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-oldenburg-land.de": { @@ -56263,7 +56851,7 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 30, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" @@ -56303,7 +56891,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -56321,12 +56909,13 @@ "canonical_urls": [ "https://www.gruene-olhi.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-olhi.de": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "gruene-olhi.de" @@ -56338,8 +56927,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.31.35.146", - "52.212.175.227" + "52.212.175.227", + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -56389,20 +56978,20 @@ "generator": null, "icon": "data:image/png;base64,iVBORw0KGgo=", "opengraph": [ - "og:site_name", + "og:url", + "og:title", "og:image", + "og:image:secure_url", "og:image:width", "og:image:height", - "og:type", - "og:title", "og:description", - "og:image:secure_url", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Herzlich Willkommen bei www.gruene-olhi.de - gruene-olhis Webseite!" }, - "duration": 237, + "duration": 295, "error": null, "status_code": 200, "url": "https://www.gruene-olhi.de/" @@ -56435,13 +57024,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 237 + "value": 295 }, "SITE_REACHABLE": { "score": 1, @@ -56452,13 +57041,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-olpe.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-olpe.de": { @@ -56517,7 +57107,7 @@ "opengraph": null, "title": "Kreisverband Olpe: Start" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://gruene-olpe.de/start/" @@ -56557,7 +57147,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -56575,6 +57165,7 @@ "canonical_urls": [ "http://gruene-ortenau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-ortenau.de/?feed=comments-rss2", "http://gruene-ortenau.de/?feed=rss2" @@ -56616,7 +57207,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -56624,7 +57215,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-ortenau.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -56643,15 +57234,15 @@ "generator": null, "icon": "http://gruene-ortenau.de/wp-9b89d-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Ortenau" }, - "duration": 431, + "duration": 473, "error": null, "status_code": 200, "url": "http://gruene-ortenau.de/" @@ -56690,7 +57281,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 431 + "value": 473 }, "SITE_REACHABLE": { "score": 1, @@ -56708,6 +57299,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -56772,7 +57364,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 34, + "duration": 76, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -56812,7 +57404,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -56830,6 +57422,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -56894,7 +57487,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 37, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -56934,7 +57527,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -56952,6 +57545,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57016,7 +57610,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57056,7 +57650,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -57074,6 +57668,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57138,7 +57733,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 30, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57178,7 +57773,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -57196,6 +57791,7 @@ "canonical_urls": [ "http://gruene-os-landkreis.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-os-land.de": { @@ -57260,7 +57856,7 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 43, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" @@ -57300,7 +57896,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 43 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -57319,6 +57915,7 @@ "http://www.gruene-ostercappeln.de", "http://www.gruene-ostercappeln.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-ostercappeln.de": { @@ -57381,12 +57978,12 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 403, + "duration": 357, "error": null, "status_code": 200, "url": "http://www.gruene-ostercappeln.de" @@ -57399,12 +57996,12 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 314, + "duration": 406, "error": null, "status_code": 200, "url": "http://www.gruene-ostercappeln.de/" @@ -57445,7 +58042,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 382 }, "SITE_REACHABLE": { "score": 1, @@ -57463,6 +58060,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57521,7 +58119,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 30, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57561,7 +58159,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -57579,6 +58177,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57637,7 +58236,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57677,7 +58276,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -57695,6 +58294,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57753,7 +58353,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 35, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57793,7 +58393,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -57811,6 +58411,7 @@ "canonical_urls": [ "http://www.gruene-osterholz.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-osterholz.de": { @@ -57869,7 +58470,7 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" @@ -57909,7 +58510,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -57927,6 +58528,7 @@ "canonical_urls": [ "http://www.gruene-ottersberg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-ottersberg.de/comments/feed/", "http://www.gruene-ottersberg.de/feed/", @@ -57967,7 +58569,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -57975,7 +58577,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-ottersberg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -57997,7 +58599,7 @@ "opengraph": null, "title": "" }, - "duration": 411, + "duration": 355, "error": null, "status_code": 200, "url": "http://www.gruene-ottersberg.de/" @@ -58037,7 +58639,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 411 + "value": 355 }, "SITE_REACHABLE": { "score": 1, @@ -58056,6 +58658,7 @@ "http://gruene-ov-aurich.de/", "http://www.gruene-ov-aurich.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-ov-aurich.de": { @@ -58118,7 +58721,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 186, + "duration": 256, "error": null, "status_code": 200, "url": "http://gruene-ov-aurich.de/" @@ -58133,7 +58736,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 138, + "duration": 217, "error": null, "status_code": 200, "url": "http://www.gruene-ov-aurich.de/" @@ -58175,7 +58778,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 236 }, "SITE_REACHABLE": { "score": 1, @@ -58193,6 +58796,7 @@ "canonical_urls": [ "http://gruene-ov-stade.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ov-stade.de": { @@ -58251,7 +58855,7 @@ "opengraph": null, "title": "Ortsverband Stade: Aktuelles" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-ov-stade.de/aktuelles/" @@ -58291,7 +58895,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58309,6 +58913,7 @@ "canonical_urls": [ "http://www.gruene-owl.de/aktuell-aus-owl/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-owl.de": { @@ -58367,7 +58972,7 @@ "opengraph": null, "title": "Die GRÜNEN OWL: Aktuell aus OWL" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-owl.de/aktuell-aus-owl/" @@ -58407,7 +59012,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58425,6 +59030,7 @@ "canonical_urls": [ "http://www.gruene-oyten.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-oyten.de/comments/feed/", "http://www.gruene-oyten.de/feed/" @@ -58482,15 +59088,15 @@ "generator": null, "icon": "http://www.gruene-oyten.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 Die Grünen" }, - "duration": 84, + "duration": 121, "error": null, "status_code": 200, "url": "http://www.gruene-oyten.de/" @@ -58527,9 +59133,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 84 + "value": 121 }, "SITE_REACHABLE": { "score": 1, @@ -58540,7 +59146,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -58548,6 +59154,7 @@ "http://gruene-passau.de/", "https://gruene-passau.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-passau.de/comments/feed", "https://gruene-passau.de/feed" @@ -58611,16 +59218,16 @@ "generator": null, "icon": "http://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 702, + "duration": 766, "error": null, "status_code": 200, "url": "http://gruene-passau.de/" @@ -58636,16 +59243,16 @@ "generator": null, "icon": "https://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 899, + "duration": 845, "error": null, "status_code": 200, "url": "https://gruene-passau.de/" @@ -58677,13 +59284,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 800 + "value": 806 }, "SITE_REACHABLE": { "score": 1, @@ -58694,13 +59301,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-passauland.de/" ], + "cms": "typo3-gruene", "feeds": [], "hostnames": { "gruene-passauland.de": { @@ -58759,7 +59367,7 @@ "opengraph": null, "title": "Die Grünen Passau Land: Grüne Passau Land" }, - "duration": 88, + "duration": 140, "error": null, "status_code": 200, "url": "https://gruene-passauland.de/" @@ -58792,13 +59400,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 88 + "value": 140 }, "SITE_REACHABLE": { "score": 1, @@ -58809,13 +59417,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -58874,7 +59483,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 35, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -58914,7 +59523,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -58932,6 +59541,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -58990,7 +59600,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59030,7 +59640,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59048,6 +59658,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59106,7 +59717,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59146,7 +59757,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59164,6 +59775,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59222,7 +59834,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59262,7 +59874,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -59280,6 +59892,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59338,7 +59951,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59378,7 +59991,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -59396,6 +60009,7 @@ "canonical_urls": [ "http://www.gruene-peine.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-peine.de": { @@ -59454,7 +60068,7 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-peine.de/home/" @@ -59494,7 +60108,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -59512,6 +60126,7 @@ "canonical_urls": [ "https://gruene-perl.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-perl.de/comments/feed/", "https://gruene-perl.de/feed/" @@ -59576,7 +60191,7 @@ "opengraph": null, "title": "Ortsverband Perl - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 284, + "duration": 296, "error": null, "status_code": 200, "url": "https://gruene-perl.de/" @@ -59608,13 +60223,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 284 + "value": 296 }, "SITE_REACHABLE": { "score": 1, @@ -59625,13 +60240,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-pfaffenhofen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pfaffenhofen.de": { @@ -59690,7 +60306,7 @@ "opengraph": null, "title": "Grüne Pfaffenhofen: Startseite" }, - "duration": 53, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-pfaffenhofen.de/startseite/" @@ -59730,7 +60346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 53 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -59749,6 +60365,7 @@ "http://gruene-pforzheim-enz.de/", "https://gruene-pforzheim-enz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-pforzheim-enz.de/comments/feed/", "http://gruene-pforzheim-enz.de/feed/", @@ -59814,15 +60431,15 @@ "generator": null, "icon": "http://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 773, + "duration": 572, "error": null, "status_code": 200, "url": "http://gruene-pforzheim-enz.de/" @@ -59838,15 +60455,15 @@ "generator": null, "icon": "https://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 864, + "duration": 629, "error": null, "status_code": 200, "url": "https://gruene-pforzheim-enz.de/" @@ -59879,13 +60496,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 818 + "value": 600 }, "SITE_REACHABLE": { "score": 1, @@ -59896,13 +60513,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-pi.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-pi.de": { @@ -59961,7 +60579,7 @@ "opengraph": null, "title": "Kreisverband Pinneberg: Home" }, - "duration": 34, + "duration": 91, "error": null, "status_code": 200, "url": "http://www.gruene-pi.de/home/" @@ -60001,7 +60619,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 34 + "value": 91 }, "SITE_REACHABLE": { "score": 1, @@ -60019,6 +60637,7 @@ "canonical_urls": [ "https://www.gruene-ra-bad.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ra-bad.de": { @@ -60069,7 +60688,7 @@ "opengraph": null, "title": "Grüne Kreisverband Rastatt Baden-Baden: KV Rastatt Baden-Baden" }, - "duration": 590, + "duration": 654, "error": null, "status_code": 200, "url": "https://www.gruene-ra-bad.de/" @@ -60102,13 +60721,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 590 + "value": 654 }, "SITE_REACHABLE": { "score": 1, @@ -60119,13 +60738,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rastede.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rastede.de": { @@ -60184,7 +60804,7 @@ "opengraph": null, "title": "Ortsverband Rastede: Home" }, - "duration": 32, + "duration": 109, "error": null, "status_code": 200, "url": "http://www.gruene-rastede.de/home/" @@ -60222,9 +60842,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 32 + "value": 109 }, "SITE_REACHABLE": { "score": 1, @@ -60235,13 +60855,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rv.de/start/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-ravensburg.de": { @@ -60292,7 +60913,7 @@ "opengraph": null, "title": "GRÜNE RAVENSBURG: START" }, - "duration": 321, + "duration": 376, "error": null, "status_code": 200, "url": "http://www.gruene-rv.de/start/" @@ -60332,7 +60953,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 321 + "value": 376 }, "SITE_REACHABLE": { "score": 1, @@ -60350,6 +60971,7 @@ "canonical_urls": [ "http://gruene-regen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-regen.de": { @@ -60408,7 +61030,7 @@ "opengraph": null, "title": "Kreisverband Regen: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-regen.de/home/" @@ -60448,7 +61070,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -60466,6 +61088,7 @@ "canonical_urls": [ "http://gruene-regensburg-land.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-regensburg-land.de": { @@ -60524,7 +61147,7 @@ "opengraph": null, "title": "GRÜNE Regensburg-Land: Aktuelles" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-regensburg-land.de/aktuelles/" @@ -60564,7 +61187,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -60582,6 +61205,7 @@ "canonical_urls": [ "http://www.gruene-regensburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-regensburg.de/comments/feed/", "http://www.gruene-regensburg.de/feed/" @@ -60650,16 +61274,16 @@ "generator": null, "icon": "http://www.gruene-regensburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuelles | Grüne Stadtverband Regensburg" }, - "duration": 428, + "duration": 345, "error": null, "status_code": 200, "url": "http://www.gruene-regensburg.de/" @@ -60698,7 +61322,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 428 + "value": 345 }, "SITE_REACHABLE": { "score": 1, @@ -60716,6 +61340,7 @@ "canonical_urls": [ "http://gruene-region-aachen.de/kreisverband/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-region-aachen.de/kreisverband/comments/feed/", "http://gruene-region-aachen.de/kreisverband/feed/", @@ -60758,7 +61383,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -60766,7 +61391,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-region-aachen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -60786,15 +61411,15 @@ "generator": null, "icon": "http://gruene-region-aachen.de/kreisverband/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Die Grünen in der Städteregion Aachen" }, - "duration": 510, + "duration": 539, "error": null, "status_code": 200, "url": "http://gruene-region-aachen.de/kreisverband/" @@ -60833,7 +61458,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 510 + "value": 539 }, "SITE_REACHABLE": { "score": 1, @@ -60852,6 +61477,7 @@ "https://gruene-rehburg-loccum.de/", "https://www.gruene-rehburg-loccum.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-rehburg-loccum.de": { @@ -60911,7 +61537,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 80, + "duration": 164, "error": null, "status_code": 200, "url": "https://gruene-rehburg-loccum.de/" @@ -60926,7 +61552,7 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 75, + "duration": 142, "error": null, "status_code": 200, "url": "https://www.gruene-rehburg-loccum.de/" @@ -60960,13 +61586,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 78 + "value": 153 }, "SITE_REACHABLE": { "score": 1, @@ -60977,7 +61603,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -60985,6 +61611,7 @@ "http://gruene-rek.de/", "http://www.gruene-rek.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rek.de": { @@ -61047,7 +61674,7 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 418, + "duration": 527, "error": null, "status_code": 200, "url": "http://gruene-rek.de/" @@ -61062,7 +61689,7 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 478, + "duration": 453, "error": null, "status_code": 200, "url": "http://www.gruene-rek.de/" @@ -61104,7 +61731,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 448 + "value": 490 }, "SITE_REACHABLE": { "score": 1, @@ -61122,6 +61749,7 @@ "canonical_urls": [ "https://www.gruene-rems-murr.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rems-murr.de": { @@ -61172,7 +61800,7 @@ "opengraph": null, "title": "Grüne Kreis Rems-Murr: Kreisverband Rems-Murr" }, - "duration": 591, + "duration": 658, "error": null, "status_code": 200, "url": "https://www.gruene-rems-murr.de/" @@ -61205,13 +61833,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 591 + "value": 658 }, "SITE_REACHABLE": { "score": 1, @@ -61222,13 +61850,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-remscheid.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-remscheid.de": { @@ -61287,7 +61916,7 @@ "opengraph": null, "title": "GRÜNE Remscheid: Startseite" }, - "duration": 36, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-remscheid.de/startseite/" @@ -61327,7 +61956,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -61345,6 +61974,7 @@ "canonical_urls": [ "https://www.gruene-reutlingen.de/home/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-reutlingen.de": { @@ -61395,7 +62025,7 @@ "opengraph": null, "title": "GRÜNE REUTLINGEN: HOME" }, - "duration": 366, + "duration": 461, "error": null, "status_code": 200, "url": "https://www.gruene-reutlingen.de/home/" @@ -61428,13 +62058,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 366 + "value": 461 }, "SITE_REACHABLE": { "score": 1, @@ -61445,13 +62075,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-rhein-lahn.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rhein-lahn.de": { @@ -61510,7 +62141,7 @@ "opengraph": null, "title": "Kreisverband Rhein-Lahn: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-rhein-lahn.de/home/" @@ -61550,7 +62181,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -61568,6 +62199,7 @@ "canonical_urls": [ "http://www.gruene-rheinbach.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rheinbach.de": { @@ -61626,7 +62258,7 @@ "opengraph": null, "title": "Grüner Ortsverband Rheinbach: Was uns bewegt" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-rheinbach.de/startseite/" @@ -61666,7 +62298,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -61684,6 +62316,7 @@ "canonical_urls": [ "http://www.gruene-rhoen-grabfeld.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rhoen-grabfeld.de": { @@ -61742,7 +62375,7 @@ "opengraph": null, "title": "Kreisverband Rhön-Grabfeld: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-rhoen-grabfeld.de/home/" @@ -61782,7 +62415,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -61801,6 +62434,7 @@ "http://www.gruene-rkn.de/", "https://www.gruene-rkn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-rkn.de/comments/feed/", "http://www.gruene-rkn.de/feed/", @@ -61866,15 +62500,15 @@ "generator": "Powered by WPBakery Page Builder - drag and drop page builder for WordPress.", "icon": "http://www.gruene-rkn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 46, + "duration": 78, "error": null, "status_code": 200, "url": "http://www.gruene-rkn.de/" @@ -61890,15 +62524,15 @@ "generator": "Powered by WPBakery Page Builder - drag and drop page builder for WordPress.", "icon": "https://www.gruene-rkn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 286, + "duration": 189, "error": null, "status_code": 200, "url": "https://www.gruene-rkn.de/" @@ -61931,13 +62565,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 134 }, "SITE_REACHABLE": { "score": 1, @@ -61948,13 +62582,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ronnenberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ronnenberg.de": { @@ -62013,7 +62648,7 @@ "opengraph": null, "title": "Grüne Ronnenberg: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-ronnenberg.de/home/" @@ -62053,7 +62688,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -62071,6 +62706,7 @@ "canonical_urls": [ "http://www.gruene-rosdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-rosdorf.de/comments/feed/", "http://www.gruene-rosdorf.de/feed/" @@ -62139,15 +62775,15 @@ "generator": null, "icon": "http://www.gruene-rosdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Rosdorf" }, - "duration": 280, + "duration": 306, "error": null, "status_code": 200, "url": "http://www.gruene-rosdorf.de/" @@ -62186,7 +62822,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 280 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -62205,6 +62841,7 @@ "http://gruene-rosengarten.de/", "http://www.gruene-rosengarten.de/" ], + "cms": null, "feeds": [ "http://gruene-rosengarten.de/index.php?format=feed&type=rss", "http://www.gruene-rosengarten.de/index.php?format=feed&type=rss" @@ -62247,7 +62884,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -62255,7 +62892,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-rosengarten.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -62276,7 +62913,7 @@ "opengraph": null, "title": "Home" }, - "duration": 331, + "duration": 357, "error": null, "status_code": 200, "url": "http://gruene-rosengarten.de/" @@ -62294,7 +62931,7 @@ "opengraph": null, "title": "Home" }, - "duration": 328, + "duration": 377, "error": null, "status_code": 200, "url": "http://www.gruene-rosengarten.de/" @@ -62334,7 +62971,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 330 + "value": 367 }, "SITE_REACHABLE": { "score": 1, @@ -62352,6 +62989,7 @@ "canonical_urls": [ "http://www.gruene-rosenheim.de/aktuell/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rosenheim.de": { @@ -62410,7 +63048,7 @@ "opengraph": null, "title": "KREISVERBAND ROSENHEIM: Aktuell" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-rosenheim.de/aktuell/" @@ -62450,7 +63088,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -62468,6 +63106,7 @@ "canonical_urls": [ "http://gruene-rostock.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-rostock.de": { @@ -62526,7 +63165,7 @@ "opengraph": null, "title": "Grüne KV Rostock: Startseite" }, - "duration": 32, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-rostock.de/startseite/" @@ -62566,7 +63205,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -62584,6 +63223,7 @@ "canonical_urls": [ "https://www.rotenburger-gruene.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.rotenburger-gruene.de/comments/feed/", "https://www.rotenburger-gruene.de/feed/" @@ -62652,16 +63292,16 @@ "generator": null, "icon": "https://www.rotenburger-gruene.de/wp-content/themes/1508319867-iO23Vb/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / die Grünen in Rotenburg an der WümmeDie Grünen in Rotenburg" }, - "duration": 731, + "duration": 909, "error": null, "status_code": 200, "url": "https://www.rotenburger-gruene.de/" @@ -62693,13 +63333,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 731 + "value": 909 }, "SITE_REACHABLE": { "score": 1, @@ -62710,13 +63350,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-roth.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-roth.de": { @@ -62775,7 +63416,7 @@ "opengraph": null, "title": "Kreisverband Roth: Startseite" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-roth.de/startseite/" @@ -62815,7 +63456,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -62834,6 +63475,7 @@ "http://gruene-rottal-inn.de/", "http://www.gruene-rottal-inn.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-rottal-inn.de": { @@ -62896,7 +63538,7 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 53, + "duration": 89, "error": null, "status_code": 200, "url": "http://gruene-rottal-inn.de/" @@ -62911,7 +63553,7 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 54, + "duration": 95, "error": null, "status_code": 200, "url": "http://www.gruene-rottal-inn.de/" @@ -62953,7 +63595,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 54 + "value": 92 }, "SITE_REACHABLE": { "score": 1, @@ -62971,6 +63613,7 @@ "canonical_urls": [ "https://www.gruene-rottweil.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-rottweil.de": { @@ -63021,7 +63664,7 @@ "opengraph": null, "title": "Grüne Kreisverband Rottweil: KV Rottweil" }, - "duration": 414, + "duration": 497, "error": null, "status_code": 200, "url": "https://www.gruene-rottweil.de/" @@ -63054,13 +63697,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 414 + "value": 497 }, "SITE_REACHABLE": { "score": 1, @@ -63071,13 +63714,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://www.gruene-rtk.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-rtk.de/herzlich-willkommen/feed/" ], @@ -63136,14 +63780,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Rheingau-Taunus-Kreis" }, - "duration": 122, + "duration": 221, "error": null, "status_code": 200, "url": "https://www.gruene-rtk.de/" @@ -63176,13 +63820,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 122 + "value": 221 }, "SITE_REACHABLE": { "score": 1, @@ -63193,13 +63837,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-ruhr.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-ruhr.de/comments/feed/", "http://gruene-ruhr.de/feed/" @@ -63268,15 +63913,15 @@ "generator": null, "icon": "http://gruene-ruhr.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bezirksverband Ruhrgebiet von BÜNDNIS 90/DIE GRÜNEN NRW › Die Grünen Ruhr" }, - "duration": 38, + "duration": 76, "error": null, "status_code": 200, "url": "http://gruene-ruhr.de/" @@ -63315,7 +63960,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 38 + "value": 76 }, "SITE_REACHABLE": { "score": 1, @@ -63333,6 +63978,7 @@ "canonical_urls": [ "http://www.gruene-saalekreis.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-saalekreis.de/feed/", "http://www.gruene-saalekreis.de/uber-uns/aktuelles/feed/" @@ -63403,7 +64049,7 @@ "opengraph": null, "title": "Grüne Saalekreis" }, - "duration": 55, + "duration": 604, "error": null, "status_code": 200, "url": "http://www.gruene-saalekreis.de/" @@ -63440,9 +64086,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 55 + "value": 604 }, "SITE_REACHABLE": { "score": 1, @@ -63453,13 +64099,14 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://gruene-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-saar.de/comments/feed/", "http://gruene-saar.de/feed/" @@ -63528,16 +64175,16 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 358, + "duration": 408, "error": null, "status_code": 200, "url": "http://gruene-saar.de/" @@ -63576,7 +64223,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 408 }, "SITE_REACHABLE": { "score": 1, @@ -63594,6 +64241,7 @@ "canonical_urls": [ "http://www.gruene-salzhausen-hanstedt.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-salzhausen-hanstedt.de": { @@ -63652,7 +64300,7 @@ "opengraph": null, "title": "Grüne Salzhausen-Hanstedt: Home" }, - "duration": 36, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-salzhausen-hanstedt.de/home/" @@ -63692,7 +64340,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -63710,6 +64358,7 @@ "canonical_urls": [ "http://gruene-schaumburg.de/aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schaumburg.de": { @@ -63768,7 +64417,7 @@ "opengraph": null, "title": "Grüne Schaumburg: Aktuelles" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schaumburg.de/aktuelles/" @@ -63808,7 +64457,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -63826,6 +64475,7 @@ "canonical_urls": [ "http://www.gruene-schuettorf.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schuettorf.de": { @@ -63884,7 +64534,7 @@ "opengraph": null, "title": "Grüne Schüttorf: Home" }, - "duration": 30, + "duration": 70, "error": null, "status_code": 200, "url": "http://www.gruene-schuettorf.de/home/" @@ -63924,7 +64574,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -63942,6 +64592,7 @@ "canonical_urls": [ "http://www.gruene-schwabach.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwabach.de": { @@ -64000,7 +64651,7 @@ "opengraph": null, "title": "Kreisverband Schwabach: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-schwabach.de/home/" @@ -64040,7 +64691,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64058,6 +64709,7 @@ "canonical_urls": [ "http://gruene-schwaben.de/startseite/nachrichten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwaben.de": { @@ -64116,7 +64768,7 @@ "opengraph": null, "title": "Bezirksverband Schwaben: Nachrichten" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schwaben.de/startseite/nachrichten/" @@ -64156,7 +64808,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64175,6 +64827,7 @@ "http://gruene-schwaebisch-gmuend.de/", "http://www.gruene-schwaebisch-gmuend.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-schwaebisch-gmuend.de": { @@ -64213,7 +64866,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -64221,7 +64874,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-schwaebisch-gmuend.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -64239,7 +64892,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 476, + "duration": 508, "error": null, "status_code": 200, "url": "http://gruene-schwaebisch-gmuend.de/" @@ -64254,7 +64907,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 485, + "duration": 517, "error": null, "status_code": 200, "url": "http://www.gruene-schwaebisch-gmuend.de/" @@ -64295,7 +64948,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 480 + "value": 512 }, "SITE_REACHABLE": { "score": 1, @@ -64313,6 +64966,7 @@ "canonical_urls": [ "http://www.gruene-schwalm-eder.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwalm-eder.de": { @@ -64371,7 +65025,7 @@ "opengraph": null, "title": "Kreisverband Schwalm-Eder: Startseite" }, - "duration": 36, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-schwalm-eder.de/startseite/" @@ -64411,7 +65065,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -64429,6 +65083,7 @@ "canonical_urls": [ "http://gruene-schwandorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwandorf.de": { @@ -64487,7 +65142,7 @@ "opengraph": null, "title": "Kreisverband Schwandorf: Startseite" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-schwandorf.de/startseite/" @@ -64527,7 +65182,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -64545,6 +65200,7 @@ "canonical_urls": [ "https://www.gruene-schwarzwald-baar.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-schwarzwald-baar.de": { @@ -64595,7 +65251,7 @@ "opengraph": null, "title": "Grüne Kreisverband Schwarzwald Baar: Kreisverband Schwarzwald-Baar" }, - "duration": 394, + "duration": 445, "error": null, "status_code": 200, "url": "https://www.gruene-schwarzwald-baar.de/" @@ -64628,13 +65284,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 445 }, "SITE_REACHABLE": { "score": 1, @@ -64645,13 +65301,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-schweinfurt.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schweinfurt.de": { @@ -64710,7 +65367,7 @@ "opengraph": null, "title": "Kreisverband Schweinfurt: Startseite" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-schweinfurt.de/startseite/" @@ -64750,7 +65407,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -64769,6 +65426,7 @@ "http://gruene-schwerin.de/startseite/", "http://www.gruene-schwerin.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-schwerin.de": { @@ -64828,7 +65486,7 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-schwerin.de/startseite/" @@ -64843,7 +65501,7 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 31, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-schwerin.de/startseite/" @@ -64884,7 +65542,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -64902,6 +65560,7 @@ "canonical_urls": [ "http://gruene-seenplatte.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-seenplatte.de": { @@ -64960,7 +65619,7 @@ "opengraph": null, "title": "Meckl. Seenplatte: Startseite" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-seenplatte.de/startseite/" @@ -65000,7 +65659,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65018,6 +65677,7 @@ "canonical_urls": [ "http://gruene-seevetal.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-seevetal.de": { @@ -65076,7 +65736,7 @@ "opengraph": null, "title": "B90/GRÜNE OV Seevetal - Aktuell: Startseite" }, - "duration": 33, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-seevetal.de/startseite/" @@ -65116,7 +65776,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65134,6 +65794,7 @@ "canonical_urls": [ "http://www.gruene-sehnde.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sehnde.de": { @@ -65192,7 +65853,7 @@ "opengraph": null, "title": "Ortsverband Sehnde: Home" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://www.gruene-sehnde.de/home/" @@ -65232,7 +65893,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -65250,6 +65911,7 @@ "canonical_urls": [ "http://gruene-sg-fintel.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sg-fintel.de": { @@ -65308,7 +65970,7 @@ "opengraph": null, "title": "Ortsverband SG Fintel: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-sg-fintel.de/startseite/" @@ -65348,7 +66010,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -65366,6 +66028,7 @@ "canonical_urls": [ "http://gruene-sha.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sha.de": { @@ -65424,7 +66087,7 @@ "opengraph": null, "title": "KV Schwäbisch Hall: Home" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-sha.de/home/" @@ -65464,7 +66127,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -65482,6 +66145,7 @@ "canonical_urls": [ "http://gruene-siegen-wittgenstein.de/" ], + "cms": "typo3", "feeds": [ "http://gruene-siegen-wittgenstein.de/rss.xml" ], @@ -65519,7 +66183,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-siegen-wittgenstein.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-siegen-wittgenstein.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -65539,7 +66203,7 @@ "opengraph": null, "title": "Start - Die Grünen Siegen-Wittgenstein" }, - "duration": 412, + "duration": 438, "error": null, "status_code": 200, "url": "http://gruene-siegen-wittgenstein.de/" @@ -65578,7 +66242,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 412 + "value": 438 }, "SITE_REACHABLE": { "score": 1, @@ -65596,6 +66260,7 @@ "canonical_urls": [ "http://gruene-sigmaringen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-sigmaringen.de/?feed=comments-rss2", "http://gruene-sigmaringen.de/?feed=rss2" @@ -65653,16 +66318,16 @@ "generator": null, "icon": "http://gruene-sigmaringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Sigmaringen" }, - "duration": 170, + "duration": 228, "error": null, "status_code": 200, "url": "http://gruene-sigmaringen.de/" @@ -65701,7 +66366,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 170 + "value": 228 }, "SITE_REACHABLE": { "score": 1, @@ -65719,6 +66384,7 @@ "canonical_urls": [ "http://www.gruene-sl-fl.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-sl-fl.de": { @@ -65777,7 +66443,7 @@ "opengraph": null, "title": "Grüne Schleswig-Flensburg: Home" }, - "duration": 30, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-sl-fl.de/home/" @@ -65817,7 +66483,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -65835,6 +66501,7 @@ "canonical_urls": [ "http://gruene-slf-ru.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-slf-ru.de": { @@ -65886,7 +66553,7 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Aktuelles" }, - "duration": 143, + "duration": 152, "error": null, "status_code": 200, "url": "http://gruene-slf-ru.de/" @@ -65927,7 +66594,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 152 }, "SITE_REACHABLE": { "score": 1, @@ -65945,6 +66612,7 @@ "canonical_urls": [ "https://gruene-sms.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sms.de/comments/feed", "https://gruene-sms.de/feed", @@ -66017,15 +66685,15 @@ "generator": null, "icon": "https://gruene-sms.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Schmalkalden-Meiningen-Suhl › BÜNDNIS 90/DIE GRÜNEN Regionalverband" }, - "duration": 266, + "duration": 350, "error": null, "status_code": 200, "url": "https://gruene-sms.de/" @@ -66057,13 +66725,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 350 }, "SITE_REACHABLE": { "score": 1, @@ -66074,7 +66742,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -66082,6 +66750,7 @@ "http://gruene-solingen.de/", "http://www.gruene-solingen.de/" ], + "cms": "typo3", "feeds": [ "http://gruene-solingen.de/rss.xml" ], @@ -66150,7 +66819,7 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 133, + "duration": 166, "error": null, "status_code": 200, "url": "http://gruene-solingen.de/" @@ -66167,7 +66836,7 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 142, + "duration": 165, "error": null, "status_code": 200, "url": "http://www.gruene-solingen.de/" @@ -66207,7 +66876,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 138 + "value": 166 }, "SITE_REACHABLE": { "score": 1, @@ -66225,6 +66894,7 @@ "canonical_urls": [ "http://grueneleer.de/index.php?id=124996" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stadt-leer.de": { @@ -66289,7 +66959,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 33, + "duration": 70, "error": null, "status_code": 200, "url": "http://grueneleer.de/index.php?id=124996" @@ -66329,7 +66999,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 70 }, "SITE_REACHABLE": { "score": 1, @@ -66347,6 +67017,7 @@ "canonical_urls": [ "http://gruene-starnberg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-starnberg.de": { @@ -66405,7 +67076,7 @@ "opengraph": null, "title": "Kreisverband Starnberg: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://gruene-starnberg.de/home/" @@ -66445,7 +67116,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -66463,6 +67134,7 @@ "canonical_urls": [ "http://www.gruene-steinburg.de/home-aktuelles/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-steinburg.de": { @@ -66521,7 +67193,7 @@ "opengraph": null, "title": "Kreisverband Steinburg: Home / Aktuelles" }, - "duration": 30, + "duration": 69, "error": null, "status_code": 200, "url": "http://www.gruene-steinburg.de/home-aktuelles/" @@ -66561,7 +67233,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -66579,6 +67251,7 @@ "canonical_urls": [ "http://gruene-stormarn.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stormarn.de": { @@ -66637,7 +67310,7 @@ "opengraph": null, "title": "Kreisverband Stormarn: Home" }, - "duration": 30, + "duration": 85, "error": null, "status_code": 200, "url": "http://gruene-stormarn.de/home/" @@ -66677,7 +67350,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -66695,6 +67368,7 @@ "canonical_urls": [ "http://www.gruene-straubing-bogen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-straubing-bogen.de": { @@ -66753,7 +67427,7 @@ "opengraph": null, "title": "Grüne Straubing-Bogen: Home" }, - "duration": 31, + "duration": 67, "error": null, "status_code": 200, "url": "http://www.gruene-straubing-bogen.de/home/" @@ -66793,7 +67467,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 67 }, "SITE_REACHABLE": { "score": 1, @@ -66811,6 +67485,7 @@ "canonical_urls": [ "https://gruene-stuttgart.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-stuttgart.de": { @@ -66869,7 +67544,7 @@ "opengraph": null, "title": "Kreisverband Stuttgart: Startseite" }, - "duration": 104, + "duration": 200, "error": null, "status_code": 200, "url": "https://gruene-stuttgart.de/startseite/" @@ -66902,13 +67577,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 104 + "value": 200 }, "SITE_REACHABLE": { "score": 1, @@ -66919,13 +67594,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-toelz-wor.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-toelz-wor.de": { @@ -66984,7 +67660,7 @@ "opengraph": null, "title": "Bad Tölz-Wolfratshausen: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://gruene-toelz-wor.de/home/" @@ -67024,7 +67700,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -67042,6 +67718,7 @@ "canonical_urls": [ "http://www.gruene-traunstein.de/" ], + "cms": "di onebusiness v.1.3", "feeds": [ "http://www.gruene-traunstein.de/comments/feed/", "http://www.gruene-traunstein.de/feed/" @@ -67112,7 +67789,7 @@ "opengraph": null, "title": "Kreisverband Traunstein |" }, - "duration": 179, + "duration": 6, "error": null, "status_code": 200, "url": "http://www.gruene-traunstein.de/" @@ -67149,9 +67826,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 179 + "value": 6 }, "SITE_REACHABLE": { "score": 1, @@ -67162,13 +67839,14 @@ "value": true } }, - "score": 6.5 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.gruene-treptow-koepenick.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-treptow-koepenick.de": { @@ -67231,7 +67909,7 @@ "opengraph": null, "title": "Home - Bündnis 90 / Die Grünen KV Treptow-Köpenick von Berlin" }, - "duration": 508, + "duration": 359, "error": null, "status_code": 200, "url": "http://www.gruene-treptow-koepenick.de/" @@ -67272,7 +67950,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 359 }, "SITE_REACHABLE": { "score": 1, @@ -67290,6 +67968,7 @@ "canonical_urls": [ "http://www.gruene-ts.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-ts.de/comments/feed/", "http://www.gruene-ts.de/feed/" @@ -67358,17 +68037,17 @@ "generator": null, "icon": "http://www.gruene-ts.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen - Tempelhof-Schöneberg" }, - "duration": 572, + "duration": 287, "error": null, "status_code": 200, "url": "http://www.gruene-ts.de/" @@ -67407,7 +68086,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 572 + "value": 287 }, "SITE_REACHABLE": { "score": 1, @@ -67425,6 +68104,7 @@ "canonical_urls": [ "http://www.gruene-tuebingen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-tuebingen.de": { @@ -67483,7 +68163,7 @@ "opengraph": null, "title": "Kreisverband Tübingen: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-tuebingen.de/home/" @@ -67523,7 +68203,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -67541,6 +68221,7 @@ "canonical_urls": [ "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-tuttlingen.de": { @@ -67591,7 +68272,7 @@ "opengraph": null, "title": "Grüne Kreis Tuttlingen: Aktuelles" }, - "duration": 487, + "duration": 530, "error": null, "status_code": 200, "url": "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" @@ -67624,13 +68305,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 487 + "value": 530 }, "SITE_REACHABLE": { "score": 1, @@ -67641,13 +68322,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-ulm.de/termine/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-ulm.de": { @@ -67706,7 +68388,7 @@ "opengraph": null, "title": "Grüne Ulm: Termine" }, - "duration": 31, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-ulm.de/termine/" @@ -67746,7 +68428,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -67764,6 +68446,7 @@ "canonical_urls": [ "http://www.gruene-um.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-um.de": { @@ -67822,7 +68505,7 @@ "opengraph": null, "title": "KREISVERBAND UCKERMARK: Home" }, - "duration": 35, + "duration": 68, "error": null, "status_code": 200, "url": "http://www.gruene-um.de/home/" @@ -67862,7 +68545,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -67880,6 +68563,7 @@ "canonical_urls": [ "http://www.gruene-unterallgaeu.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-unterallgaeu.de": { @@ -67938,7 +68622,7 @@ "opengraph": null, "title": "Unterallgäu: Startseite" }, - "duration": 30, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-unterallgaeu.de/startseite/" @@ -67978,7 +68662,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -67996,6 +68680,7 @@ "canonical_urls": [ "http://gruene-unterfranken.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-unterfranken.de": { @@ -68054,7 +68739,7 @@ "opengraph": null, "title": "Bezirksverband Unterfranken: Startseite" }, - "duration": 31, + "duration": 72, "error": null, "status_code": 200, "url": "http://gruene-unterfranken.de/startseite/" @@ -68094,7 +68779,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 72 }, "SITE_REACHABLE": { "score": 1, @@ -68112,6 +68797,7 @@ "canonical_urls": [ "http://www.gruene-verden.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-verden.de/comments/feed/", "http://www.gruene-verden.de/feed/" @@ -68153,7 +68839,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -68161,7 +68847,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruene-verden.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -68180,16 +68866,16 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 712, + "duration": 751, "error": null, "status_code": 200, "url": "http://www.gruene-verden.de/" @@ -68228,7 +68914,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 712 + "value": 751 }, "SITE_REACHABLE": { "score": 1, @@ -68246,6 +68932,7 @@ "canonical_urls": [ "https://www.gruene-vogelsberg.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-vogelsberg.de": { @@ -68300,14 +68987,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Vogelsberg" }, - "duration": 143, + "duration": 222, "error": null, "status_code": 200, "url": "https://www.gruene-vogelsberg.de/" @@ -68341,13 +69028,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 222 }, "SITE_REACHABLE": { "score": 1, @@ -68358,13 +69045,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.gruene-vogtland.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-vogtland.de/rss.xml" ], @@ -68433,7 +69121,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Vogtland" }, - "duration": 184, + "duration": 209, "error": null, "status_code": 200, "url": "http://www.gruene-vogtland.de/startseite/" @@ -68472,7 +69160,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -68490,6 +69178,7 @@ "canonical_urls": [ "http://gruene-vorpommern-greifswald.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vorpommern-greifswald.de": { @@ -68543,7 +69232,7 @@ "opengraph": null, "title": "KV Vorpommern-Greifswald: Startseite" }, - "duration": 32, + "duration": 90, "error": null, "status_code": 200, "url": "http://gruene-vorpommern-greifswald.de/startseite/" @@ -68583,7 +69272,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 90 }, "SITE_REACHABLE": { "score": 1, @@ -68601,6 +69290,7 @@ "canonical_urls": [ "http://gruene-vorpommern-ruegen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-vorpommern-ruegen.de": { @@ -68659,7 +69349,7 @@ "opengraph": null, "title": "Grüne Vorpommern-Rügen: Startseite" }, - "duration": 31, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-vorpommern-ruegen.de/startseite/" @@ -68699,7 +69389,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -68717,6 +69407,7 @@ "canonical_urls": [ "http://gruene-kreis-warendorf.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-waf.de": { @@ -68781,7 +69472,7 @@ "opengraph": null, "title": "Grüne WAF: Startseite" }, - "duration": 31, + "duration": 69, "error": null, "status_code": 200, "url": "http://gruene-kreis-warendorf.de/startseite/" @@ -68821,7 +69512,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 69 }, "SITE_REACHABLE": { "score": 1, @@ -68839,6 +69530,7 @@ "canonical_urls": [ "https://www.gruene-waldeck-frankenberg.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-waldeck-frankenberg.de": { @@ -68893,14 +69585,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "B90/Die Grünen im Landkreis Waldeck-Frankenberg" }, - "duration": 148, + "duration": 209, "error": null, "status_code": 200, "url": "https://www.gruene-waldeck-frankenberg.de/" @@ -68934,13 +69626,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 148 + "value": 209 }, "SITE_REACHABLE": { "score": 1, @@ -68951,7 +69643,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -68959,6 +69651,7 @@ "http://www.gruene-wallenhorst.de", "http://www.gruene-wallenhorst.de/" ], + "cms": null, "feeds": [], "hostnames": { "gruene-wallenhorst.de": { @@ -69021,12 +69714,12 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 315, + "duration": 444, "error": null, "status_code": 200, "url": "http://www.gruene-wallenhorst.de" @@ -69039,12 +69732,12 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:title", - "og:description" + "og:description", + "og:title" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 364, + "duration": 341, "error": null, "status_code": 200, "url": "http://www.gruene-wallenhorst.de/" @@ -69085,7 +69778,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 340 + "value": 392 }, "SITE_REACHABLE": { "score": 1, @@ -69103,6 +69796,7 @@ "canonical_urls": [ "http://www.gruene-walsrode.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-walsrode.de": { @@ -69161,7 +69855,7 @@ "opengraph": null, "title": "OV Walsrode-Bomlitz: Home" }, - "duration": 31, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-walsrode.de/home/" @@ -69201,7 +69895,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -69220,6 +69914,7 @@ "http://www.gruene-wangen.de/", "https://www.gruene-wangen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-wangen.de/comments/feed/", "http://www.gruene-wangen.de/feed/", @@ -69288,16 +69983,16 @@ "generator": null, "icon": "http://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Wangen" }, - "duration": 759, + "duration": 774, "error": null, "status_code": 200, "url": "http://www.gruene-wangen.de/" @@ -69313,16 +70008,16 @@ "generator": null, "icon": "https://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Wangen" }, - "duration": 825, + "duration": 911, "error": null, "status_code": 200, "url": "https://www.gruene-wangen.de/" @@ -69355,13 +70050,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 792 + "value": 842 }, "SITE_REACHABLE": { "score": 1, @@ -69372,7 +70067,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69380,6 +70075,7 @@ "http://www.gruene-wartburgkreis-eisenach.de/", "https://www.gruene-wartburgkreis-eisenach.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruene-wartburgkreis-eisenach.de/?feed=comments-rss2", "http://www.gruene-wartburgkreis-eisenach.de/?feed=rss2", @@ -69445,15 +70141,15 @@ "generator": null, "icon": "http://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 587, + "duration": 624, "error": null, "status_code": 200, "url": "http://www.gruene-wartburgkreis-eisenach.de/" @@ -69469,15 +70165,15 @@ "generator": null, "icon": "https://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 687, + "duration": 677, "error": null, "status_code": 200, "url": "https://www.gruene-wartburgkreis-eisenach.de/" @@ -69510,13 +70206,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 637 + "value": 650 }, "SITE_REACHABLE": { "score": 1, @@ -69527,13 +70223,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-weiden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weiden.de": { @@ -69592,7 +70289,7 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 36, + "duration": 68, "error": null, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" @@ -69632,7 +70329,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 68 }, "SITE_REACHABLE": { "score": 1, @@ -69650,6 +70347,7 @@ "canonical_urls": [ "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weilheim.de": { @@ -69708,7 +70406,7 @@ "opengraph": null, "title": "KV Weilheim-Schongau: Aktivitäten, Termine, Ereignisse 2018" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" @@ -69748,7 +70446,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -69766,6 +70464,7 @@ "canonical_urls": [ "http://gruene-weimar.de/gruene-neuigkeiten/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weimar.de": { @@ -69824,7 +70523,7 @@ "opengraph": null, "title": "Grüne in Weimar: Grüne Neuigkeiten" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-weimar.de/gruene-neuigkeiten/" @@ -69864,7 +70563,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -69882,6 +70581,7 @@ "canonical_urls": [ "http://gruene-weissenburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-weissenburg.de": { @@ -69940,7 +70640,7 @@ "opengraph": null, "title": "Weißenburg-Gunzenhausen: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-weissenburg.de/home/" @@ -69980,7 +70680,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -69998,6 +70698,7 @@ "canonical_urls": [ "http://www.gruene-wermelskirchen.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wermelskirchen.de": { @@ -70056,7 +70757,7 @@ "opengraph": null, "title": "Grüne in Wermelskirchen: Home" }, - "duration": 46, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-wermelskirchen.de/home/" @@ -70096,7 +70797,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 46 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -70114,6 +70815,7 @@ "canonical_urls": [ "http://gruene-werra-meissner.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-werra-meissner.de": { @@ -70172,7 +70874,7 @@ "opengraph": null, "title": "Grüne Werra-Meißner: Start" }, - "duration": 36, + "duration": 65, "error": null, "status_code": 200, "url": "http://gruene-werra-meissner.de/startseite/" @@ -70212,7 +70914,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 36 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -70230,6 +70932,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70288,7 +70991,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70328,7 +71031,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -70346,6 +71049,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70404,7 +71108,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70444,7 +71148,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -70462,6 +71166,7 @@ "canonical_urls": [ "http://www.gruene-wesermarsch.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wesermarsch.de": { @@ -70520,7 +71225,7 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 31, + "duration": 73, "error": null, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" @@ -70560,7 +71265,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 73 }, "SITE_REACHABLE": { "score": 1, @@ -70578,6 +71283,7 @@ "canonical_urls": [ "https://www.gruene-wetterau.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-wetterau.de": { @@ -70632,14 +71338,14 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:type", - "og:description", + "og:image", "og:site_name", - "og:image" + "og:type", + "og:description" ], "title": "Grüne Wetterau" }, - "duration": 477, + "duration": 517, "error": null, "status_code": 200, "url": "https://www.gruene-wetterau.de/" @@ -70673,13 +71379,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 477 + "value": 517 }, "SITE_REACHABLE": { "score": 1, @@ -70690,13 +71396,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "http://www.xn--grne-wf-o2a.de/startseite/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-wf.de": { @@ -70761,7 +71468,7 @@ "opengraph": null, "title": "Kreisverband Wolfenbüttel: Startseite" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.xn--grne-wf-o2a.de/startseite/" @@ -70801,7 +71508,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -70819,6 +71526,7 @@ "canonical_urls": [ "http://www.gruene-wiefelstede.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wiefelstede.de": { @@ -70877,7 +71585,7 @@ "opengraph": null, "title": "Ortsverband Wiefelstede: Home" }, - "duration": 31, + "duration": 297, "error": null, "status_code": 200, "url": "http://www.gruene-wiefelstede.de/home/" @@ -70915,9 +71623,9 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 31 + "value": 297 }, "SITE_REACHABLE": { "score": 1, @@ -70928,13 +71636,14 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { "canonical_urls": [ "http://gruene-wiesbaden.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wiesbaden.de": { @@ -70993,7 +71702,7 @@ "opengraph": null, "title": "DIE GRÜNEN WIESBADEN: Startseite" }, - "duration": 33, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-wiesbaden.de/startseite/" @@ -71033,7 +71742,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -71051,6 +71760,7 @@ "canonical_urls": [ "http://gruene-winsen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-winsen.de/comments/feed/", "http://gruene-winsen.de/feed/" @@ -71108,15 +71818,15 @@ "generator": null, "icon": "http://gruene-winsen.de/wp-content/themes/1508095540-3wqS2x/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Winsen" }, - "duration": 145, + "duration": 174, "error": null, "status_code": 200, "url": "http://gruene-winsen.de/" @@ -71155,7 +71865,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 174 }, "SITE_REACHABLE": { "score": 1, @@ -71173,6 +71883,7 @@ "canonical_urls": [ "http://www.gruene-wittenberg.de/" ], + "cms": "wordpress", "feeds": [ "http://www.gruene-wittenberg.de/?feed=rss2", "http://www.gruene-wittenberg.de/?feed=rss2&page_id=10" @@ -71241,17 +71952,17 @@ "generator": "WordPress 4.2.2", "icon": "http://www.gruene-wittenberg.de/wp-content/themes/blum-o-matic/favicon.ico", "opengraph": [ - "og:locale:alternate", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:locale:alternate", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Allgemein | BÜNDNIS 90/DIE GRÜNEN Lutherstadt Wittenberg" }, - "duration": 86, + "duration": 89, "error": null, "status_code": 200, "url": "http://www.gruene-wittenberg.de/" @@ -71290,7 +72001,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 86 + "value": 89 }, "SITE_REACHABLE": { "score": 1, @@ -71308,6 +72019,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71365,15 +72077,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 239, + "duration": 306, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71412,7 +72124,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 306 }, "SITE_REACHABLE": { "score": 1, @@ -71430,6 +72142,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71487,15 +72200,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 222, + "duration": 255, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71534,7 +72247,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 255 }, "SITE_REACHABLE": { "score": 1, @@ -71552,6 +72265,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71609,15 +72323,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 220, + "duration": 167, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71656,7 +72370,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 220 + "value": 167 }, "SITE_REACHABLE": { "score": 1, @@ -71674,6 +72388,7 @@ "canonical_urls": [ "http://gruene-wittmund.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wittmund.de/comments/feed/", "http://gruene-wittmund.de/feed/" @@ -71731,15 +72446,15 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 145, + "duration": 281, "error": null, "status_code": 200, "url": "http://gruene-wittmund.de/" @@ -71778,7 +72493,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 281 }, "SITE_REACHABLE": { "score": 1, @@ -71796,6 +72511,7 @@ "canonical_urls": [ "http://gruene-wolfenbuettel.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://gruene-wolfenbuettel.de/comments/feed/", "http://gruene-wolfenbuettel.de/feed/" @@ -71864,16 +72580,16 @@ "generator": null, "icon": "http://gruene-wolfenbuettel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Ortsverband Stadt Wolfenbüttel" }, - "duration": 757, + "duration": 718, "error": null, "status_code": 200, "url": "http://gruene-wolfenbuettel.de/" @@ -71912,7 +72628,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 718 }, "SITE_REACHABLE": { "score": 1, @@ -71930,6 +72646,7 @@ "canonical_urls": [ "http://www.gruene-worms.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-worms.de": { @@ -71988,7 +72705,7 @@ "opengraph": null, "title": "Die Wormser Grünen: Start" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.gruene-worms.de/start/" @@ -72028,7 +72745,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -72046,6 +72763,7 @@ "canonical_urls": [ "http://www.gruene-wst.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-wst.de": { @@ -72104,7 +72822,7 @@ "opengraph": null, "title": "GRÜNE OV Westerstede: Bündnis90/DIE GRÜNEN Ortsverband Westerstede" }, - "duration": 33, + "duration": 66, "error": null, "status_code": 200, "url": "http://www.gruene-wst.de/home/" @@ -72144,7 +72862,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -72162,6 +72880,7 @@ "canonical_urls": [ "https://www.gruene-wt.de/" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-wt.de": { @@ -72212,7 +72931,7 @@ "opengraph": null, "title": "Grüne Kreis Waldshut: Kreisverband Waldshut" }, - "duration": 688, + "duration": 599, "error": null, "status_code": 200, "url": "https://www.gruene-wt.de/" @@ -72245,13 +72964,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 688 + "value": 599 }, "SITE_REACHABLE": { "score": 1, @@ -72262,7 +72981,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72270,6 +72989,7 @@ "https://gruene-wuerzburg-land.de/cms/index.php/", "https://www.gruene-wuerzburg-land.de/cms/index.php/" ], + "cms": "joomla", "feeds": [ "https://gruene-wuerzburg-land.de/cms/index.php?format=feed&type=rss", "https://www.gruene-wuerzburg-land.de/cms/index.php?format=feed&type=rss" @@ -72337,7 +73057,7 @@ ], "title": "Home" }, - "duration": 250, + "duration": 293, "error": null, "status_code": 200, "url": "https://gruene-wuerzburg-land.de/cms/index.php/" @@ -72357,7 +73077,7 @@ ], "title": "Home" }, - "duration": 232, + "duration": 309, "error": null, "status_code": 200, "url": "https://www.gruene-wuerzburg-land.de/cms/index.php/" @@ -72390,13 +73110,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 241 + "value": 301 }, "SITE_REACHABLE": { "score": 1, @@ -72407,7 +73127,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72415,6 +73135,7 @@ "https://gruene-wuerzburg.de/cms/", "https://www.gruene-wuerzburg.de/cms/" ], + "cms": "joomla", "feeds": [ "https://gruene-wuerzburg.de/cms/index.php?format=feed&type=rss", "https://www.gruene-wuerzburg.de/cms/index.php?format=feed&type=rss" @@ -72480,7 +73201,7 @@ "opengraph": null, "title": "Home" }, - "duration": 326, + "duration": 386, "error": null, "status_code": 200, "url": "https://gruene-wuerzburg.de/cms/" @@ -72498,7 +73219,7 @@ "opengraph": null, "title": "Home" }, - "duration": 341, + "duration": 399, "error": null, "status_code": 200, "url": "https://www.gruene-wuerzburg.de/cms/" @@ -72531,13 +73252,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 334 + "value": 392 }, "SITE_REACHABLE": { "score": 1, @@ -72548,7 +73269,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72556,6 +73277,7 @@ "http://gruene-ww.de/", "http://www.gruene-ww.de/" ], + "cms": "goldfish 4.4.1 http://www.fishbeam.com", "feeds": [], "hostnames": { "gruene-ww.de": { @@ -72616,14 +73338,14 @@ "generator": "Goldfish 4.4.1 http://www.fishbeam.com", "icon": null, "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE Westerwald" }, - "duration": 121, + "duration": 297, "error": null, "status_code": 200, "url": "http://gruene-ww.de/" @@ -72636,14 +73358,14 @@ "generator": "Goldfish 4.4.1 http://www.fishbeam.com", "icon": null, "opengraph": [ - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:type", + "og:title" ], "title": "GRÜNE Westerwald" }, - "duration": 183, + "duration": 230, "error": null, "status_code": 200, "url": "http://www.gruene-ww.de/" @@ -72685,7 +73407,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 152 + "value": 264 }, "SITE_REACHABLE": { "score": 1, @@ -72703,6 +73425,7 @@ "canonical_urls": [ "http://www.gruene-zeven.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-zeven.de": { @@ -72761,7 +73484,7 @@ "opengraph": null, "title": "Ortsverband Zeven: Home" }, - "duration": 46, + "duration": 65, "error": null, "status_code": 200, "url": "http://www.gruene-zeven.de/home/" @@ -72801,7 +73524,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 46 + "value": 65 }, "SITE_REACHABLE": { "score": 1, @@ -72819,6 +73542,7 @@ "canonical_urls": [ "https://www.gruene-zollernalb.de/index.php?id=2000" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruene-zollernalb.de": { @@ -72869,7 +73593,7 @@ "opengraph": null, "title": "Grüne Kreis Zollernalb: HOME" }, - "duration": 620, + "duration": 718, "error": null, "status_code": 200, "url": "https://www.gruene-zollernalb.de/index.php?id=2000" @@ -72902,13 +73626,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 620 + "value": 718 }, "SITE_REACHABLE": { "score": 1, @@ -72919,13 +73643,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-zwickau.de/startseite/" ], + "cms": "typo3", "feeds": [ "http://www.gruene-zwickau.de/rss.xml" ], @@ -72994,7 +73719,7 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Zwickau" }, - "duration": 208, + "duration": 215, "error": null, "status_code": 200, "url": "http://www.gruene-zwickau.de/startseite/" @@ -73033,7 +73758,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 208 + "value": 215 }, "SITE_REACHABLE": { "score": 1, @@ -73051,6 +73776,7 @@ "canonical_urls": [ "http://gruene-zwischenahn.de/" ], + "cms": "wordpress", "feeds": [ "http://gruene-zwischenahn.de/comments/feed/", "http://gruene-zwischenahn.de/feed/" @@ -73121,7 +73847,7 @@ "opengraph": null, "title": "Grüne Bad Zwischenahn | Infos über Grüne Kommunalpolitik" }, - "duration": 145, + "duration": 163, "error": null, "status_code": 200, "url": "http://gruene-zwischenahn.de/" @@ -73160,7 +73886,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 163 }, "SITE_REACHABLE": { "score": 1, @@ -73178,6 +73904,7 @@ "canonical_urls": [ "http://www.grueneboro.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.grueneboro.de/?feed=comments-rss2", "http://www.grueneboro.de/?feed=rss2" @@ -73219,7 +73946,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73227,7 +73954,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.grueneboro.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73246,17 +73973,17 @@ "generator": null, "icon": "http://www.grueneboro.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "OV Bobenheim-Roxheim" }, - "duration": 470, + "duration": 678, "error": null, "status_code": 200, "url": "http://www.grueneboro.de/" @@ -73295,7 +74022,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 470 + "value": 678 }, "SITE_REACHABLE": { "score": 1, @@ -73313,6 +74040,7 @@ "canonical_urls": [ "http://grueneduisburg.de/" ], + "cms": null, "feeds": [], "hostnames": { "grueneduisburg.de": { @@ -73346,7 +74074,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='grueneduisburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='grueneduisburg.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -73356,7 +74084,7 @@ "urlchecks": [ { "content": null, - "duration": 16, + "duration": 48, "error": null, "status_code": 403, "url": "http://grueneduisburg.de/" @@ -73397,7 +74125,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 16 + "value": 48 }, "SITE_REACHABLE": { "score": 1, @@ -73415,6 +74143,7 @@ "canonical_urls": [ "http://grueneleer.de/startseite/artikel/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "grueneleer.de": { @@ -73473,7 +74202,7 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Artikel" }, - "duration": 30, + "duration": 63, "error": null, "status_code": 200, "url": "http://grueneleer.de/startseite/artikel/" @@ -73513,7 +74242,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 30 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -73531,6 +74260,7 @@ "canonical_urls": [ "https://www.gruenemarzahnhellersdorf.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruenemarzahnhellersdorf.de/comments/feed/", "https://www.gruenemarzahnhellersdorf.de/feed/", @@ -73595,16 +74325,16 @@ "generator": null, "icon": "https://www.gruenemarzahnhellersdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - Bündnis 90 / Die GrünenBündnis 90 / Die Grünen" }, - "duration": 805, + "duration": 948, "error": null, "status_code": 200, "url": "https://www.gruenemarzahnhellersdorf.de/" @@ -73636,13 +74366,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 805 + "value": 948 }, "SITE_REACHABLE": { "score": 1, @@ -73653,13 +74383,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruenemsp.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenemsp.de": { @@ -73718,7 +74449,7 @@ "opengraph": null, "title": "GRÜNE Main-Spessart: Startseite" }, - "duration": 35, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruenemsp.de/startseite/" @@ -73758,7 +74489,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 35 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -73777,6 +74508,7 @@ "http://grueneniederkassel.de/", "https://grueneniederkassel.de/" ], + "cms": null, "feeds": [], "hostnames": { "grueneniederkassel.de": { @@ -73828,7 +74560,7 @@ "opengraph": null, "title": null }, - "duration": 23, + "duration": 52, "error": null, "status_code": 200, "url": "http://grueneniederkassel.de/" @@ -73843,7 +74575,7 @@ "opengraph": null, "title": null }, - "duration": 78, + "duration": 134, "error": null, "status_code": 200, "url": "https://grueneniederkassel.de/" @@ -73877,13 +74609,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 50 + "value": 93 }, "SITE_REACHABLE": { "score": 1, @@ -73894,13 +74626,14 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { "canonical_urls": [ "http://www.grueneprignitz.de/aktuellestermine/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "grueneprignitz.de": { @@ -73959,7 +74692,7 @@ "opengraph": null, "title": "KREISVERBAND PRIGNITZ: Aktuelles/Termine" }, - "duration": 33, + "duration": 85, "error": null, "status_code": 200, "url": "http://www.grueneprignitz.de/aktuellestermine/" @@ -73999,7 +74732,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 33 + "value": 85 }, "SITE_REACHABLE": { "score": 1, @@ -74017,6 +74750,7 @@ "canonical_urls": [ "http://www.gruenestadterfurt.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.gruenestadterfurt.de/?feed=comments-rss2", "http://www.gruenestadterfurt.de/?feed=rss2" @@ -74085,19 +74819,19 @@ "generator": null, "icon": "http://www.gruenestadterfurt.de/wp-content/themes/1508149991-hYCbsW/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", "og:image:width", - "og:image:height", - "og:type", - "og:title", "og:description", - "og:url", - "og:locale" + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE.STADT.ERFURT" }, - "duration": 135, + "duration": 238, "error": null, "status_code": 200, "url": "http://www.gruenestadterfurt.de/" @@ -74136,7 +74870,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 135 + "value": 238 }, "SITE_REACHABLE": { "score": 1, @@ -74154,6 +74888,7 @@ "canonical_urls": [ "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" ], + "cms": "typo3", "feeds": [], "hostnames": { "gruenestelle.de": { @@ -74190,7 +74925,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74198,7 +74933,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.gruenestelle.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74216,7 +74951,7 @@ "opengraph": null, "title": "gruenestelle.de steht zum Verkauf - Sedo GmbH" }, - "duration": 334, + "duration": 406, "error": null, "status_code": 200, "url": "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" @@ -74250,13 +74985,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 334 + "value": 406 }, "SITE_REACHABLE": { "score": 1, @@ -74267,13 +75002,14 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { "canonical_urls": [ "https://gruenetir.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruenetir.de": { @@ -74332,7 +75068,7 @@ "opengraph": null, "title": "Grüne Kreis Tirschenreuth: Startseite" }, - "duration": 115, + "duration": 196, "error": null, "status_code": 200, "url": "https://gruenetir.de/startseite/" @@ -74365,13 +75101,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 115 + "value": 196 }, "SITE_REACHABLE": { "score": 1, @@ -74382,13 +75118,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://en.wordpress.com/typo/?subdomain=lb" ], + "cms": "wordpress", "feeds": [ "https://en.blog.wordpress.com/feed/" ], @@ -74398,8 +75135,8 @@ "grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.12", - "192.0.78.13" + "192.0.78.13", + "192.0.78.12" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -74409,8 +75146,8 @@ "www.grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.12", - "192.0.78.13" + "192.0.78.13", + "192.0.78.12" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -74448,7 +75185,7 @@ "opengraph": null, "title": "WordPress.com" }, - "duration": 221, + "duration": 568, "error": null, "status_code": 200, "url": "https://en.wordpress.com/typo/?subdomain=lb" @@ -74480,13 +75217,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 568 }, "SITE_REACHABLE": { "score": 1, @@ -74497,13 +75234,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-offenbach.de/start/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "offenbach-gruene.de": { @@ -74568,7 +75306,7 @@ "opengraph": null, "title": "Grüne Offenbach: Start" }, - "duration": 32, + "duration": 62, "error": null, "status_code": 200, "url": "http://www.gruene-offenbach.de/start/" @@ -74608,7 +75346,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 62 }, "SITE_REACHABLE": { "score": 1, @@ -74624,11 +75362,12 @@ { "details": { "canonical_urls": [ - "http://www.xn--padergrn-d6a.de/" + "https://www.xn--padergrn-d6a.de/" ], + "cms": "wordpress-urwahl", "feeds": [ - "http://www.xn--padergrn-d6a.de/comments/feed/", - "http://www.xn--padergrn-d6a.de/feed/" + "https://www.xn--padergrn-d6a.de/comments/feed/", + "https://www.xn--padergrn-d6a.de/feed/" ], "hostnames": { "padergruen.de": { @@ -74649,7 +75388,7 @@ } }, "icons": [ - "http://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png" + "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png" ], "ipv4_addresses": [ "80.237.133.72" @@ -74657,17 +75396,17 @@ "resolvable_urls": [ { "error": null, - "redirects_to": "http://www.xn--padergrn-d6a.de/", + "redirects_to": "https://www.xn--padergrn-d6a.de/", "url": "http://padergruen.de/" }, { "error": null, - "redirects_to": "http://www.xn--padergrn-d6a.de/", + "redirects_to": "https://www.xn--padergrn-d6a.de/", "url": "http://www.padergruen.de/" }, { "error": { - "message": "HTTPSConnectionPool(host='padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74675,7 +75414,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.padergruen.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -74688,28 +75427,28 @@ "canonical_link": null, "encoding": "UTF-8", "feeds": [ - "http://www.xn--padergrn-d6a.de/feed/", - "http://www.xn--padergrn-d6a.de/comments/feed/" + "https://www.xn--padergrn-d6a.de/feed/", + "https://www.xn--padergrn-d6a.de/comments/feed/" ], "generator": null, - "icon": "http://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", + "icon": "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:image:width", - "og:image:height", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:image:width", + "og:description", + "og:image:height", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Die Grünen" }, - "duration": 971, + "duration": 50, "error": null, "status_code": 200, - "url": "http://www.xn--padergrn-d6a.de/" + "url": "https://www.xn--padergrn-d6a.de/" } ] }, @@ -74738,14 +75477,13 @@ "value": true }, "HTTPS": { - "score": 0, - "type": "boolean", - "value": false + "score": 2, + "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 971 + "value": 50 }, "SITE_REACHABLE": { "score": 1, @@ -74756,13 +75494,14 @@ "value": true } }, - "score": 6.5 + "score": 9.0 }, { "details": { "canonical_urls": [ "http://www.xn--grne-mnster-uhbe.de/" ], + "cms": "wordpress", "feeds": [ "http://www.xn--grne-mnster-uhbe.de/feed/" ], @@ -74829,16 +75568,16 @@ "generator": "WordPress 4.9.5", "icon": "http://www.xn--grne-mnster-uhbe.de/wp-content/themes/blum-o-matic_1/favicon.ico", "opengraph": [ - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite - Grüne Münster" }, - "duration": 599, + "duration": 419, "error": null, "status_code": 200, "url": "http://www.xn--grne-mnster-uhbe.de/" @@ -74877,7 +75616,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 599 + "value": 419 }, "SITE_REACHABLE": { "score": 1, @@ -74895,6 +75634,7 @@ "canonical_urls": [ "http://www.xn--grne-speyer-uhb.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "www.xn--grne-speyer-uhb.de": { @@ -74962,7 +75702,7 @@ "opengraph": null, "title": "Grüner Kreisverband Speyer: Home" }, - "duration": 32, + "duration": 64, "error": null, "status_code": 200, "url": "http://www.xn--grne-speyer-uhb.de/home/" @@ -75002,7 +75742,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -75021,6 +75761,7 @@ "http://www.xn--salzlandgrne-mlb.de/", "http://xn--salzlandgrne-mlb.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://www.salzlandgruene.de/?feed=comments-rss2", "http://www.salzlandgruene.de/?feed=rss2" @@ -75089,16 +75830,16 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "SALZLANDGRÜNE" }, - "duration": 527, + "duration": 491, "error": null, "status_code": 200, "url": "http://www.xn--salzlandgrne-mlb.de/" @@ -75114,16 +75855,16 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "SALZLANDGRÜNE" }, - "duration": 471, + "duration": 498, "error": null, "status_code": 200, "url": "http://xn--salzlandgrne-mlb.de/" @@ -75163,7 +75904,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 499 + "value": 494 }, "SITE_REACHABLE": { "score": 1, @@ -75182,6 +75923,7 @@ "http://xn--grne-deggendorf-0vb.de/", "https://xn--grne-deggendorf-0vb.de/" ], + "cms": null, "feeds": [ "http://xn--grne-deggendorf-0vb.de/comments/feed/", "http://xn--grne-deggendorf-0vb.de/feed/", @@ -75239,16 +75981,16 @@ "generator": null, "icon": "http://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 136, + "duration": 198, "error": null, "status_code": 200, "url": "http://xn--grne-deggendorf-0vb.de/" @@ -75264,16 +76006,16 @@ "generator": null, "icon": "https://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 237, + "duration": 268, "error": null, "status_code": 200, "url": "https://xn--grne-deggendorf-0vb.de/" @@ -75306,13 +76048,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 186 + "value": 233 }, "SITE_REACHABLE": { "score": 1, @@ -75323,13 +76065,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://xn--grne-milk-r9a.de/" ], + "cms": null, "feeds": [ "http://xn--grne-milk-r9a.de/comments/feed/", "http://xn--grne-milk-r9a.de/feed/" @@ -75387,15 +76130,15 @@ "generator": null, "icon": "http://xn--grne-milk-r9a.de/wp-content/themes/urwahl3000-2/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "KV Minden-Lübbecke" }, - "duration": 696, + "duration": 476, "error": null, "status_code": 200, "url": "http://xn--grne-milk-r9a.de/" @@ -75434,7 +76177,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 696 + "value": 476 }, "SITE_REACHABLE": { "score": 1, @@ -75452,6 +76195,7 @@ "canonical_urls": [ "http://xn--grne-much-r9a.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "http://xn--grne-much-r9a.de/index.php/comments/feed/", "http://xn--grne-much-r9a.de/index.php/feed/" @@ -75493,7 +76237,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='www.xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='www.xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -75501,7 +76245,7 @@ }, { "error": { - "message": "HTTPSConnectionPool(host='xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", + "message": "HTTPSConnectionPool(host='xn--grne-much-r9a.de', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused',))", "type": "" }, "redirects_to": null, @@ -75520,15 +76264,15 @@ "generator": null, "icon": "http://xn--grne-much-r9a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "- Bündnis 90/Die Grünen Much" }, - "duration": 353, + "duration": 407, "error": null, "status_code": 200, "url": "http://xn--grne-much-r9a.de/" @@ -75567,7 +76311,7 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 353 + "value": 407 }, "SITE_REACHABLE": { "score": 1, @@ -75585,6 +76329,7 @@ "canonical_urls": [ "https://gruene-aw.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-aw.de/comments/feed/", "https://gruene-aw.de/feed/", @@ -75649,16 +76394,16 @@ "generator": null, "icon": "https://gruene-aw.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ + "og:url", "og:image", - "og:site_name", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Ahrweiler" }, - "duration": 508, + "duration": 125, "error": null, "status_code": 200, "url": "https://gruene-aw.de/" @@ -75690,13 +76435,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 125 }, "SITE_REACHABLE": { "score": 1, @@ -75707,13 +76452,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-bayern.de/" ], + "cms": "wordpress", "feeds": [], "hostnames": { "gruene-bayern.de": { @@ -75772,12 +76518,12 @@ "opengraph": [ "og:url", "og:title", - "og:description", - "og:image" + "og:image", + "og:description" ], "title": "" }, - "duration": 1, + "duration": 106, "error": null, "status_code": 200, "url": "https://gruene-bayern.de/" @@ -75810,13 +76556,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 1 + "value": 106 }, "SITE_REACHABLE": { "score": 1, @@ -75827,13 +76573,14 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://gruene-brandenburg.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-brandenburg.de": { @@ -75892,7 +76639,7 @@ "opengraph": null, "title": "Landesverband Brandenburg: Startseite" }, - "duration": 32, + "duration": 66, "error": null, "status_code": 200, "url": "http://gruene-brandenburg.de/startseite/" @@ -75932,7 +76679,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 66 }, "SITE_REACHABLE": { "score": 1, @@ -75950,6 +76697,7 @@ "canonical_urls": [ "https://gruene-bremen.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [ "https://gruene-bremen.de/index.php?id=128501&type=100" ], @@ -76012,7 +76760,7 @@ "opengraph": null, "title": "GRÜNE Bremen: Startseite" }, - "duration": 90, + "duration": 943, "error": null, "status_code": 200, "url": "https://gruene-bremen.de/startseite/" @@ -76044,13 +76792,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 90 + "value": 943 }, "SITE_REACHABLE": { "score": 1, @@ -76061,13 +76809,14 @@ "value": true } }, - "score": 8.0 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-bw.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-bw.de/startseite/feed/" ], @@ -76128,18 +76877,18 @@ "generator": "WordPress 4.8.1", "icon": "https://www.gruene-bw.de/wp-content/themes/welance-gruene-bw/src/dist/images/favicons/favicon-196x196.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "Startseite | gruene-bw.de" }, - "duration": 367, + "duration": 257, "error": null, "status_code": 200, "url": "https://www.gruene-bw.de/" @@ -76171,13 +76920,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 257 }, "SITE_REACHABLE": { "score": 1, @@ -76188,13 +76937,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-chemnitz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-chemnitz.de/comments/feed/", "https://gruene-chemnitz.de/feed/" @@ -76249,15 +76999,15 @@ "generator": null, "icon": "https://gruene-chemnitz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen Chemnitz" }, - "duration": 740, + "duration": 761, "error": null, "status_code": 200, "url": "https://gruene-chemnitz.de/" @@ -76289,13 +77039,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 740 + "value": 761 }, "SITE_REACHABLE": { "score": 1, @@ -76306,13 +77056,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-illingen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-illingen-saar.de/comments/feed/", "https://gruene-illingen-saar.de/feed/" @@ -76377,7 +77128,7 @@ "opengraph": null, "title": "Ortsverband Illingen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 286, + "duration": 414, "error": null, "status_code": 200, "url": "https://gruene-illingen-saar.de/" @@ -76409,13 +77160,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 286 + "value": 414 }, "SITE_REACHABLE": { "score": 1, @@ -76426,13 +77177,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-kv-soest.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-kv-soest.de/comments/feed/", "https://gruene-kv-soest.de/feed/" @@ -76487,15 +77239,15 @@ "generator": null, "icon": "https://gruene-kv-soest.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Kreisverband Soest" }, - "duration": 453, + "duration": 521, "error": null, "status_code": 200, "url": "https://gruene-kv-soest.de/" @@ -76527,13 +77279,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 453 + "value": 521 }, "SITE_REACHABLE": { "score": 1, @@ -76544,13 +77296,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-linksderweser.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-linksderweser.de/comments/feed/", "https://gruene-linksderweser.de/feed/" @@ -76605,15 +77358,15 @@ "generator": null, "icon": "https://gruene-linksderweser.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Links der Weser" }, - "duration": 477, + "duration": 358, "error": null, "status_code": 200, "url": "https://gruene-linksderweser.de/" @@ -76645,13 +77398,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 477 + "value": 358 }, "SITE_REACHABLE": { "score": 1, @@ -76662,13 +77415,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://gruene-lueneburg.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-lueneburg.de": { @@ -76727,7 +77481,7 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 31, + "duration": 64, "error": null, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" @@ -76767,7 +77521,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 64 }, "SITE_REACHABLE": { "score": 1, @@ -76785,6 +77539,7 @@ "canonical_urls": [ "https://gruene-ml.de/wordpress/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-ml.de/wordpress/comments/feed/", "https://gruene-ml.de/wordpress/feed/" @@ -76847,16 +77602,16 @@ "generator": null, "icon": "https://gruene-ml.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", + "og:url", "og:title", + "og:image", "og:description", - "og:url" + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen München Land" }, - "duration": 733, + "duration": 905, "error": null, "status_code": 200, "url": "https://gruene-ml.de/wordpress/" @@ -76888,13 +77643,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 733 + "value": 905 }, "SITE_REACHABLE": { "score": 1, @@ -76905,13 +77660,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-neunkirchen-saar.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-neunkirchen-saar.de/comments/feed/", "https://gruene-neunkirchen-saar.de/feed/" @@ -76976,7 +77732,7 @@ "opengraph": null, "title": "Ortsverband Neunkirchen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 271, + "duration": 423, "error": null, "status_code": 200, "url": "https://gruene-neunkirchen-saar.de/" @@ -77008,13 +77764,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 271 + "value": 423 }, "SITE_REACHABLE": { "score": 1, @@ -77025,13 +77781,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-rehlingen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-rehlingen.de/comments/feed/", "https://gruene-rehlingen.de/feed/" @@ -77096,7 +77853,7 @@ "opengraph": null, "title": "Grüne Rehlingen-Siersburg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 514, + "duration": 630, "error": null, "status_code": 200, "url": "https://gruene-rehlingen.de/" @@ -77128,13 +77885,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 514 + "value": 630 }, "SITE_REACHABLE": { "score": 1, @@ -77145,13 +77902,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-roesrath.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-roesrath.de": { @@ -77210,7 +77968,7 @@ "opengraph": null, "title": "Die Grünen Rösrath: Startseite" }, - "duration": 106, + "duration": 186, "error": null, "status_code": 200, "url": "https://gruene-roesrath.de/startseite/" @@ -77243,13 +78001,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 186 }, "SITE_REACHABLE": { "score": 1, @@ -77260,13 +78018,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-sb.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sb.de/comments/feed/", "https://gruene-sb.de/feed/" @@ -77331,7 +78090,7 @@ "opengraph": null, "title": "Kreisverband Saarbrücken - BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 243, + "duration": 336, "error": null, "status_code": 200, "url": "https://gruene-sb.de/" @@ -77363,13 +78122,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 243 + "value": 336 }, "SITE_REACHABLE": { "score": 1, @@ -77380,13 +78139,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-sls.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-sls.de/comments/feed/", "https://gruene-sls.de/feed/" @@ -77451,7 +78211,7 @@ "opengraph": null, "title": "Kreisverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 247, + "duration": 363, "error": null, "status_code": 200, "url": "https://gruene-sls.de/" @@ -77483,13 +78243,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 247 + "value": 363 }, "SITE_REACHABLE": { "score": 1, @@ -77500,13 +78260,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-vulkaneifel.de/" ], + "cms": "wordpress", "feeds": [ "https://gruene-vulkaneifel.de/comments/feed/", "https://gruene-vulkaneifel.de/feed/" @@ -77567,15 +78328,15 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:site_name", - "og:type", - "og:title", "og:url", - "og:locale" + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "Bündnis90/Die Grünen Kreisverband Vulkaneifel »" }, - "duration": 919, + "duration": 402, "error": null, "status_code": 200, "url": "https://gruene-vulkaneifel.de/" @@ -77608,13 +78369,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 919 + "value": 402 }, "SITE_REACHABLE": { "score": 1, @@ -77625,13 +78386,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "https://gruene-wadgassen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-wadgassen.de/comments/feed/", "https://gruene-wadgassen.de/feed/" @@ -77696,7 +78458,7 @@ "opengraph": null, "title": "Ortsverband Wadgassen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 266, + "duration": 388, "error": null, "status_code": 200, "url": "https://gruene-wadgassen.de/" @@ -77728,13 +78490,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 388 }, "SITE_REACHABLE": { "score": 1, @@ -77745,13 +78507,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene.berlin/" ], + "cms": "drupal", "feeds": [ "https://gruene.berlin/alle_nachrichten/rss" ], @@ -77812,16 +78575,16 @@ "generator": "Drupal 7 (http://drupal.org)", "icon": "https://gruene.berlin/sites/gruene.berlin/files/favicon.ico", "opengraph": [ - "og:site_name", - "og:image", + "og:url", "og:image:url", - "og:type", + "og:image", "og:title", - "og:url" + "og:site_name", + "og:type" ], "title": "Bündnis 90/DIE GRÜNEN Berlin |" }, - "duration": 132, + "duration": 202, "error": null, "status_code": 200, "url": "https://gruene.berlin/" @@ -77853,13 +78616,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 132 + "value": 202 }, "SITE_REACHABLE": { "score": 1, @@ -77870,7 +78633,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -77878,6 +78641,7 @@ "https://hamburg.gruene.de/", "https://www.hamburg.gruene.de/" ], + "cms": null, "feeds": [], "hostnames": { "hamburg.gruene.de": { @@ -77934,7 +78698,7 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 109, + "duration": 156, "error": null, "status_code": 200, "url": "https://hamburg.gruene.de/" @@ -77949,7 +78713,7 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 116, + "duration": 172, "error": null, "status_code": 200, "url": "https://www.hamburg.gruene.de/" @@ -77984,13 +78748,13 @@ "value": false }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 112 + "value": 164 }, "SITE_REACHABLE": { "score": 1, @@ -78001,13 +78765,14 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { "canonical_urls": [ "https://kreis.gruene-merzig.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://kreis.gruene-merzig.de/comments/feed/", "https://kreis.gruene-merzig.de/feed/" @@ -78072,7 +78837,7 @@ "opengraph": null, "title": "Kreisverband Merzig-Wadern - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 301, + "duration": 367, "error": null, "status_code": 200, "url": "https://kreis.gruene-merzig.de/" @@ -78104,13 +78869,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 367 }, "SITE_REACHABLE": { "score": 1, @@ -78121,13 +78886,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://sh-gruene.de/" ], + "cms": null, "feeds": [ "https://sh-gruene.de/comments/feed/", "https://sh-gruene.de/feed/" @@ -78190,7 +78956,7 @@ "opengraph": null, "title": "GRÜNE Schleswig-Holstein" }, - "duration": 396, + "duration": 313, "error": null, "status_code": 200, "url": "https://sh-gruene.de/" @@ -78223,13 +78989,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 396 + "value": 313 }, "SITE_REACHABLE": { "score": 1, @@ -78240,13 +79006,14 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { "canonical_urls": [ "http://www.gruene-celle.de/home/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-celle.de": { @@ -78305,7 +79072,7 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 32, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-celle.de/home/" @@ -78345,7 +79112,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 32 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -78363,6 +79130,7 @@ "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78425,17 +79193,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 757, + "duration": 512, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78467,13 +79235,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 512 }, "SITE_REACHABLE": { "score": 1, @@ -78484,13 +79252,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78553,17 +79322,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 836, + "duration": 609, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78595,13 +79364,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 836 + "value": 609 }, "SITE_REACHABLE": { "score": 1, @@ -78612,13 +79381,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78681,17 +79451,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 500, + "duration": 475, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78723,13 +79493,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 500 + "value": 475 }, "SITE_REACHABLE": { "score": 1, @@ -78740,13 +79510,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78809,17 +79580,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 531, + "duration": 536, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78851,13 +79622,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 531 + "value": 536 }, "SITE_REACHABLE": { "score": 1, @@ -78868,13 +79639,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -78937,17 +79709,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 471, + "duration": 103, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -78979,13 +79751,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 471 + "value": 103 }, "SITE_REACHABLE": { "score": 1, @@ -78996,13 +79768,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-gifhorn.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-gifhorn.de/comments/feed/", "https://www.gruene-gifhorn.de/feed/" @@ -79065,17 +79838,17 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:image", - "og:site_name", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:image", + "og:description", + "og:title", + "og:locale", + "og:site_name", + "og:type" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 515, + "duration": 475, "error": null, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" @@ -79107,13 +79880,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 515 + "value": 475 }, "SITE_REACHABLE": { "score": 1, @@ -79124,13 +79897,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "http://www.gruene-leipzig.de/startseite/" ], + "cms": "typo3-gcms", "feeds": [], "hostnames": { "gruene-leipzig.de": { @@ -79189,7 +79963,7 @@ "opengraph": null, "title": "Kreisverband Leipzig: Startseite" }, - "duration": 31, + "duration": 63, "error": null, "status_code": 200, "url": "http://www.gruene-leipzig.de/startseite/" @@ -79229,7 +80003,7 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 31 + "value": 63 }, "SITE_REACHABLE": { "score": 1, @@ -79247,6 +80021,7 @@ "canonical_urls": [ "https://www.gruene-limburg-weilburg.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-limburg-weilburg.de/comments/feed/", "https://www.gruene-limburg-weilburg.de/feed/", @@ -79311,15 +80086,15 @@ "generator": null, "icon": "https://www.gruene-limburg-weilburg.de/cms/wp-content/themes/urwahl3001/favicon.png", "opengraph": [ - "og:site_name", - "og:type", - "og:title", + "og:url", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 433, + "duration": 532, "error": null, "status_code": 200, "url": "https://www.gruene-limburg-weilburg.de/" @@ -79351,13 +80126,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 433 + "value": 532 }, "SITE_REACHABLE": { "score": 1, @@ -79368,13 +80143,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-mainz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-mainz.de/comments/feed/", "https://www.gruene-mainz.de/feed/" @@ -79437,16 +80213,16 @@ "generator": null, "icon": "https://www.gruene-mainz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Mainz" }, - "duration": 196, + "duration": 279, "error": null, "status_code": 200, "url": "https://www.gruene-mainz.de/" @@ -79478,13 +80254,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 279 }, "SITE_REACHABLE": { "score": 1, @@ -79495,13 +80271,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-niedersachsen.de/" ], + "cms": "wordpress", "feeds": [ "https://www.gruene-niedersachsen.de/feed/" ], @@ -79562,18 +80339,18 @@ "generator": null, "icon": "https://www.gruene-niedersachsen.de/wp-content/uploads/2017/05/cropped-logo-100x100.png", "opengraph": [ - "og:site_name", - "og:image", - "og:type", - "og:title", - "og:description", - "og:image:secure_url", "og:url", - "og:locale" + "og:title", + "og:image", + "og:image:secure_url", + "og:description", + "og:locale", + "og:site_name", + "og:type" ], "title": "An morgen denken wir nicht erst seit gestern - Grüne Niedersachsen" }, - "duration": 194, + "duration": 290, "error": null, "status_code": 200, "url": "https://www.gruene-niedersachsen.de/" @@ -79605,13 +80382,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 290 }, "SITE_REACHABLE": { "score": 1, @@ -79622,13 +80399,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-rhein-pfalz.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://www.gruene-rhein-pfalz.de/comments/feed/", "https://www.gruene-rhein-pfalz.de/feed/" @@ -79691,16 +80469,16 @@ "generator": null, "icon": "https://www.gruene-rhein-pfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:site_name", + "og:url", "og:image", - "og:type", - "og:title", "og:description", - "og:url" + "og:title", + "og:site_name", + "og:type" ], "title": "Grüne Rhein-Pfalz" }, - "duration": 246, + "duration": 394, "error": null, "status_code": 200, "url": "https://www.gruene-rhein-pfalz.de/" @@ -79732,13 +80510,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 246 + "value": 394 }, "SITE_REACHABLE": { "score": 1, @@ -79749,13 +80527,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene-sachsen.de/startseite/" ], + "cms": "typo3", "feeds": [ "https://www.gruene-sachsen.de/aktuell/aktuell.rss" ], @@ -79816,13 +80595,13 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene-sachsen.de/fileadmin/lv/images/favicon.ico", "opengraph": [ - "og:description", + "og:locale", "og:site_name", - "og:locale" + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Sachsen" }, - "duration": 239, + "duration": 446, "error": null, "status_code": 200, "url": "https://www.gruene-sachsen.de/startseite/" @@ -79854,13 +80633,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 446 }, "SITE_REACHABLE": { "score": 1, @@ -79871,13 +80650,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://gruene-thueringen.de/" ], + "cms": "wordpress-urwahl", "feeds": [ "https://gruene-thueringen.de/comments/feed/", "https://gruene-thueringen.de/feed/" @@ -79940,17 +80720,17 @@ "generator": null, "icon": "https://gruene-thueringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ + "og:url", "og:locale:alternate", - "og:site_name", - "og:type", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 308, + "duration": 375, "error": null, "status_code": 200, "url": "https://gruene-thueringen.de/" @@ -79982,13 +80762,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 308 + "value": 375 }, "SITE_REACHABLE": { "score": 1, @@ -79999,13 +80779,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.gruene.de/startseite.html" ], + "cms": "typo3", "feeds": [ "https://www.gruene.de/feeds/energiewende.html", "https://www.gruene.de/feeds/gerechtigkeit.html", @@ -80082,16 +80863,16 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene.de/tmpl/gfx/img/favicon.ico", "opengraph": [ - "og:image", - "og:type", - "og:title", - "og:description", "og:url", - "og:locale" + "og:title", + "og:image", + "og:description", + "og:locale", + "og:type" ], "title": "Startseite- BÜNDNIS 90/DIE GRÜNEN Bundespartei" }, - "duration": 145, + "duration": 204, "error": null, "status_code": 200, "url": "https://www.gruene.de/startseite.html" @@ -80123,13 +80904,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 145 + "value": 204 }, "SITE_REACHABLE": { "score": 1, @@ -80140,13 +80921,14 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { "canonical_urls": [ "https://www.mein-wachtberg.de/" ], + "cms": null, "feeds": [ "https://www.mein-wachtberg.de/rss/blog" ], @@ -80154,7 +80936,7 @@ "mein-wachtberg.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "mein-wachtberg.de" @@ -80219,16 +81001,16 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s5a69b32a96959e8e/img/favicon.png?t=1397765466", "opengraph": [ - "og:site_name", - "og:type", + "og:url", "og:title", "og:description", - "og:url", - "og:locale" + "og:locale", + "og:site_name", + "og:type" ], "title": "Aktuelles - BÜNDNIS 90 / DIE GRÜNEN in Wachtberg" }, - "duration": 219, + "duration": 322, "error": null, "status_code": 200, "url": "https://www.mein-wachtberg.de/" @@ -80260,13 +81042,13 @@ "value": true }, "HTTPS": { - "score": 1, + "score": 2, "value": true }, "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 219 + "value": 322 }, "SITE_REACHABLE": { "score": 1, @@ -80277,6 +81059,6 @@ "value": true } }, - "score": 7.5 + "score": 8.5 } ] \ No newline at end of file