diff --git a/docs/bundle.js b/docs/bundle.js index 3ba6ac5..38bae50 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(''+(_||"❌")+""),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 +!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.HTTPS.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.WWW_OPTIONAL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.CANONICAL_URL.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.RESPONSIVE.value;u.append(''+(m?"✅":"❌")+"");var _=r.result.FEEDS.value;u.append(''+(_?"✅":"❌")+"");var y=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(y='M',y+='D'));u.append(''+(y||"❌")+""),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 ee038f1..03e4974 100644 --- a/docs/data/spider_result.json +++ b/docs/data/spider_result.json @@ -49,6 +49,10 @@ "url": "https://die-gruenen-bissendorf.de/" } ], + "responsive": { + "min_width": 1146, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -63,8 +67,17 @@ "opengraph": null, "title": "Willkommen bei den Grünen in Bissendorf" }, - "duration": 208, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1187, + "1920x1080": 1920, + "320x480": 1146, + "768x1024": 1146 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://die-gruenen-bissendorf.de/" } @@ -102,7 +115,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 208 + "value": 179 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -177,6 +195,12 @@ "url": "https://www.die-gruenen-burscheid.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -189,16 +213,25 @@ "generator": null, "icon": "http://die-gruenen-burscheid.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die Grünen in Burscheid" }, - "duration": 962, + "duration": 726, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://die-gruenen-burscheid.de/" } @@ -236,7 +269,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 962 + "value": 726 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -247,7 +285,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -299,6 +337,10 @@ "url": "https://die-gruenen-meppen.de/" } ], + "responsive": { + "min_width": 1004, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -312,8 +354,17 @@ "opengraph": null, "title": "Startseite - Die GRÜNEN in Meppen" }, - "duration": 545, + "duration": 528, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 1004, + "768x1024": 1004 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://die-gruenen-meppen.de/" } @@ -351,7 +402,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 545 + "value": 528 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -417,6 +473,12 @@ "url": "https://www.diegruenen-scheessel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -430,6 +492,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://diegruenen-scheessel.de/startseite/" } @@ -470,6 +541,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -479,7 +555,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -534,6 +610,12 @@ "url": "https://www.gruene-abgland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -545,8 +627,17 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN Altenburg: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-abgland.de/startseite/" } @@ -585,7 +676,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -596,7 +692,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -651,6 +747,12 @@ "url": "https://www.gruene-ak.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -662,8 +764,17 @@ "opengraph": null, "title": "Kreisverband Altenkirchen: Home" }, - "duration": 65, + "duration": 118, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ak.de/home/" } @@ -700,9 +811,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 118 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -713,7 +829,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -777,6 +893,12 @@ "url": "https://www.gruene-alfter.de/" } ], + "responsive": { + "min_width": 359, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -789,16 +911,25 @@ "generator": null, "icon": "http://gruene-alfter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Alfter" }, - "duration": 855, + "duration": 961, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 359, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-alfter.de/" } @@ -836,7 +967,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 855 + "value": 961 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -847,7 +983,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -911,6 +1047,12 @@ "url": "https://www.gruene-altmark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -924,14 +1066,23 @@ "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 534, + "duration": 548, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://gruene-altmark.de/" } @@ -969,7 +1120,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 534 + "value": 548 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -980,7 +1136,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1044,6 +1200,12 @@ "url": "https://www.gruene-altmark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -1057,14 +1219,23 @@ "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 589, + "duration": 633, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://gruene-altmark.de/" } @@ -1102,7 +1273,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 589 + "value": 633 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1113,7 +1289,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1168,6 +1344,12 @@ "url": "https://www.gruene-altrip.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1179,8 +1361,17 @@ "opengraph": null, "title": "GRÜNE Altrip: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-altrip.de/home/" } @@ -1219,7 +1410,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1230,7 +1426,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -1285,6 +1481,12 @@ "url": "https://www.gruene-alzey-worms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1296,8 +1498,17 @@ "opengraph": null, "title": "KV Alzey-Worms: Startseite" }, - "duration": 74, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-alzey-worms.de/startseite/" } @@ -1336,7 +1547,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 74 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1347,7 +1563,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -1400,6 +1616,12 @@ "url": "https://gruene-apen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -1412,16 +1634,25 @@ "generator": null, "icon": "http://gruene-apen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Apen" }, - "duration": 278, + "duration": 275, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-apen.de/" } @@ -1459,7 +1690,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 278 + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1470,7 +1706,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1535,6 +1771,12 @@ "url": "https://www.gruene-bad-honnef.de/" } ], + "responsive": { + "min_width": 418, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -1548,16 +1790,25 @@ "generator": null, "icon": "http://gruene-bad-honnef.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Bad Honnef" }, - "duration": 71, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 418, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bad-honnef.de/" } @@ -1595,7 +1846,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1606,7 +1862,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -1658,6 +1914,10 @@ "url": "https://gruene-barnstorf.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -1672,8 +1932,17 @@ "opengraph": null, "title": "Willkommen!" }, - "duration": 153, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-barnstorf.de/" } @@ -1711,7 +1980,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 153 + "value": 161 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -1783,6 +2057,12 @@ "url": "https://www.gruene-barsinghausen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1794,8 +2074,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 124, + "duration": 147, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-barsinghausen.de/" }, @@ -1809,8 +2098,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 126, + "duration": 136, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-barsinghausen.de/" }, @@ -1824,8 +2122,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 220, + "duration": 559, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-barsinghausen.de/" }, @@ -1839,8 +2146,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 197, + "duration": 233, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-barsinghausen.de/" } @@ -1879,7 +2195,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 167 + "value": 269 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1890,7 +2211,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1945,6 +2266,12 @@ "url": "https://www.gruene-bernkastel-wittlich.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1956,8 +2283,17 @@ "opengraph": null, "title": "Kreisverband Bernkastel-Wittlich: Startseite" }, - "duration": 67, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bernkastel-wittlich.de/startseite/" } @@ -1996,7 +2332,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2007,7 +2348,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2060,6 +2401,12 @@ "url": "https://gruene-beverstedt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2072,16 +2419,25 @@ "generator": null, "icon": "http://gruene-beverstedt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "B90-Grüne Beverstedt" }, - "duration": 151, + "duration": 169, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-beverstedt.de/" } @@ -2119,7 +2475,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 151 + "value": 169 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2130,7 +2491,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -2194,6 +2555,12 @@ "url": "https://www.gruene-bezirksverband-mittelrhein.de/" } ], + "responsive": { + "min_width": 349, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2206,16 +2573,25 @@ "generator": null, "icon": "http://gruene-bezirksverband-mittelrhein.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband von BÜNDNIS 90/DIE GRÜNEN » GRÜNE Mittelrhein" }, - "duration": 73, + "duration": 95, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bezirksverband-mittelrhein.de/" } @@ -2253,7 +2629,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 95 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2264,7 +2645,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -2319,6 +2700,12 @@ "url": "https://www.gruene-birkenfeld.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2330,8 +2717,17 @@ "opengraph": null, "title": "Kreisverband Birkenfeld: Home" }, - "duration": 62, + "duration": 97, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-birkenfeld.de/home/" } @@ -2370,7 +2766,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 97 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2381,7 +2782,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2443,6 +2844,12 @@ "url": "https://www.gruene-blieskastel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -2457,8 +2864,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Blieskastel | Grün wirkt!" }, - "duration": 684, + "duration": 767, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 980 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-blieskastel.de/" } @@ -2497,7 +2913,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 684 + "value": 767 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2508,7 +2929,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -2563,6 +2984,12 @@ "url": "https://www.gruene-blk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2574,8 +3001,17 @@ "opengraph": null, "title": "KV Burgenlandkreis: Startseite" }, - "duration": 64, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-blk.de/startseite/" } @@ -2614,7 +3050,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2625,7 +3066,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2680,6 +3121,12 @@ "url": "https://www.gruene-bornheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2693,6 +3140,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bornheim.de/home/" } @@ -2733,6 +3189,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -2742,7 +3203,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2800,6 +3261,12 @@ "url": "https://www.gruene-bous.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2814,8 +3281,17 @@ "opengraph": null, "title": "Ortsverband Bous - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 313, + "duration": 348, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-bous.de/" } @@ -2852,7 +3328,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 313 + "value": 348 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2863,7 +3344,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -2927,6 +3408,12 @@ "url": "https://www.gruene-braunschweig.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2939,18 +3426,27 @@ "generator": null, "icon": "http://gruene-braunschweig.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne in BraunschweigGrüne Braunschweig" }, - "duration": 813, + "duration": 734, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-braunschweig.de/" } @@ -2988,7 +3484,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 813 + "value": 734 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2999,7 +3500,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -3054,6 +3555,12 @@ "url": "https://www.gruene-bremen-nordost.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3065,8 +3572,17 @@ "opengraph": null, "title": "KV Bremen-Nordost: Home" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-nordost.de/home/" } @@ -3105,7 +3621,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3116,7 +3637,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3171,6 +3692,12 @@ "url": "https://www.gruene-bremen-ost.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3182,8 +3709,17 @@ "opengraph": null, "title": "Kreisverband Bremen-Ost: Startseite" }, - "duration": 66, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-ost.de/startseite/" } @@ -3222,7 +3758,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3233,7 +3774,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3288,6 +3829,12 @@ "url": "https://www.gruene-bremervoerde.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3299,8 +3846,17 @@ "opengraph": null, "title": "B90/GRÜNE OV Bremervörde: Aktuelles" }, - "duration": 63, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremervoerde.de/aktuelles/" } @@ -3337,9 +3893,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 165 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3350,7 +3911,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -3405,6 +3966,12 @@ "url": "https://www.gruene-buchholz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3418,6 +3985,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-buchholz.de/startseite/" } @@ -3458,6 +4034,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -3467,7 +4048,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3528,6 +4109,12 @@ "url": "https://www.gruene-burgdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3539,8 +4126,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 143, + "duration": 207, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-burgdorf.de/" }, @@ -3554,8 +4150,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 131, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-burgdorf.de/" }, @@ -3569,8 +4174,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 229, + "duration": 249, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-burgdorf.de/" }, @@ -3584,8 +4198,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 231, + "duration": 403, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-burgdorf.de/" } @@ -3624,7 +4247,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 249 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3635,7 +4263,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-cloppenburg.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-cloppenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-cloppenburg.de" + }, + "www.gruene-cloppenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-cloppenburg.de" + } + }, + "icons": [ + "http://gruene-cloppenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "http://gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "http://www.gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "https://gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "https://www.gruene-cloppenburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-cloppenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Cloppenburg: Home" + }, + "duration": 66, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-cloppenburg.de/home/" + } + ] + }, + "input_url": "http://gruene-cloppenburg.de/home/", + "meta": { + "city": null, + "district": "Cloppenburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -3690,6 +4455,12 @@ "url": "https://www.gruene-cremlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3701,8 +4472,17 @@ "opengraph": null, "title": "Gemeindeverband Cremlingen: Startseite" }, - "duration": 81, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cremlingen.de/startseite/" } @@ -3741,7 +4521,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 81 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3752,7 +4537,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3807,6 +4592,12 @@ "url": "https://www.gruene-cw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3818,8 +4609,17 @@ "opengraph": null, "title": "KV Charlottenburg-Wilmersdorf: Aktuelles" }, - "duration": 63, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cw.de/aktuelles/" } @@ -3858,7 +4658,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3869,7 +4674,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3924,6 +4729,12 @@ "url": "https://www.gruene-donnersberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3935,8 +4746,17 @@ "opengraph": null, "title": "Kreisverband Donnersberg: Home" }, - "duration": 63, + "duration": 153, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-donnersberg.de/home/" } @@ -3973,9 +4793,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 153 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3986,7 +4811,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -4046,6 +4871,10 @@ "url": "https://www.gruene-dudenhofen.de/" } ], + "responsive": { + "min_width": 820, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -4057,8 +4886,17 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 63, + "duration": 57, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 820, + "768x1024": 820 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dudenhofen.de/" }, @@ -4072,8 +4910,17 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 55, + "duration": 58, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 820, + "768x1024": 820 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dudenhofen.de/" } @@ -4114,7 +4961,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 59 + "value": 58 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -4183,6 +5035,12 @@ "url": "https://www.gruene-dudweiler.de/" } ], + "responsive": { + "min_width": 419, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4197,8 +5055,17 @@ "opengraph": null, "title": "Ortsverband Dudweiler - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 449, + "duration": 539, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 419, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dudweiler.de/" } @@ -4235,7 +5102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 449 + "value": 539 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4246,7 +5118,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -4301,6 +5173,12 @@ "url": "https://www.gruene-eaf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4312,8 +5190,17 @@ "opengraph": null, "title": "OV Elm-Asse-Fallstein: Startseite" }, - "duration": 64, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eaf.de/startseite/" } @@ -4352,7 +5239,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4363,7 +5255,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -4418,6 +5310,12 @@ "url": "https://www.gruene-eln.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4429,8 +5327,17 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN KV Emsland Nord: Startseite" }, - "duration": 90, + "duration": 296, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eln.de/startseite/" } @@ -4467,9 +5374,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 90 + "value": 296 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4480,7 +5392,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -4538,6 +5450,12 @@ "url": "https://www.gruene-ensdorf.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4552,8 +5470,17 @@ "opengraph": null, "title": "Ortsverband Ensdorf - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 333, + "duration": 627, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ensdorf.de/" } @@ -4590,7 +5517,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 333 + "value": 627 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4601,7 +5533,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -4654,6 +5586,12 @@ "url": "https://gruene-essen.de/" } ], + "responsive": { + "min_width": 425, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4666,17 +5604,26 @@ "generator": null, "icon": "http://gruene-essen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Essen" }, - "duration": 239, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 425, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-essen.de/" } @@ -4714,7 +5661,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4725,7 +5677,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -4780,6 +5732,12 @@ "url": "https://www.gruene-frankenthal.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4791,8 +5749,17 @@ "opengraph": null, "title": "Kreisverband Frankenthal: Home" }, - "duration": 68, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-frankenthal.de/home/" } @@ -4831,7 +5798,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4842,7 +5814,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -4900,6 +5872,12 @@ "url": "https://www.gruene-friedrichsthal.de/" } ], + "responsive": { + "min_width": 420, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4914,8 +5892,17 @@ "opengraph": null, "title": "Ortsverband Friedrichsthal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 407, + "duration": 693, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 420, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-friedrichsthal.de/" } @@ -4952,7 +5939,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 407 + "value": 693 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4963,7 +5955,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -5024,6 +6016,12 @@ "url": "https://www.gruene-garbsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5035,8 +6033,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 124, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-garbsen.de/" }, @@ -5050,8 +6057,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 128, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-garbsen.de/" }, @@ -5065,8 +6081,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 217, + "duration": 218, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-garbsen.de/" }, @@ -5080,8 +6105,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 206, + "duration": 246, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-garbsen.de/" } @@ -5120,7 +6154,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 169 + "value": 193 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5131,7 +6170,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -5186,6 +6225,12 @@ "url": "https://www.gruene-ger.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5197,8 +6242,17 @@ "opengraph": null, "title": "B90/GRÜNE KV Germersheim: Home" }, - "duration": 92, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ger.de/home/" } @@ -5237,7 +6291,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 92 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5248,7 +6307,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -5303,6 +6362,12 @@ "url": "https://www.gruene-gera.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5314,8 +6379,17 @@ "opengraph": null, "title": "Grünes Gera: Willkommen bei den Geraer Grünen" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gera.de/startseite/" } @@ -5354,7 +6428,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5365,7 +6444,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -5423,6 +6502,12 @@ "url": "https://www.gruene-gersheim.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -5437,8 +6522,17 @@ "opengraph": null, "title": "Ortsverband Gersheim - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 353, + "duration": 348, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-gersheim.de/" } @@ -5475,7 +6569,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 353 + "value": 348 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5486,7 +6585,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -5541,6 +6640,12 @@ "url": "https://www.gruene-gotha.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5552,8 +6657,17 @@ "opengraph": null, "title": "Für mehr Grün im Landkreis: Aktuelles" }, - "duration": 69, + "duration": 366, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gotha.de/aktuelles/" } @@ -5590,9 +6704,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 366 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5603,7 +6722,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -5658,6 +6777,12 @@ "url": "https://www.gruene-greiz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5669,8 +6794,17 @@ "opengraph": null, "title": "Kreisverband Greiz: Startseite" }, - "duration": 83, + "duration": 178, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-greiz.de/startseite/" } @@ -5707,9 +6841,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 83 + "value": 178 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5720,7 +6859,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -5780,6 +6919,10 @@ "url": "https://www.gruene-halberg.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -5791,8 +6934,17 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 74, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-halberg.de/" }, @@ -5806,8 +6958,17 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 66, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-halberg.de/" } @@ -5848,7 +7009,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 68 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -5920,6 +7086,12 @@ "url": "https://www.gruene-hemmingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5931,8 +7103,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 126, + "duration": 162, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-hemmingen.de/" }, @@ -5946,8 +7127,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 139, + "duration": 298, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hemmingen.de/" }, @@ -5961,8 +7151,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 238, + "duration": 226, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-hemmingen.de/" }, @@ -5976,8 +7175,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 208, + "duration": 523, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hemmingen.de/" } @@ -6016,7 +7224,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 302 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6027,7 +7240,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -6082,6 +7295,12 @@ "url": "https://www.gruene-hennef.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6093,8 +7312,17 @@ "opengraph": null, "title": "B90/GRÜNE Hennef: Aktuelles" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hennef.de/aktuelles/" } @@ -6133,7 +7361,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6144,7 +7377,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6202,6 +7435,12 @@ "url": "https://www.gruene-heusweiler.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -6216,8 +7455,17 @@ "opengraph": null, "title": "Grüne Heusweiler - Stark für die Region !" }, - "duration": 325, + "duration": 383, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-heusweiler.de/" } @@ -6254,7 +7502,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 325 + "value": 383 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6265,7 +7518,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -6320,6 +7573,12 @@ "url": "https://www.gruene-hollenstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6331,8 +7590,17 @@ "opengraph": null, "title": "Grüner Ortsverband Hollenstedt: Aktuelles" }, - "duration": 64, + "duration": 87, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hollenstedt.de/aktuelles/" } @@ -6371,7 +7639,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 87 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6382,7 +7655,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6430,7 +7703,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, @@ -6438,13 +7711,17 @@ }, { "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, "url": "https://www.gruene-homburg.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -6458,8 +7735,17 @@ "opengraph": null, "title": "Startseite - Grüne Homburg" }, - "duration": 709, + "duration": 692, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-homburg.de/" } @@ -6497,7 +7783,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 709 + "value": 692 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -6556,6 +7847,10 @@ "url": "https://gruene-igb.de/" } ], + "responsive": { + "min_width": 900, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -6567,8 +7862,17 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen St. Ingbert" }, - "duration": 67, + "duration": 304, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 900, + "768x1024": 900 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-igb.de/" } @@ -6606,9 +7910,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 304 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -6619,7 +7928,7 @@ "value": true } }, - "score": 5.0 + "score": 4.5 }, { "details": { @@ -6674,6 +7983,12 @@ "url": "https://www.gruene-im-vest.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6685,8 +8000,17 @@ "opengraph": null, "title": "KV Recklinghausen: Home" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-im-vest.de/home/" } @@ -6725,7 +8049,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6736,7 +8065,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6791,6 +8120,12 @@ "url": "https://www.gruene-im-weimarer-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6802,8 +8137,17 @@ "opengraph": null, "title": "GRÜNE IM WEIMARER LAND: Grüne Neuigkeiten" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" } @@ -6842,7 +8186,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6853,7 +8202,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6914,6 +8263,12 @@ "url": "https://www.gruene-isernhagen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6925,8 +8280,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 139, + "duration": 298, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-isernhagen.de/" }, @@ -6940,8 +8304,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 160, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-isernhagen.de/" }, @@ -6955,8 +8328,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 210, + "duration": 246, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-isernhagen.de/" }, @@ -6970,8 +8352,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 228, + "duration": 247, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-isernhagen.de/" } @@ -7010,7 +8401,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7021,7 +8417,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7076,6 +8472,12 @@ "url": "https://www.gruene-jena.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7087,8 +8489,17 @@ "opengraph": null, "title": "Die Grünen in Jena: AKTUELLES" }, - "duration": 65, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-jena.de/aktuelles/" } @@ -7125,9 +8536,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7138,7 +8554,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -7187,7 +8603,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, @@ -7195,13 +8611,19 @@ }, { "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, "url": "https://www.gruene-jerichower-land.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7214,16 +8636,25 @@ "generator": null, "icon": "http://gruene-jerichower-land.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Jerichower Land" }, - "duration": 361, + "duration": 452, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-jerichower-land.de/" } @@ -7261,7 +8692,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 361 + "value": 452 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7272,7 +8708,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7317,6 +8753,12 @@ "url": "https://gruene-kassel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7326,15 +8768,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Bündnis 90/Die Grünen Kassel" }, - "duration": 203, + "duration": 195, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-kassel.de/" } @@ -7373,7 +8824,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 203 + "value": 195 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7384,7 +8840,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7439,6 +8895,12 @@ "url": "https://www.gruene-kl.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7450,8 +8912,17 @@ "opengraph": null, "title": "Kaiserslautern Stadt/Land: Home - Aktuelles" }, - "duration": 67, + "duration": 84, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kl.de/home-aktuelles/" } @@ -7490,7 +8961,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 84 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7501,7 +8977,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -7559,6 +9035,12 @@ "url": "https://www.gruene-kleinblittersdorf.de/" } ], + "responsive": { + "min_width": 492, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7573,8 +9055,17 @@ "opengraph": null, "title": "Ortsverband Kleinblittersdorf - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 330, + "duration": 347, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kleinblittersdorf.de/" } @@ -7611,7 +9102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 330 + "value": 347 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7622,7 +9118,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -7677,6 +9173,12 @@ "url": "https://www.gruene-koblenz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7688,8 +9190,17 @@ "opengraph": null, "title": "Kreisverband Koblenz: Home" }, - "duration": 64, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-koblenz.de/home/" } @@ -7726,9 +9237,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 179 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7739,7 +9255,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -7797,6 +9313,12 @@ "url": "https://www.gruene-krummhoern.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7809,16 +9331,25 @@ "generator": null, "icon": "https://www.gruene-krummhoern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Krummhörn" }, - "duration": 196, + "duration": 203, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-krummhoern.de/" } @@ -7855,7 +9386,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 203 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7866,7 +9402,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -7921,6 +9457,12 @@ "url": "https://www.gruene-kusel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7932,8 +9474,17 @@ "opengraph": null, "title": "Kreisverband Kusel: Willkommen" }, - "duration": 112, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kusel.de/willkommen/" } @@ -7970,9 +9521,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 112 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7983,7 +9539,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -8047,6 +9603,12 @@ "url": "https://www.gruene-kv-borken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8059,18 +9621,27 @@ "generator": null, "icon": "http://gruene-kv-borken.de/wp-content/themes/1507917786-b0aO66/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KV BORKENVORSTAND DES KV BORKEN" }, - "duration": 748, + "duration": 705, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kv-borken.de/" } @@ -8108,7 +9679,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 748 + "value": 705 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8119,7 +9695,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -8174,6 +9750,12 @@ "url": "https://www.gruene-kv-brb.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8185,8 +9767,17 @@ "opengraph": null, "title": "Brandenburg an der Havel: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-brb.de/home/" } @@ -8225,7 +9816,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8236,7 +9832,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -8291,6 +9887,12 @@ "url": "https://www.gruene-kv-lauenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8302,8 +9904,17 @@ "opengraph": null, "title": "Herzogtum Lauenburg: Home – Aktuelles" }, - "duration": 77, + "duration": 206, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-lauenburg.de/home-aktuelles/" } @@ -8340,9 +9951,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 77 + "value": 206 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8353,7 +9969,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -8408,6 +10024,12 @@ "url": "https://www.gruene-kv-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8419,8 +10041,17 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 62, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" } @@ -8459,7 +10090,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8470,7 +10106,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -8531,6 +10167,12 @@ "url": "https://www.gruene-laatzen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8544,6 +10186,15 @@ }, "duration": 153, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-laatzen.de/" }, @@ -8557,8 +10208,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 152, + "duration": 446, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-laatzen.de/" }, @@ -8572,8 +10232,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 207, + "duration": 250, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-laatzen.de/" }, @@ -8587,8 +10256,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 214, + "duration": 255, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-laatzen.de/" } @@ -8627,7 +10305,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 276 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8638,7 +10321,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -8696,6 +10379,12 @@ "url": "https://www.gruene-lebach.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8710,8 +10399,17 @@ "opengraph": null, "title": "Ortsverband Lebach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 344, + "duration": 423, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-lebach.de/" } @@ -8748,7 +10446,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 344 + "value": 423 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8759,7 +10462,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -8814,6 +10517,12 @@ "url": "https://www.gruene-leichlingen.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8825,8 +10534,17 @@ "opengraph": null, "title": "Ortsverband Leichlingen: Home" }, - "duration": 66, + "duration": 238, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-leichlingen.de/home/" } @@ -8863,9 +10581,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 238 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8876,7 +10599,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -8925,7 +10648,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, @@ -8933,13 +10656,19 @@ }, { "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, "url": "https://www.gruene-lichtenberg.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8952,17 +10681,26 @@ "generator": null, "icon": "http://gruene-lichtenberg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 695, + "duration": 903, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-lichtenberg.de/" } @@ -9000,7 +10738,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 695 + "value": 903 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9011,7 +10754,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -9066,6 +10809,12 @@ "url": "https://www.gruene-limburgerhof.de/" } ], + "responsive": { + "min_width": 552, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9077,8 +10826,17 @@ "opengraph": null, "title": "Ortsverband Limburgerhof: Startseite" }, - "duration": 64, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 552, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-limburgerhof.de/startseite/" } @@ -9115,9 +10873,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 171 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -9128,7 +10891,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -9183,6 +10946,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9194,8 +10963,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 65, + "duration": 101, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9232,9 +11010,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 101 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9245,7 +11028,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9300,6 +11083,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9311,8 +11100,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 69, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9349,9 +11147,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9362,7 +11165,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9417,6 +11220,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9428,8 +11237,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 63, + "duration": 344, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9466,9 +11284,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 344 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9479,7 +11302,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9534,6 +11357,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9545,8 +11374,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 62, + "duration": 498, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9583,9 +11421,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 498 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9596,7 +11439,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9651,6 +11494,12 @@ "url": "https://www.gruene-magdeburg.de/" } ], + "responsive": { + "min_width": 480, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9662,8 +11511,17 @@ "opengraph": null, "title": "Kreisverband Magdeburg: Start" }, - "duration": 67, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 480, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-magdeburg.de/start/" } @@ -9702,7 +11560,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9713,7 +11576,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -9768,6 +11631,12 @@ "url": "https://www.gruene-main-kinzig.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9779,8 +11648,17 @@ "opengraph": null, "title": "Kreisverband Main-Kinzig: Home" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-main-kinzig.de/home/" } @@ -9819,7 +11697,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9830,7 +11713,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -9885,6 +11768,12 @@ "url": "https://www.gruene-mansfeld-suedharz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9896,8 +11785,17 @@ "opengraph": null, "title": "KV Mansfeld-Südharz: Home" }, - "duration": 65, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mansfeld-suedharz.de/home/" } @@ -9934,9 +11832,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 487 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9947,7 +11850,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9995,6 +11898,12 @@ "url": "https://gruene-meckenheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -10006,8 +11915,17 @@ "opengraph": null, "title": "Die Gruenen in Meckenheim" }, - "duration": 93, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-meckenheim.de/" } @@ -10047,7 +11965,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 93 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10058,7 +11981,7 @@ "value": true } }, - "score": 5.0 + "score": 6.0 }, { "details": { @@ -10117,6 +12040,12 @@ "url": "https://www.gruene-mitte.de/" } ], + "responsive": { + "min_width": 387, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -10130,19 +12059,28 @@ "generator": null, "icon": "https://gruene-mitte.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", - "og:image:secure_url", "og:description", - "og:title", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen - Bündnis 90 Die Grünen Berlin-MitteGrüne Mitte" }, - "duration": 739, + "duration": 49, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 387, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-mitte.de/" } @@ -10177,9 +12115,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 739 + "value": 49 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10190,7 +12133,7 @@ "value": true } }, - "score": 8.5 + "score": 10.0 }, { "details": { @@ -10247,6 +12190,12 @@ "url": "https://www.gruene-mv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10260,8 +12209,17 @@ "opengraph": null, "title": "Mecklenburg-Vorpommern: Start" }, - "duration": 216, + "duration": 385, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-mv.de/start/" } @@ -10298,7 +12256,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 216 + "value": 385 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10309,7 +12272,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -10364,6 +12327,12 @@ "url": "https://www.gruene-neumuenster.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10375,8 +12344,17 @@ "opengraph": null, "title": "Grüne Neumünster: Aktuelles" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neumuenster.de/aktuelles/" } @@ -10415,7 +12393,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10426,7 +12409,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10481,6 +12464,12 @@ "url": "https://www.gruene-neuwied.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10492,8 +12481,17 @@ "opengraph": null, "title": "Kreisverband Neuwied: Home" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neuwied.de/home/" } @@ -10532,7 +12530,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10543,7 +12546,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10598,6 +12601,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10609,8 +12618,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 62, + "duration": 314, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10647,9 +12665,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 314 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10660,7 +12683,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -10715,6 +12738,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10726,8 +12755,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10766,7 +12804,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10777,7 +12820,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10832,6 +12875,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10843,8 +12892,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 72, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10883,7 +12941,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 72 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10894,7 +12957,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10949,6 +13012,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10960,8 +13029,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 63, + "duration": 203, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10998,9 +13076,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 203 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11011,7 +13094,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -11066,6 +13149,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11077,8 +13166,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -11117,7 +13215,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11128,7 +13231,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11183,6 +13286,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11194,8 +13303,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 70, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -11234,7 +13352,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11245,7 +13368,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11309,6 +13432,12 @@ "url": "https://www.gruene-nks.de/" } ], + "responsive": { + "min_width": 379, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -11321,16 +13450,25 @@ "generator": null, "icon": "http://gruene-nks.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Neunkirchen-Seelscheid" }, - "duration": 225, + "duration": 238, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 379, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-nks.de/" } @@ -11368,7 +13506,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 238 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11379,7 +13522,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -11434,6 +13577,12 @@ "url": "https://www.gruene-norden.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11445,8 +13594,17 @@ "opengraph": null, "title": "Ortsverband Stadt Norden: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-norden.de/home/" } @@ -11485,7 +13643,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11496,7 +13659,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11551,6 +13714,12 @@ "url": "https://www.gruene-northeim.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11562,8 +13731,17 @@ "opengraph": null, "title": "Ortsverband Northeim: Startseite" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-northeim.de/startseite/" } @@ -11602,7 +13780,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11613,7 +13796,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11668,6 +13851,12 @@ "url": "https://www.gruene-nw.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11679,8 +13868,17 @@ "opengraph": null, "title": "KV Neustadt a. d. Weinstrasse: Home" }, - "duration": 67, + "duration": 264, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nw.de/home/" } @@ -11717,9 +13915,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 264 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11730,7 +13933,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -11788,6 +13991,12 @@ "url": "https://www.gruene-oberbayern.de/" } ], + "responsive": { + "min_width": 324, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -11800,16 +14009,25 @@ "generator": null, "icon": "https://gruene-oberbayern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Oberbayern" }, - "duration": 59, + "duration": 307, "error": null, + "responsive": { + "document_width": { + "1024x768": 1069, + "1920x1080": 1920, + "320x480": 324, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-oberbayern.de/" } @@ -11844,9 +14062,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 59 + "value": 307 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11857,7 +14080,7 @@ "value": true } }, - "score": 9.0 + "score": 9.5 }, { "details": { @@ -11912,6 +14135,12 @@ "url": "https://www.gruene-oberfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11923,8 +14152,17 @@ "opengraph": null, "title": "Grüne Oberfranken: Startseite" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberfranken.de/startseite/" } @@ -11963,7 +14201,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11974,7 +14217,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12032,6 +14275,12 @@ "url": "https://www.gruene-ottweiler.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -12046,8 +14295,17 @@ "opengraph": null, "title": "Ortsverband Ottweiler - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 314, + "duration": 750, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ottweiler.de/" } @@ -12084,7 +14342,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 314 + "value": 750 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12095,7 +14358,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -12150,6 +14413,12 @@ "url": "https://www.gruene-pankow.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12161,8 +14430,17 @@ "opengraph": null, "title": "Homepage Kreisverband Pankow: Home" }, - "duration": 70, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pankow.de/home/" } @@ -12201,7 +14479,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12212,7 +14495,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12267,6 +14550,12 @@ "url": "https://www.gruene-pattensen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12278,8 +14567,17 @@ "opengraph": null, "title": "Ortsverband Pattensen: Aus dem Ortsverband" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pattensen.de/aus-dem-ortsverband/" } @@ -12318,7 +14616,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12329,7 +14632,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12384,6 +14687,12 @@ "url": "https://www.gruene-pirmasens.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12395,8 +14704,17 @@ "opengraph": null, "title": "Stadtverband Pirmasens: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pirmasens.de/home/" } @@ -12435,7 +14753,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12446,7 +14769,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12501,6 +14824,12 @@ "url": "https://www.gruene-potsdam-mittelmark.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12512,8 +14841,17 @@ "opengraph": null, "title": ": Home" }, - "duration": 66, + "duration": 106, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-potsdam-mittelmark.de/home/" } @@ -12550,9 +14888,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 106 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12563,7 +14906,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -12618,6 +14961,12 @@ "url": "https://www.gruene-potsdam.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12629,8 +14978,17 @@ "opengraph": null, "title": "KREISVERBAND POTSDAM: Home" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-potsdam.de/home/" } @@ -12669,7 +15027,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12680,7 +15043,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12735,6 +15098,12 @@ "url": "https://www.gruene-reinickendorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12746,8 +15115,17 @@ "opengraph": null, "title": "Kreisverband Reinickendorf: Startseite" }, - "duration": 63, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-reinickendorf.de/startseite/" } @@ -12786,7 +15164,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12797,7 +15180,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12852,6 +15235,12 @@ "url": "https://www.gruene-rh.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12863,8 +15252,17 @@ "opengraph": null, "title": "KV Rhein-Hunsrück: HOME" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rh.de/home/" } @@ -12903,7 +15301,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12914,7 +15317,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12978,6 +15381,12 @@ "url": "https://www.gruene-rhein-sieg.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -12990,17 +15399,26 @@ "generator": null, "icon": "http://gruene-rhein-sieg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband von Bündnis 90/Die Grünen » Bündnis 90/Die Grünen Rhein-Sieg" }, - "duration": 72, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-rhein-sieg.de/" } @@ -13038,7 +15456,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 72 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13049,7 +15472,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -13107,6 +15530,12 @@ "url": "https://www.gruene-riegelsberg.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13121,8 +15550,17 @@ "opengraph": null, "title": "Ortsverband Riegelsberg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 304, + "duration": 303, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-riegelsberg.de/" } @@ -13159,7 +15597,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 304 + "value": 303 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13170,7 +15613,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -13178,7 +15621,9 @@ "http://gruene-rlp.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-rlp.de/index.php?id=124054&type=100" + ], "hostnames": { "gruene-rlp.de": { "aliases": [], @@ -13225,19 +15670,36 @@ "url": "https://www.gruene-rlp.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-rlp.de/index.php?id=124054&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-rlp.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Rheinland-Pfalz: Startseite" }, - "duration": 69, + "duration": 123, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rlp.de/startseite/" } @@ -13264,9 +15726,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -13274,9 +15735,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 123 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13287,7 +15753,7 @@ "value": true } }, - "score": 6.0 + "score": 7.5 }, { "details": { @@ -13342,6 +15808,12 @@ "url": "https://www.gruene-ruppichteroth.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13353,8 +15825,17 @@ "opengraph": null, "title": "OV Ruppichteroth: Startseite" }, - "duration": 66, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ruppichteroth.de/startseite/" } @@ -13393,7 +15874,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13404,7 +15890,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -13470,6 +15956,12 @@ "url": "https://www.gruene-saarbruecken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -13484,8 +15976,17 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 277, + "duration": 299, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-saarbruecken.de/" }, @@ -13502,8 +16003,17 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 273, + "duration": 287, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-saarbruecken.de/" } @@ -13542,7 +16052,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 275 + "value": 293 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13553,7 +16068,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -13611,6 +16126,12 @@ "url": "https://www.gruene-saarlouis.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13625,8 +16146,17 @@ "opengraph": null, "title": "Ortsverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 351, + "duration": 833, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-saarlouis.de/" } @@ -13663,7 +16193,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 351 + "value": 833 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13674,7 +16209,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -13732,6 +16267,12 @@ "url": "https://www.gruene-saarwellingen.de/" } ], + "responsive": { + "min_width": 414, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13746,8 +16287,17 @@ "opengraph": null, "title": "ORTSVERBAND SAARWELLINGEN - Bündnis 90/Die Grünen – Saarland" }, - "duration": 343, + "duration": 364, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 414, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-saarwellingen.de/" } @@ -13784,7 +16334,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 343 + "value": 364 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13795,7 +16350,144 @@ "value": true } }, - "score": 8.5 + "score": 9.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-salzgitter.de/aktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-salzgitter.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-salzgitter.de" + }, + "www.gruene-salzgitter.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-salzgitter.de" + } + }, + "icons": [ + "http://gruene-salzgitter.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "http://gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "http://www.gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "https://gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "https://www.gruene-salzgitter.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-salzgitter.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne in Salzgitter: Aktuelles" + }, + "duration": 66, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-salzgitter.de/aktuelles/" + } + ] + }, + "input_url": "http://gruene-salzgitter.de/aktuelles/", + "meta": { + "city": null, + "district": "Salzgitter", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -13850,6 +16542,12 @@ "url": "https://www.gruene-sanktaugustin.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13861,8 +16559,17 @@ "opengraph": null, "title": "GRÜNE Sankt Augustin: Home" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sanktaugustin.de/home/" } @@ -13901,7 +16608,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13912,7 +16624,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -13967,6 +16679,12 @@ "url": "https://www.gruene-schifferstadt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13978,8 +16696,17 @@ "opengraph": null, "title": "Grüne Schifferstadt: Startseite" }, - "duration": 923, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schifferstadt.de/startseite/" } @@ -14016,9 +16743,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 923 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14029,7 +16761,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -14087,6 +16819,12 @@ "url": "https://www.gruene-schmelz.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14101,8 +16839,17 @@ "opengraph": null, "title": "Ortsverband Schmelz - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 337, + "duration": 475, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-schmelz.de/" } @@ -14139,7 +16886,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 337 + "value": 475 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14150,7 +16902,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -14208,6 +16960,12 @@ "url": "https://www.gruene-schwalbach-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14222,8 +16980,17 @@ "opengraph": null, "title": "Ortsverband Schwalbach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 294, + "duration": 300, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-schwalbach-saar.de/" } @@ -14260,7 +17027,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 294 + "value": 300 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14271,7 +17043,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -14326,6 +17098,12 @@ "url": "https://www.gruene-se-kv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14337,8 +17115,17 @@ "opengraph": null, "title": "Kreisverband Segeberg: Home" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-se-kv.de/home/" } @@ -14377,7 +17164,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14388,7 +17180,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -14449,6 +17241,12 @@ "url": "https://www.gruene-seelze.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14460,8 +17258,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 127, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-seelze.de/" }, @@ -14475,8 +17282,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 135, + "duration": 154, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-seelze.de/" }, @@ -14490,8 +17306,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 216, + "duration": 244, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-seelze.de/" }, @@ -14505,8 +17330,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 209, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-seelze.de/" } @@ -14545,7 +17379,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 172 + "value": 202 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14556,7 +17395,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14611,6 +17450,12 @@ "url": "https://www.gruene-sickte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14622,8 +17467,17 @@ "opengraph": null, "title": "OV Samtgemeinde Sickte: Startseite" }, - "duration": 80, + "duration": 195, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sickte.de/startseite/" } @@ -14660,9 +17514,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 80 + "value": 195 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14673,7 +17532,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -14736,6 +17595,12 @@ "url": "https://www.gruene-siegburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14747,17 +17612,26 @@ "generator": null, "icon": "http://wp.gruene-siegburg.de/wp-content/uploads/2015/10/sonnenblume_auf_gruen1.jpg", "opengraph": [ - "og:url", - "og:image", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne-Siegburg" }, - "duration": 903, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-siegburg.de/" } @@ -14795,7 +17669,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 903 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14806,7 +17685,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14870,6 +17749,12 @@ "url": "https://www.gruene-sonneberg-hildburghausen.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14882,17 +17767,26 @@ "generator": null, "icon": "http://gruene-sonneberg-hildburghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "B90 / Die Grünen" }, - "duration": 499, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-sonneberg-hildburghausen.de/" } @@ -14930,7 +17824,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 499 + "value": 375 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14941,7 +17840,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14991,6 +17890,12 @@ "url": "https://gruene-spandau.de/" } ], + "responsive": { + "min_width": 440, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15003,17 +17908,26 @@ "generator": null, "icon": "https://gruenespandau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Spandau" }, - "duration": 306, + "duration": 215, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 440, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruenespandau.de/" } @@ -15050,7 +17964,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 215 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15061,7 +17980,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -15122,6 +18041,12 @@ "url": "https://www.gruene-springe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15133,8 +18058,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 138, + "duration": 130, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-springe.de/" }, @@ -15148,8 +18082,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 171, + "duration": 419, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-springe.de/" }, @@ -15163,8 +18106,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 235, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-springe.de/" }, @@ -15178,8 +18130,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 230, + "duration": 470, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-springe.de/" } @@ -15218,7 +18179,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 314 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15229,7 +18195,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -15283,6 +18249,12 @@ "url": "https://gruene-suedwest.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15295,16 +18267,25 @@ "generator": "WordPress 4.8", "icon": "http://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 288, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-suedwest.de/" }, @@ -15319,16 +18300,25 @@ "generator": "WordPress 4.8", "icon": "https://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 187, + "duration": 517, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-suedwest.de/" } @@ -15366,7 +18356,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 344 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15377,7 +18372,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -15432,6 +18427,12 @@ "url": "https://www.gruene-suedwestpfalz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15443,8 +18444,17 @@ "opengraph": null, "title": "Grüne Südwestpfalz: Startseite" }, - "duration": 63, + "duration": 81, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-suedwestpfalz.de/startseite/" } @@ -15483,7 +18493,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 81 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15494,7 +18509,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -15549,6 +18564,12 @@ "url": "https://www.gruene-suew.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15560,8 +18581,17 @@ "opengraph": null, "title": "Kreisverband Grüne Südliche Weinstraße: Startseite" }, - "duration": 66, + "duration": 289, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-suew.de/startseite/" } @@ -15598,9 +18628,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 289 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15611,7 +18646,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -15675,6 +18710,12 @@ "url": "https://www.gruene-swisttal.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15687,18 +18728,27 @@ "generator": null, "icon": "http://gruene-swisttal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die GRÜNEN in Swisttal" }, - "duration": 897, + "duration": 443, "error": null, + "responsive": { + "document_width": { + "1024x768": 1255, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-swisttal.de/" } @@ -15736,7 +18786,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 897 + "value": 443 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15747,7 +18802,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -15802,6 +18857,12 @@ "url": "https://www.gruene-teltow-flaeming.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15813,8 +18874,17 @@ "opengraph": null, "title": "KV Teltow-Fläming: Startseite" }, - "duration": 68, + "duration": 223, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-teltow-flaeming.de/startseite/" } @@ -15851,9 +18921,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 223 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15864,7 +18939,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -15926,6 +19001,12 @@ "url": "https://www.gruene-tholey.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15940,8 +19021,17 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 217, + "duration": 273, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-tholey.de/" }, @@ -15958,8 +19048,17 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 298, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-tholey.de/" } @@ -15997,7 +19096,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 258 + "value": 292 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16008,7 +19112,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -16066,6 +19170,12 @@ "url": "https://www.gruene-tostedt.de/" } ], + "responsive": { + "min_width": 405, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16078,16 +19188,25 @@ "generator": null, "icon": "https://gruene-tostedt.de/wp-content/themes/urwahl3000-master/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Tostedt" }, - "duration": 623, + "duration": 653, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 405, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-tostedt.de/" } @@ -16124,7 +19243,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 623 + "value": 653 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16135,7 +19259,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -16190,6 +19314,12 @@ "url": "https://www.gruene-trier-saarburg.de/" } ], + "responsive": { + "min_width": 426, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16201,8 +19331,17 @@ "opengraph": null, "title": "Trier-Saarburg: Home" }, - "duration": 66, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 426, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-trier-saarburg.de/home/" } @@ -16241,7 +19380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16252,7 +19396,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16314,6 +19458,12 @@ "url": "https://www.gruene-troisdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -16328,8 +19478,17 @@ "opengraph": null, "title": "Nachhaltige und soziale Politik für Troisdorf » GRÜNE für Troisdorf" }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-troisdorf.de/" } @@ -16368,7 +19527,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16379,7 +19543,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16437,6 +19601,12 @@ "url": "https://www.gruene-ueberherrn.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16451,8 +19621,17 @@ "opengraph": null, "title": "Ortsverband Überherrn - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 498, + "duration": 492, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ueberherrn.de/" } @@ -16489,7 +19668,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 498 + "value": 492 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16500,7 +19684,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -16555,6 +19739,12 @@ "url": "https://www.gruene-uelzen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16566,8 +19756,17 @@ "opengraph": null, "title": "Grüne im Kreis Uelzen: Startseite" }, - "duration": 64, + "duration": 159, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-uelzen.de/startseite/" } @@ -16604,9 +19803,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 159 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16617,7 +19821,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -16678,6 +19882,12 @@ "url": "https://www.gruene-uetze.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16689,8 +19899,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 134, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-uetze.de/" }, @@ -16706,6 +19925,15 @@ }, "duration": 135, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-uetze.de/" }, @@ -16719,8 +19947,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 228, + "duration": 548, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-uetze.de/" }, @@ -16734,8 +19971,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 217, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-uetze.de/" } @@ -16774,7 +20020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 305 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16785,7 +20036,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -16840,6 +20091,12 @@ "url": "https://www.gruene-vechta.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16853,6 +20110,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vechta.de/startseite/" } @@ -16893,6 +20159,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -16902,7 +20173,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16960,6 +20231,12 @@ "url": "https://www.gruene-voelklingen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16974,8 +20251,17 @@ "opengraph": null, "title": "Ortsverband Völklingen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 533, + "duration": 359, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-voelklingen.de/" } @@ -17012,7 +20298,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 533 + "value": 359 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17023,7 +20314,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17081,6 +20372,12 @@ "url": "https://www.gruene-wadern.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -17095,8 +20392,17 @@ "opengraph": null, "title": "Ortsverband Wadern - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 119, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wadern.de/" } @@ -17133,7 +20439,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 119 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17144,7 +20455,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17202,6 +20513,12 @@ "url": "https://www.gruene-wallerfangen.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -17216,8 +20533,17 @@ "opengraph": null, "title": "Ortsverband Wallerfangen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 300, + "duration": 409, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wallerfangen.de/" } @@ -17254,7 +20580,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 300 + "value": 409 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17265,7 +20596,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17326,6 +20657,12 @@ "url": "https://www.gruene-wedemark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17337,8 +20674,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 147, + "duration": 150, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-wedemark.de/" }, @@ -17352,8 +20698,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 131, + "duration": 260, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wedemark.de/" }, @@ -17367,8 +20722,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 207, + "duration": 199, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-wedemark.de/" }, @@ -17382,8 +20746,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 209, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wedemark.de/" } @@ -17422,7 +20795,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 212 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17433,7 +20811,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -17494,6 +20872,12 @@ "url": "https://www.gruene-wennigsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17505,8 +20889,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 130, + "duration": 133, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-wennigsen.de/" }, @@ -17520,8 +20913,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 126, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wennigsen.de/" }, @@ -17535,8 +20937,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 199, + "duration": 253, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-wennigsen.de/" }, @@ -17550,8 +20961,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 201, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wennigsen.de/" } @@ -17590,7 +21010,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 164 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17601,7 +21026,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -17660,6 +21085,12 @@ "url": "https://www.gruene-westfalen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1.0,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -17671,8 +21102,17 @@ "opengraph": null, "title": "Grüne in Westfalen: Startseite" }, - "duration": 126, + "duration": 315, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0,user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-westfalen.de/startseite/" } @@ -17712,7 +21152,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 315 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17723,7 +21168,144 @@ "value": true } }, - "score": 4.5 + "score": 5.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-wilhelmshaven.de/startseite/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-wilhelmshaven.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-wilhelmshaven.de" + }, + "www.gruene-wilhelmshaven.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-wilhelmshaven.de" + } + }, + "icons": [ + "http://gruene-wilhelmshaven.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "http://gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "http://www.gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "https://gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "https://www.gruene-wilhelmshaven.de/" + } + ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-wilhelmshaven.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Wilhelmshaven: Startseite" + }, + "duration": 90, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1027, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-wilhelmshaven.de/startseite/" + } + ] + }, + "input_url": "http://gruene-wilhelmshaven.de/startseite/", + "meta": { + "city": null, + "district": "Wilhelmshaven", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 90 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -17778,6 +21360,12 @@ "url": "https://www.gruene-windeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17789,8 +21377,17 @@ "opengraph": null, "title": "Grüne Windeck: Home" }, - "duration": 63, + "duration": 210, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-windeck.de/home/" } @@ -17827,9 +21424,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 210 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17840,7 +21442,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -17865,8 +21467,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -17907,6 +21509,10 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 912, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -17916,21 +21522,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s89c07ae93892a952/img/favicon.png?t=1314455677", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "HOME - Grüne Wunstorf" }, - "duration": 342, + "duration": 373, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 912, + "768x1024": 912 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-wunstorf.com/" } @@ -17968,7 +21583,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 342 + "value": 373 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -18039,6 +21659,12 @@ "url": "https://www.gruene-xhain.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18051,18 +21677,27 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:url", - "og:locale:alternate", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "Homepage - Grüne Xhain" }, - "duration": 816, + "duration": 918, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-xhain.de/" } @@ -18100,7 +21735,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 816 + "value": 918 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18111,7 +21751,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -18166,6 +21806,12 @@ "url": "https://www.gruene-zweibruecken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18177,8 +21823,17 @@ "opengraph": null, "title": "Grüne Zweibrücken: Startseite" }, - "duration": 62, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-zweibruecken.de/startseite/" } @@ -18217,7 +21872,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18228,7 +21888,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18283,6 +21943,12 @@ "url": "https://www.gruenedresden.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18294,8 +21960,17 @@ "opengraph": null, "title": "Kreisverband Dresden: Startseite" }, - "duration": 62, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenedresden.de/startseite/" } @@ -18334,7 +22009,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18345,7 +22025,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18400,6 +22080,12 @@ "url": "https://www.gruenekoeln.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18415,8 +22101,17 @@ ], "title": "Grüne Köln" }, - "duration": 495, + "duration": 516, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruenekoeln.de/" } @@ -18454,7 +22149,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 495 + "value": 516 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18465,7 +22165,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -18520,6 +22220,12 @@ "url": "https://www.gruenekreiskh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18531,8 +22237,17 @@ "opengraph": null, "title": "KREISVERBAND BAD KREUZNACH: Startseite" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenekreiskh.de/startseite/" } @@ -18571,7 +22286,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18582,7 +22302,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18637,6 +22357,12 @@ "url": "https://www.gruenekreisploen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18648,8 +22374,17 @@ "opengraph": null, "title": "Kreisverband Plön: Home" }, - "duration": 63, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenekreisploen.de/home/" } @@ -18686,9 +22421,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18699,7 +22439,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -18754,6 +22494,12 @@ "url": "https://www.gruenemelle.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18765,8 +22511,17 @@ "opengraph": null, "title": "Bündnis 90 / Die GRÜNEN Melle: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenemelle.de/startseite/" } @@ -18805,7 +22560,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18816,7 +22576,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18871,6 +22631,12 @@ "url": "https://www.uns-gruener-trier.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18882,8 +22648,17 @@ "opengraph": null, "title": "Grüne Trier: Startseite" }, - "duration": 73, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://uns-gruener-trier.de/startseite/" } @@ -18922,7 +22697,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18933,7 +22713,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18980,6 +22760,12 @@ "url": "https://wordpress.gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -18993,17 +22779,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 202, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -19041,7 +22836,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 202 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -19102,7 +22902,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, @@ -19110,13 +22910,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19129,17 +22935,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 660, + "duration": 105, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19177,7 +22992,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 660 + "value": 105 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19188,7 +23008,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -19237,7 +23057,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, @@ -19245,13 +23065,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19264,17 +23090,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 37, + "duration": 24, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19312,7 +23147,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 24 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19323,7 +23163,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -19372,7 +23212,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, @@ -19380,13 +23220,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19399,17 +23245,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 162, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19447,7 +23302,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 236 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19458,7 +23318,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -19513,6 +23373,12 @@ "url": "https://www.buendnisgruenes-opr.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -19524,8 +23390,17 @@ "opengraph": null, "title": "KV Ostprignitz-Ruppin: Home" }, - "duration": 76, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.buendnisgruenes-opr.de/home/" } @@ -19564,7 +23439,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19575,7 +23455,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -19629,6 +23509,10 @@ "url": "https://www.cux-gruene.de/" } ], + "responsive": { + "min_width": 1100, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -19640,8 +23524,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 200, + "duration": 748, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 1100, + "768x1024": 1100 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://cux-gruene.de/" }, @@ -19655,8 +23548,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 210, + "duration": 483, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 1100, + "768x1024": 1100 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.cux-gruene.de/" } @@ -19696,7 +23598,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 205 + "value": 616 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -19770,6 +23677,12 @@ "url": "https://www.die-gruenen-bsb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19781,8 +23694,17 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 579, + "duration": 342, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://die-gruenen-bsb.de/" }, @@ -19796,8 +23718,17 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 431, + "duration": 535, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.die-gruenen-bsb.de/" } @@ -19837,7 +23768,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 505 + "value": 438 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19848,7 +23784,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -19903,6 +23839,12 @@ "url": "https://www.die-gruenen-leverkusen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -19914,8 +23856,17 @@ "opengraph": null, "title": "Die GRÜNEN in Leverkusen: Home" }, - "duration": 62, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://die-gruenen-leverkusen.de/home/" } @@ -19954,7 +23905,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19965,7 +23921,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -20012,7 +23968,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, @@ -20020,13 +23976,19 @@ }, { "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, "url": "https://www.diegrueneninhagenatw.de/" } ], + "responsive": { + "min_width": 605, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -20038,8 +24000,17 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 404, + "duration": 661, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 605, + "768x1024": 774 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://diegrueneninhagenatw.de/" }, @@ -20053,8 +24024,17 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 411, + "duration": 432, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 605, + "768x1024": 774 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.diegrueneninhagenatw.de/" } @@ -20094,7 +24074,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 546 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20150,7 +24135,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, @@ -20158,13 +24143,17 @@ }, { "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, "url": "https://www.eichsfeldgruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20176,8 +24165,17 @@ "opengraph": null, "title": "" }, - "duration": 96, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://eichsfeldgruene.de/" }, @@ -20191,8 +24189,17 @@ "opengraph": null, "title": "" }, - "duration": 56, + "duration": 58, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.eichsfeldgruene.de/" } @@ -20233,7 +24240,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 68 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20294,6 +24306,10 @@ "url": "https://gal.bamberg.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20307,8 +24323,17 @@ "opengraph": null, "title": "GAL Bamberg: Aktuell" }, - "duration": 226, + "duration": 631, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gal-bamberg.de/index.php?id=titelseite" } @@ -20347,7 +24372,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 226 + "value": 631 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20411,6 +24441,12 @@ "url": "https://www.gg-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20420,15 +24456,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Kreisverband Groß-Gerau" }, - "duration": 526, + "duration": 559, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gg-gruene.de/" } @@ -20467,7 +24512,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 526 + "value": 559 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20478,7 +24528,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -20525,6 +24575,10 @@ "url": "https://gruene-aalen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20536,8 +24590,17 @@ "opengraph": null, "title": "Grüne Ostwürttemberg: HOME" }, - "duration": 509, + "duration": 513, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-aalen.de/index.php?id=1229" } @@ -20575,7 +24638,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 509 + "value": 513 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20641,6 +24709,12 @@ "url": "https://www.gruene-ab.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20654,6 +24728,15 @@ }, "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ab.de/die-gruenen-aschaffenburg/" } @@ -20694,6 +24777,11 @@ "type": "number", "value": 75 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -20703,7 +24791,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -20767,6 +24855,12 @@ "url": "https://www.gruene-adelebsen.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -20779,16 +24873,25 @@ "generator": null, "icon": "http://gruene-adelebsen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Adelebsen" }, - "duration": 442, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-adelebsen.de/" } @@ -20826,7 +24929,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 442 + "value": 465 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20837,7 +24945,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -20892,6 +25000,12 @@ "url": "https://www.gruene-aichach-friedberg.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20903,8 +25017,17 @@ "opengraph": null, "title": "KV Aichach-Friedberg: Startseite" }, - "duration": 67, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-aichach-friedberg.de/startseite/" } @@ -20943,7 +25066,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20954,7 +25082,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21001,6 +25129,10 @@ "url": "https://gruene-alb-donau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -21012,8 +25144,17 @@ "opengraph": null, "title": "Grüne Kreis Alb-Donau: Startseite" }, - "duration": 560, + "duration": 800, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-alb-donau.de/startseite/" } @@ -21051,7 +25192,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 560 + "value": 800 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -21123,6 +25269,12 @@ "url": "https://www.gruene-altona.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21134,8 +25286,17 @@ "opengraph": null, "title": "GRÜNE Altona: Home" }, - "duration": 64, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-altona.de/home/" } @@ -21172,9 +25333,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21185,7 +25351,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -21240,6 +25406,12 @@ "url": "https://www.gruene-amberg-sulzbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21251,8 +25423,17 @@ "opengraph": null, "title": "KV Amberg-Sulzbach: Personen" }, - "duration": 63, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-amberg-sulzbach.de/personen/" } @@ -21291,7 +25472,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21302,7 +25488,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21357,6 +25543,12 @@ "url": "https://www.gruene-amberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21368,8 +25560,17 @@ "opengraph": null, "title": "Kreisverband Amberg: Startseite" }, - "duration": 62, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-amberg.de/startseite/" } @@ -21408,7 +25609,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21419,7 +25625,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21483,6 +25689,12 @@ "url": "https://www.gruene-amelinghausen.de/" } ], + "responsive": { + "min_width": 326, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21495,16 +25707,25 @@ "generator": null, "icon": "http://gruene-amelinghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Grüne Amelinghausen" }, - "duration": 227, + "duration": 254, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 326, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-amelinghausen.de/" } @@ -21542,7 +25763,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 227 + "value": 254 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21553,7 +25779,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -21608,6 +25834,12 @@ "url": "https://www.gruene-ammerland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21619,8 +25851,17 @@ "opengraph": null, "title": "GRÜNE KV Ammerland: Home" }, - "duration": 64, + "duration": 173, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ammerland.de/home/" } @@ -21657,9 +25898,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 173 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21670,7 +25916,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -21723,6 +25969,12 @@ "url": "https://gruene-anhalt-bitterfeld.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21735,17 +25987,26 @@ "generator": null, "icon": "http://www.gruene-anhalt-bitterfeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Herzlich Willkommen - Kreisverband Anhalt-BitterfeldKreisverband Anhalt-Bitterfeld" }, - "duration": 605, + "duration": 637, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-anhalt-bitterfeld.de/" } @@ -21783,7 +26044,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 605 + "value": 637 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21794,7 +26060,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -21849,6 +26115,12 @@ "url": "https://www.gruene-ansbach.de/" } ], + "responsive": { + "min_width": 365, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21860,8 +26132,17 @@ "opengraph": null, "title": "Die Grünen Ansbach: Die Grünen in Stadt und Landkreis Ansbach" }, - "duration": 143, + "duration": 151, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 365, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-ansbach.de/" } @@ -21899,7 +26180,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 151 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21910,7 +26196,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -21965,6 +26251,12 @@ "url": "https://www.gruene-aoe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21976,8 +26268,17 @@ "opengraph": null, "title": "Kreisverband Altötting: Aktuelles" }, - "duration": 66, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-aoe.de/aktuelles/" } @@ -22016,7 +26317,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22027,7 +26333,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22082,6 +26388,12 @@ "url": "https://www.gruene-artland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22093,8 +26405,17 @@ "opengraph": null, "title": "Die Grünen im Artland: Startseite" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-artland.de/startseite/" } @@ -22133,7 +26454,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22144,7 +26470,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22193,6 +26519,12 @@ "url": "https://gruene-aschaffenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -22207,8 +26539,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 336, + "duration": 508, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-aschaffenburg.de/" }, @@ -22225,8 +26566,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 551, + "duration": 482, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "https://gruene-aschaffenburg.de/" } @@ -22265,7 +26615,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 444 + "value": 495 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22276,7 +26631,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -22331,6 +26686,12 @@ "url": "https://www.gruene-augsburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22342,8 +26703,17 @@ "opengraph": null, "title": "GRÜNE AUGSBURG: Home" }, - "duration": 62, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-augsburg.de/home/" } @@ -22382,7 +26752,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22393,7 +26768,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22450,6 +26825,12 @@ "url": "https://www.gruene-augsburgland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22463,8 +26844,17 @@ "opengraph": null, "title": "Grüne Augsburg-Land: Home" }, - "duration": 67, + "duration": 98, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-augsburgland.de/home/" } @@ -22502,7 +26892,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 98 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22513,7 +26908,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -22568,6 +26963,12 @@ "url": "https://www.gruene-aurich.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22579,8 +26980,17 @@ "opengraph": null, "title": "Kreisverband Aurich Norden: Startseite" }, - "duration": 69, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-aurich.de/startseite/" } @@ -22619,7 +27029,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22630,7 +27045,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22685,6 +27100,12 @@ "url": "https://www.gruene-bamberg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22696,8 +27117,17 @@ "opengraph": null, "title": "Grüne Bamberg-Land: Themen" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bamberg-land.de/themen/" } @@ -22736,7 +27166,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22747,7 +27182,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22811,6 +27246,12 @@ "url": "https://www.gruene-barnim.de/" } ], + "responsive": { + "min_width": 533, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -22823,16 +27264,25 @@ "generator": null, "icon": "http://www.gruene-barnim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Kreisverband Barnim, Brandenburg" }, - "duration": 736, + "duration": 556, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 533, + "768x1024": 784 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-barnim.de/" } @@ -22870,7 +27320,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 736 + "value": 556 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -22936,6 +27391,12 @@ "url": "https://www.gruene-bassum.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22947,8 +27408,17 @@ "opengraph": null, "title": "Grüne in Bassum: Startseite" }, - "duration": 64, + "duration": 294, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bassum.de/startseite/" } @@ -22985,9 +27455,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 294 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22998,7 +27473,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -23061,6 +27536,10 @@ "url": "https://www.gruene-bautzen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -23074,8 +27553,17 @@ "opengraph": null, "title": "Homepage - BÜNDNIS 90/DIE GRÜNEN Kreisverband Bautzen – Zwjazk 90/Zeleni Budyšin" }, - "duration": 233, + "duration": 220, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bautzen.de/startseite/" } @@ -23113,7 +27601,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 233 + "value": 220 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -23179,6 +27672,12 @@ "url": "https://www.gruene-bayreuth-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23190,8 +27689,17 @@ "opengraph": null, "title": "Bayreuth Land: Startseite" }, - "duration": 65, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bayreuth-land.de/startseite/" } @@ -23230,7 +27738,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23241,7 +27754,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23296,6 +27809,12 @@ "url": "https://www.gruene-bayreuth.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23307,8 +27826,17 @@ "opengraph": null, "title": "Grüne Bayreuth: Kreisverband Bayreuth-Stadt" }, - "duration": 63, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" } @@ -23347,7 +27875,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23358,7 +27891,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23405,6 +27938,10 @@ "url": "https://gruene-bc.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -23416,8 +27953,17 @@ "opengraph": null, "title": "Grüne Kreisverband Biberach: Aktuell" }, - "duration": 482, + "duration": 47, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-bc.de/index.php?id=1274" } @@ -23453,9 +27999,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 482 + "value": 47 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -23466,7 +28017,7 @@ "value": true } }, - "score": 7.5 + "score": 8.0 }, { "details": { @@ -23519,6 +28070,12 @@ "url": "https://gruene-bederkesa.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -23531,16 +28088,25 @@ "generator": null, "icon": "http://gruene-bederkesa.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Bederkesa-Langen" }, - "duration": 211, + "duration": 247, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bederkesa.de/" } @@ -23578,7 +28144,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 211 + "value": 247 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23589,7 +28160,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -23655,6 +28226,12 @@ "url": "https://www.gruene-bergedorf.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23668,8 +28245,17 @@ "opengraph": null, "title": "Grüne Bergedorf: Home" }, - "duration": 80, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergedorf.de/home/" } @@ -23707,7 +28293,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 80 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23718,7 +28309,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -23773,6 +28364,12 @@ "url": "https://www.gruene-bergischgladbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23784,8 +28381,17 @@ "opengraph": null, "title": "GRÜNE BERGISCH GLADBACH: Home" }, - "duration": 71, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergischgladbach.de/home/" } @@ -23824,7 +28430,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23835,7 +28446,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23890,6 +28501,12 @@ "url": "https://www.gruene-bergstrasse.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23901,8 +28518,17 @@ "opengraph": null, "title": "Grüne Bergstraße: Aktuell" }, - "duration": 67, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergstrasse.de/aktuell/" } @@ -23941,7 +28567,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23952,7 +28583,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24013,6 +28644,10 @@ "url": "https://www.gruene-bgl.de/" } ], + "responsive": { + "min_width": 990, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -24026,8 +28661,17 @@ ], "title": "Die Grünen: Kreisverband Berchtesgadener Land" }, - "duration": 281, + "duration": 457, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 990, + "768x1024": 990 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bgl.de/" } @@ -24066,7 +28710,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 457 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -24136,6 +28785,12 @@ "url": "https://www.gruene-bielefeld.de/" } ], + "responsive": { + "min_width": 379, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -24145,19 +28800,28 @@ "generator": null, "icon": null, "opengraph": [ - "og:url", - "og:locale:alternate", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "GRÜNE Bielefeld" }, - "duration": 849, + "duration": 858, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 379, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-bielefeld.de/" } @@ -24197,7 +28861,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 849 + "value": 858 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24208,7 +28877,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -24263,6 +28932,12 @@ "url": "https://www.gruene-bitburg-pruem.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24274,8 +28949,17 @@ "opengraph": null, "title": "Kreisverband Bitburg-Prüm: Startseite" }, - "duration": 64, + "duration": 74, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bitburg-pruem.de/startseite/" } @@ -24314,7 +28998,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 74 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24325,7 +29014,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24383,6 +29072,12 @@ "url": "https://www.gruene-bleckede.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -24395,16 +29090,25 @@ "generator": null, "icon": "https://www.gruene-bleckede.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grünes Bleckede" }, - "duration": 356, + "duration": 335, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-bleckede.de/" } @@ -24441,7 +29145,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 356 + "value": 335 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24452,7 +29161,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -24507,6 +29216,12 @@ "url": "https://www.gruene-bochum.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24518,8 +29233,17 @@ "opengraph": null, "title": "GRÜNE IN BOCHUM: Startseite" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bochum.de/startseite/" } @@ -24558,7 +29282,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24569,7 +29298,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24624,6 +29353,12 @@ "url": "https://www.gruene-bodenseekreis.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24635,8 +29370,17 @@ "opengraph": null, "title": "Grüner Kreisverband Bodenseekreis: Aktuelles" }, - "duration": 719, + "duration": 728, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-bodenseekreis.de/aktuelles/" } @@ -24674,7 +29418,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 719 + "value": 728 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24685,7 +29434,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -24732,6 +29481,12 @@ "url": "https://gruene-boeblingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24743,8 +29498,17 @@ "opengraph": null, "title": "Grüne Kreisverband Böblingen: Kreisverband Böblingen" }, - "duration": 456, + "duration": 502, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-boeblingen.de/" } @@ -24782,7 +29546,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 456 + "value": 502 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24793,7 +29562,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -24859,6 +29628,10 @@ "url": "https://www.gruene-bohmte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -24873,8 +29646,17 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 174, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-bohmte.de/" }, @@ -24891,8 +29673,17 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 195, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bohmte.de/" } @@ -24931,7 +29722,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 236 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -25006,6 +29802,12 @@ "url": "https://www.gruene-bonn.de/" } ], + "responsive": { + "min_width": 350, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25018,17 +29820,26 @@ "generator": null, "icon": "http://gruene-bonn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Für ein grüneres Bonn. › DIE GRÜNEN Bonn" }, - "duration": 787, + "duration": 869, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 350, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bonn.de/" } @@ -25066,7 +29877,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 787 + "value": 869 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25077,7 +29893,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -25132,6 +29948,12 @@ "url": "https://www.gruene-bottrop.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25143,8 +29965,17 @@ "opengraph": null, "title": "GRÜNE IN BOTTROP: Startseite" }, - "duration": 71, + "duration": 201, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bottrop.de/startseite/" } @@ -25181,9 +30012,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 201 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25194,7 +30030,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -25256,6 +30092,10 @@ "url": "https://www.gruene-bramsche.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -25265,13 +30105,22 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 444, + "duration": 445, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bramsche.de" }, @@ -25283,13 +30132,22 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 356, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bramsche.de/" } @@ -25329,7 +30187,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 400 + "value": 466 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -25398,6 +30261,12 @@ "url": "https://www.gruene-breisgau-hochschwarzwald.de/" } ], + "responsive": { + "min_width": 408, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25410,17 +30279,25 @@ "generator": null, "icon": "https://gruene-breisgau-hochschwarzwald.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 Die Grünen Kreisverband Breisgau-Hochschwarzwald" }, - "duration": 631, + "duration": 622, "error": null, + "responsive": { + "document_width": { + "1024x768": 1031, + "1920x1080": 1920, + "320x480": 408, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-breisgau-hochschwarzwald.de/" } @@ -25457,7 +30334,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 631 + "value": 622 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25468,7 +30350,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -25523,6 +30405,12 @@ "url": "https://www.gruene-bremen-mitte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25534,8 +30422,17 @@ "opengraph": null, "title": "Grüne Mitte - Östliche Vorstadt: Startseite" }, - "duration": 62, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bremen-mitte.de/startseite/" } @@ -25574,7 +30471,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25585,7 +30487,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25640,6 +30542,12 @@ "url": "https://www.gruene-bremen-nord.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25651,8 +30559,17 @@ "opengraph": null, "title": "KV Grüne Bremen-Nord: Startseite" }, - "duration": 79, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-nord.de/startseite/" } @@ -25691,7 +30608,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25702,7 +30624,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25757,6 +30679,12 @@ "url": "https://www.gruene-bremerhaven.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25768,8 +30696,17 @@ "opengraph": null, "title": "Kreisverband Bremerhaven: Home" }, - "duration": 64, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremerhaven.de/gruene-neuigkeiten/" } @@ -25808,7 +30745,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 89 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25819,7 +30761,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25884,6 +30826,12 @@ "url": "https://www.gruene-brookmerland-hinte-suedbrookmerland.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25895,8 +30843,17 @@ "opengraph": null, "title": null }, - "duration": 85, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-brookmerland-hinte-suedbrookmerland.de/" }, @@ -25911,16 +30868,25 @@ "generator": null, "icon": "http://gruenerovbhsbl.alfahosting.org/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband" }, - "duration": 371, + "duration": 241, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" } @@ -25959,7 +30925,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 158 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25970,7 +30941,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -26031,6 +31002,12 @@ "url": "https://www.gruene-bueckeburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26042,8 +31019,17 @@ "opengraph": null, "title": "Stadtverband Bückeburg: Stadtverband Bückeburg" }, - "duration": 71, + "duration": 108, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schaumburg.de/stadtverband-bueckeburg/" } @@ -26080,9 +31066,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 108 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26093,7 +31084,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26141,7 +31132,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, @@ -26149,13 +31140,17 @@ }, { "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, "url": "https://www.gruene-burgwedel.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -26169,8 +31164,17 @@ "opengraph": null, "title": "Startseite - Die Grünen in Burgwedel" }, - "duration": 588, + "duration": 716, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-burgwedel.de/" } @@ -26208,7 +31212,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 588 + "value": 716 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -26274,6 +31283,12 @@ "url": "https://www.gruene-buxtehude.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26285,8 +31300,17 @@ "opengraph": null, "title": "GRÜNE Buxtehude: Herzlich Willkommen beim Ortsverband Buxtehude-Apensen" }, - "duration": 71, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-buxtehude.de/startseite/" } @@ -26325,7 +31349,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26336,7 +31365,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26391,6 +31420,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26402,8 +31437,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 103, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26440,9 +31484,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 103 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26453,7 +31502,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -26508,6 +31557,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26519,8 +31574,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 63, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26557,9 +31621,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26570,7 +31639,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26625,6 +31694,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26636,8 +31711,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 68, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26674,9 +31758,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26687,7 +31776,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26742,6 +31831,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26753,8 +31848,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26793,7 +31897,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26804,7 +31913,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26859,6 +31968,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26870,8 +31985,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 64, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26910,7 +32034,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26921,7 +32050,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26976,6 +32105,12 @@ "url": "https://www.gruene-cham.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26987,8 +32122,17 @@ "opengraph": null, "title": "Kreisverband Cham: Aktuelles" }, - "duration": 63, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cham.de/aktuelles/" } @@ -27027,7 +32171,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27038,7 +32187,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27093,6 +32242,12 @@ "url": "https://www.gruene-coburg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27106,6 +32261,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-coburg-land.de/startseite/" } @@ -27146,6 +32310,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -27155,7 +32324,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27210,6 +32379,12 @@ "url": "https://www.gruene-coburg.de/" } ], + "responsive": { + "min_width": 332, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27221,8 +32396,17 @@ "opengraph": null, "title": "Kreisverband Coburg-Stadt: Start" }, - "duration": 199, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 332, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-coburg.de/start/" } @@ -27260,7 +32444,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 199 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27271,7 +32460,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -27328,6 +32517,10 @@ "url": "https://www.gruene-cochemzell.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -27342,8 +32535,17 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 417, + "duration": 493, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-cochemzell.de/" }, @@ -27360,8 +32562,17 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 616, + "duration": 606, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-cochemzell.de/" } @@ -27400,7 +32611,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 516 + "value": 550 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -27459,7 +32675,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, @@ -27467,13 +32683,17 @@ }, { "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, "url": "https://www.gruene-coe.de/" } ], + "responsive": { + "min_width": 1214, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -27485,8 +32705,17 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 70, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1214, + "1920x1080": 1920, + "320x480": 1214, + "768x1024": 1214 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-coe.de/" }, @@ -27500,8 +32729,17 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 64, + "duration": 60, "error": null, + "responsive": { + "document_width": { + "1024x768": 1214, + "1920x1080": 1920, + "320x480": 1214, + "768x1024": 1214 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-coe.de/" } @@ -27541,7 +32779,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 62 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -27607,6 +32850,12 @@ "url": "https://www.gruene-cottbus.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27618,8 +32867,17 @@ "opengraph": null, "title": "KREISVERBAND COTTBUS: Home" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-cottbus.de/home/" } @@ -27658,7 +32916,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27669,7 +32932,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27715,7 +32978,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, @@ -27723,13 +32986,19 @@ }, { "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, "url": "https://www.gruene-cuxhaven.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27741,8 +33010,17 @@ "opengraph": null, "title": "Kreisverband Cuxhaven: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kv-cuxhaven.de/home/" } @@ -27781,7 +33059,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27792,7 +33075,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27841,7 +33124,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, @@ -27849,13 +33132,19 @@ }, { "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, "url": "https://www.gruene-dachau.de/" } ], + "responsive": { + "min_width": 393, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -27868,16 +33157,25 @@ "generator": null, "icon": "http://gruene-dachau.de/wp/wp-content/themes/1508053999-H8CBIu/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Grüne Dachau" }, - "duration": 694, + "duration": 968, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 393, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-dachau.de/" } @@ -27915,7 +33213,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 694 + "value": 968 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27926,7 +33229,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -27979,6 +33282,12 @@ "url": "https://www.gruene-dadi.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27988,15 +33297,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Kreisverband Darmstadt-Dieburg" }, - "duration": 266, + "duration": 250, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-dadi.de/" } @@ -28035,7 +33353,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 250 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28046,7 +33369,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -28101,6 +33424,12 @@ "url": "https://www.gruene-dahme-spreewald.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28112,8 +33441,17 @@ "opengraph": null, "title": "KV Dahme-Spreewald: Aktuelles" }, - "duration": 65, + "duration": 306, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dahme-spreewald.de/aktuelles/" } @@ -28150,9 +33488,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 306 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28163,7 +33506,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -28223,6 +33566,10 @@ "url": "https://www.gruene-dannstadt-schauernheim.de/" } ], + "responsive": { + "min_width": 1236, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -28234,8 +33581,17 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 55, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1236, + "1920x1080": 1920, + "320x480": 1236, + "768x1024": 1236 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dannstadt-schauernheim.de/" }, @@ -28249,8 +33605,17 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 58, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1236, + "1920x1080": 1920, + "320x480": 1236, + "768x1024": 1236 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dannstadt-schauernheim.de/" } @@ -28289,9 +33654,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 56 + "value": 120 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28302,7 +33672,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -28361,6 +33731,12 @@ "url": "https://www.gruene-darmstadt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -28372,8 +33748,17 @@ "opengraph": null, "title": "Grüne Darmstadt Startseite | gruene-darmstadt.de" }, - "duration": 292, + "duration": 55, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-darmstadt.de/" } @@ -28411,9 +33796,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 292 + "value": 55 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28424,7 +33814,7 @@ "value": true } }, - "score": 4.5 + "score": 6.0 }, { "details": { @@ -28489,6 +33879,12 @@ "url": "https://www.gruene-dessau.de/" } ], + "responsive": { + "min_width": 512, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -28502,16 +33898,25 @@ "generator": null, "icon": "http://www.gruene-dessau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "-" }, - "duration": 591, + "duration": 396, "error": null, + "responsive": { + "document_width": { + "1024x768": 1293, + "1920x1080": 1920, + "320x480": 512, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-dessau.de/" } @@ -28549,7 +33954,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 591 + "value": 396 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28615,6 +34025,12 @@ "url": "https://www.gruene-dgf-lan.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28626,8 +34042,17 @@ "opengraph": null, "title": "KV Dingolfing-Landau: Home" }, - "duration": 63, + "duration": 181, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-dgf-lan.de/home/" } @@ -28664,9 +34089,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 181 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28677,7 +34107,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -28732,6 +34162,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28743,8 +34179,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 269, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -28781,9 +34226,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 269 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28794,7 +34244,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -28849,6 +34299,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28860,8 +34316,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 80, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -28900,7 +34365,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 80 + "value": 69 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28966,6 +34436,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28979,6 +34455,15 @@ }, "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29019,6 +34504,11 @@ "type": "number", "value": 68 }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -29083,6 +34573,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29094,8 +34590,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29134,7 +34639,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29200,6 +34710,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29211,8 +34727,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 64, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29251,7 +34776,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 70 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29317,6 +34847,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29328,8 +34864,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29368,7 +34913,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29434,6 +34984,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29445,8 +35001,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 75, + "duration": 332, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29483,9 +35048,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 332 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29496,7 +35066,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -29554,6 +35124,12 @@ "url": "https://www.gruene-dillingen-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -29568,8 +35144,17 @@ "opengraph": null, "title": "Die Grünen in Dillingen - BÜNDNIS 90/DIE GRÜNEN Dillingen/Saar" }, - "duration": 370, + "duration": 349, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dillingen-saar.de/" } @@ -29606,7 +35191,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 370 + "value": 349 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -29617,7 +35207,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -29674,6 +35264,12 @@ "url": "https://www.gruene-dillingen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29685,8 +35281,17 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-dillingen.de/startseite/" }, @@ -29700,8 +35305,17 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 70, + "duration": 116, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dillingen.de/startseite/" } @@ -29741,7 +35355,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -29752,7 +35371,7 @@ "value": true } }, - "score": 5.0 + "score": 6.0 }, { "details": { @@ -29814,6 +35433,10 @@ "url": "https://www.gruene-dissen.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -29823,13 +35446,22 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 428, + "duration": 653, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dissen.de" }, @@ -29841,13 +35473,22 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 359, + "duration": 388, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dissen.de/" } @@ -29887,7 +35528,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 520 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29953,6 +35599,12 @@ "url": "https://www.gruene-dithmarschen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29964,8 +35616,17 @@ "opengraph": null, "title": "Kreisverband Dithmarschen: Startseite" }, - "duration": 66, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dithmarschen.de/startseite/" } @@ -30004,7 +35665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30015,7 +35681,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -30070,6 +35736,12 @@ "url": "https://www.gruene-donau-ries.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30081,8 +35753,17 @@ "opengraph": null, "title": "Die Grünen Donau-Ries: Grüne Donau-Ries" }, - "duration": 143, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-donau-ries.de/" } @@ -30120,7 +35801,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30131,7 +35817,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -30194,6 +35880,12 @@ "url": "https://www.gruene-dortmund.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30205,8 +35897,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 238, + "duration": 621, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-dortmund.de/" }, @@ -30220,8 +35921,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 512, + "duration": 450, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-dortmund.de/" } @@ -30261,7 +35971,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 536 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30272,7 +35987,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -30332,6 +36047,10 @@ "url": "https://www.gruene-dto.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -30343,8 +36062,17 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 58, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dto.de/" }, @@ -30358,8 +36086,17 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dto.de/" } @@ -30400,7 +36137,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 60 + "value": 63 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -30469,6 +36211,12 @@ "url": "https://www.gruene-dueren.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30481,16 +36229,25 @@ "generator": null, "icon": "https://gruene-dueren.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Düren" }, - "duration": 383, + "duration": 408, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dueren.de/" } @@ -30527,7 +36284,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 383 + "value": 408 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30538,7 +36300,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -30602,6 +36364,12 @@ "url": "https://www.gruene-duesseldorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30614,17 +36382,26 @@ "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:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Düsseldorf" }, - "duration": 66, + "duration": 244, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-duesseldorf.de/" } @@ -30660,9 +36437,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 244 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30673,7 +36455,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -30728,6 +36510,12 @@ "url": "https://www.gruene-duew.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -30739,8 +36527,17 @@ "opengraph": null, "title": "Grüner KV Bad Dürkheim: Startseite" }, - "duration": 72, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-duew.de/startseite/" } @@ -30777,9 +36574,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 217 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30790,7 +36592,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -30851,6 +36653,12 @@ "url": "https://www.gruene-ebe.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30862,8 +36670,17 @@ "opengraph": null, "title": "Die Grünen im Landkreis Ebersberg: Die Grünen im Landkreis Ebersberg" }, - "duration": 151, + "duration": 148, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ebersberg.de/" } @@ -30901,7 +36718,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 151 + "value": 148 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30912,7 +36734,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -30964,6 +36786,10 @@ "url": "https://gruene-edewecht.de/" } ], + "responsive": { + "min_width": 1113, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -30975,18 +36801,27 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-edewecht.de/wp-content/themes/gruene-edewecht/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Edewecht • BlickWechsel Infos über GRÜNE Politik in Edewecht" }, - "duration": 934, + "duration": 759, "error": null, + "responsive": { + "document_width": { + "1024x768": 1113, + "1920x1080": 1920, + "320x480": 1113, + "768x1024": 1113 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-edewecht.de/" } @@ -31024,7 +36859,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 934 + "value": 759 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31090,6 +36930,12 @@ "url": "https://www.gruene-eichstaett.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31101,8 +36947,17 @@ "opengraph": null, "title": "Kreisverband Eichstätt: Home" }, - "duration": 67, + "duration": 327, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-eichstaett.de/home/" } @@ -31139,9 +36994,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 327 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31152,7 +37012,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -31213,6 +37073,12 @@ "url": "https://www.gruene-eimsbuettel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31224,8 +37090,17 @@ "opengraph": null, "title": "GRÜNE Eimsbüttel: Home" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eimsbuettel.de/home/" } @@ -31264,7 +37139,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31275,7 +37155,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -31335,6 +37215,10 @@ "url": "https://www.gruene-eitorf.de/" } ], + "responsive": { + "min_width": 666, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -31346,8 +37230,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 49, + "duration": 77, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 666, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-eitorf.de/" }, @@ -31361,8 +37254,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 54, + "duration": 170, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 666, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-eitorf.de/" } @@ -31401,9 +37303,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 52 + "value": 124 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31414,7 +37321,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -31477,6 +37384,10 @@ "url": "https://www.gruene-elbe-weisseritz.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -31490,8 +37401,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Sächsische Schweiz - Osterzgebirge" }, - "duration": 218, + "duration": 219, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-elbe-weisseritz.de/startseite/" } @@ -31529,7 +37449,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 218 + "value": 219 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31595,6 +37520,12 @@ "url": "https://www.gruene-els.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31606,8 +37537,17 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 62, + "duration": 177, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-els.de/home/" } @@ -31644,9 +37584,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 177 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31657,7 +37602,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -31712,6 +37657,12 @@ "url": "https://www.gruene-els.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31723,8 +37674,17 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 73, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-els.de/home/" } @@ -31763,7 +37723,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31774,7 +37739,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -31832,6 +37797,12 @@ "url": "https://www.gruene-em.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -31844,17 +37815,26 @@ "generator": null, "icon": "https://gruene-em.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne im Kreis Emmendingen" }, - "duration": 176, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-em.de/" } @@ -31891,7 +37871,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 176 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31902,7 +37887,185 @@ "value": true } }, - "score": 8.5 + "score": 9.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-emden.de/", + "http://www.gruene-emden.de/" + ], + "cms": "joomla", + "feeds": [ + "http://gruene-emden.de/index.php?format=feed&type=rss", + "http://www.gruene-emden.de/index.php?format=feed&type=rss" + ], + "hostnames": { + "gruene-emden.de": { + "aliases": [], + "ip_addresses": [ + "109.237.140.52" + ], + "resolvable": true, + "resolved_hostname": "gruene-emden.de" + }, + "www.gruene-emden.de": { + "aliases": [], + "ip_addresses": [ + "109.237.140.52" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-emden.de" + } + }, + "icons": [ + "http://gruene-emden.de/templates/design_control/favicon.ico", + "http://www.gruene-emden.de/templates/design_control/favicon.ico" + ], + "ipv4_addresses": [ + "109.237.140.52" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": null, + "url": "http://gruene-emden.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "http://www.gruene-emden.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-emden.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'gruene-emden.de' doesn't match either of '*.alfahosting-server.de', 'alfahosting-server.de'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-emden.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='www.gruene-emden.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'www.gruene-emden.de' doesn't match either of '*.alfahosting-server.de', 'alfahosting-server.de'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://www.gruene-emden.de/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale=1.0" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [ + "http://gruene-emden.de/index.php?format=feed&type=rss", + "http://gruene-emden.de/index.php?format=feed&type=rss" + ], + "generator": "Joomla! - Open Source Content Management", + "icon": "http://gruene-emden.de/templates/design_control/favicon.ico", + "opengraph": null, + "title": "Start" + }, + "duration": 309, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale=1.0" + }, + "status_code": 200, + "url": "http://gruene-emden.de/" + }, + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [ + "http://www.gruene-emden.de/index.php?format=feed&type=rss", + "http://www.gruene-emden.de/index.php?format=feed&type=rss" + ], + "generator": "Joomla! - Open Source Content Management", + "icon": "http://www.gruene-emden.de/templates/design_control/favicon.ico", + "opengraph": null, + "title": "Start" + }, + "duration": 647, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale=1.0" + }, + "status_code": 200, + "url": "http://www.gruene-emden.de/" + } + ] + }, + "input_url": "http://www.gruene-emden.de/", + "meta": { + "city": null, + "district": "Emden/Ostfriesland", + "level": "DE:KREISVERBAND", + "state": "Niedersachsen" + }, + "result": { + "CANONICAL_URL": { + "score": 0, + "type": "boolean", + "value": false + }, + "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": 478 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 6.5 }, { "details": { @@ -31957,6 +38120,12 @@ "url": "https://www.gruene-en.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31968,8 +38137,17 @@ "opengraph": null, "title": "Kreisverband Ennepe-Ruhr: Home" }, - "duration": 193, + "duration": 231, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-en.de/home/" } @@ -32007,7 +38185,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 193 + "value": 231 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32018,7 +38201,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -32082,6 +38265,12 @@ "url": "https://www.gruene-eppelborn.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -32094,17 +38283,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 391, + "duration": 480, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -32142,7 +38340,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 391 + "value": 480 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32153,7 +38356,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -32208,6 +38411,12 @@ "url": "https://www.gruene-erding.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32219,8 +38428,17 @@ "opengraph": null, "title": "Kreisverband Erding: AKTUELLES" }, - "duration": 65, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-erding.de/home/" } @@ -32259,7 +38477,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32270,7 +38493,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -32325,6 +38548,12 @@ "url": "https://www.gruene-erlangen-land.de/" } ], + "responsive": { + "min_width": 514, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32336,8 +38565,17 @@ "opengraph": null, "title": "Erlangen-Land: Home" }, - "duration": 65, + "duration": 90, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 514, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-erlangen-land.de/home/" } @@ -32376,7 +38614,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 90 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -32442,6 +38685,12 @@ "url": "https://www.gruene-erlangen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32453,8 +38702,17 @@ "opengraph": null, "title": "Kreisverband Erlangen: Start" }, - "duration": 65, + "duration": 130, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-erlangen.de/start/" } @@ -32491,9 +38749,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 130 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32504,7 +38767,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -32567,6 +38830,10 @@ "url": "https://www.gruene-erzgebirge.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -32580,8 +38847,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN im Erzgebirge" }, - "duration": 225, + "duration": 231, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-erzgebirge.de/startseite/" } @@ -32619,7 +38895,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 231 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -32685,6 +38966,12 @@ "url": "https://www.gruene-es.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32696,8 +38983,17 @@ "opengraph": null, "title": "Kreisverband Esslingen: HOME" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-es.de/home/" } @@ -32736,7 +39032,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32747,7 +39048,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -32802,6 +39103,12 @@ "url": "https://www.gruene-ettlingen.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32813,8 +39120,17 @@ "opengraph": null, "title": "KV Ettlingen: Kreisverband" }, - "duration": 63, + "duration": 214, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ettlingen.de/kreisverband/" } @@ -32851,9 +39167,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 214 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32864,7 +39185,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -32926,6 +39247,12 @@ "url": "https://www.gruene-euskirchen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -32938,16 +39265,25 @@ "generator": null, "icon": "http://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 354, + "duration": 378, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-euskirchen.de/" }, @@ -32962,16 +39298,25 @@ "generator": null, "icon": "https://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 486, + "duration": 513, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-euskirchen.de/" } @@ -33009,7 +39354,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 420 + "value": 446 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33020,7 +39370,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -33075,6 +39425,12 @@ "url": "https://www.gruene-fichtelgebirge.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33086,8 +39442,17 @@ "opengraph": null, "title": "GRÜNE-FICHTELGEBIRGE : Home" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-fichtelgebirge.de/home/" } @@ -33126,7 +39491,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33137,7 +39507,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33192,6 +39562,12 @@ "url": "https://www.gruene-flensburg.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33203,8 +39579,17 @@ "opengraph": null, "title": "GRÜNE Flensburg: Home" }, - "duration": 87, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-flensburg.de/home/" } @@ -33243,7 +39628,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 87 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33254,7 +39644,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33309,6 +39699,12 @@ "url": "https://www.gruene-forchheim.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33320,8 +39716,17 @@ "opengraph": null, "title": "Kreisverband Forchheim: Startseite" }, - "duration": 62, + "duration": 317, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-forchheim.de/startseite/" } @@ -33358,9 +39763,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 317 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33371,7 +39781,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -33426,6 +39836,12 @@ "url": "https://www.gruene-frankfurt-oder.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33437,8 +39853,17 @@ "opengraph": null, "title": "Frankfurt (Oder): Start" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-frankfurt-oder.de/start/" } @@ -33477,7 +39902,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33488,7 +39918,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33534,6 +39964,12 @@ "url": "https://gruene-frankfurt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -33545,8 +39981,17 @@ "opengraph": null, "title": "Home" }, - "duration": 698, + "duration": 820, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 769 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://www.gruene-frankfurt.de/home/" }, @@ -33560,8 +40005,17 @@ "opengraph": null, "title": "Home" }, - "duration": 760, + "duration": 694, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 769 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "https://www.gruene-frankfurt.de/home/" } @@ -33600,7 +40054,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 729 + "value": 757 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33611,7 +40070,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -33665,6 +40124,10 @@ "url": "https://www.gruene-fredenbeck.de/" } ], + "responsive": { + "min_width": 1018, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -33676,8 +40139,17 @@ "opengraph": null, "title": "Startseite" }, - "duration": 135, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1018, + "768x1024": 1018 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-fredenbeck.de/" }, @@ -33691,8 +40163,17 @@ "opengraph": null, "title": "Startseite" }, - "duration": 145, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1018, + "768x1024": 1018 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-fredenbeck.de/" } @@ -33732,7 +40213,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 140 + "value": 135 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -33790,6 +40276,10 @@ "url": "https://gruene-freiburg.de/" } ], + "responsive": { + "min_width": 1006, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -33803,8 +40293,17 @@ "opengraph": null, "title": "Das Neueste" }, - "duration": 201, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1028, + "1920x1080": 1920, + "320x480": 1006, + "768x1024": 1006 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-freiburg.de/das-neueste.html" } @@ -33842,7 +40341,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 201 + "value": 232 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -33917,6 +40421,12 @@ "url": "https://www.gruene-freisen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -33929,17 +40439,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 380, + "duration": 404, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -33977,7 +40496,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 380 + "value": 404 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33988,7 +40512,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -34043,6 +40567,12 @@ "url": "https://www.gruene-freising.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34054,8 +40584,17 @@ "opengraph": null, "title": "Kreisverband Freising: Kreisverband" }, - "duration": 67, + "duration": 324, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-freising.de/kreisverband/" } @@ -34092,9 +40631,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 324 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34105,7 +40649,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -34158,6 +40702,12 @@ "url": "https://gruene-freudenstadt.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34170,16 +40720,25 @@ "generator": null, "icon": "http://gruene-freudenstadt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Freudenstadt" }, - "duration": 516, + "duration": 569, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-freudenstadt.de/" } @@ -34217,7 +40776,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 516 + "value": 569 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34228,7 +40792,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -34283,6 +40847,12 @@ "url": "https://www.gruene-frg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34294,8 +40864,17 @@ "opengraph": null, "title": "Freyung-Grafenau: AnsprechpartnerInnen" }, - "duration": 65, + "duration": 268, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-frg.de/ansprechpartnerinnen/" } @@ -34332,9 +40911,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 268 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34345,7 +40929,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -34391,7 +40975,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, @@ -34399,13 +40983,19 @@ }, { "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, "url": "https://www.gruene-fuerstenfeldbruck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34417,8 +41007,17 @@ "opengraph": null, "title": "KV Fürstenfeldbruck: Home" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreisverband-ffb.de/home/" } @@ -34457,7 +41056,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34468,7 +41072,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -34522,6 +41126,12 @@ "url": "https://gruene-fuerth-land.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34534,17 +41144,26 @@ "generator": null, "icon": "http://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 186, + "duration": 276, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-fuerth-land.de/" }, @@ -34559,17 +41178,26 @@ "generator": null, "icon": "https://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 256, + "duration": 318, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-fuerth-land.de/" } @@ -34607,7 +41235,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 297 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34618,7 +41251,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -34667,7 +41300,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, @@ -34675,13 +41308,19 @@ }, { "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, "url": "https://www.gruene-fuerth.de/" } ], + "responsive": { + "min_width": 509, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34694,16 +41333,26 @@ "generator": null, "icon": "http://www.gruene-fuerth.de/wp/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Fürth" }, - "duration": 245, + "duration": 252, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 509, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-fuerth.de/" } @@ -34741,7 +41390,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 245 + "value": 252 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -34807,6 +41461,12 @@ "url": "https://www.gruene-fulda.de/" } ], + "responsive": { + "min_width": 336, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34818,8 +41478,17 @@ "opengraph": null, "title": "Kreis FULDA: Home" }, - "duration": 64, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 336, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-fulda.de/home/" } @@ -34858,7 +41527,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34869,7 +41543,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -34877,7 +41551,9 @@ "http://gruene-gap.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-gap.de/index.php?id=204338&type=100" + ], "hostnames": { "gruene-gap.de": { "aliases": [], @@ -34924,19 +41600,36 @@ "url": "https://www.gruene-gap.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-gap.de/index.php?id=204338&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-gap.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "KV Garmisch-Partenkirchen: Startseite" }, - "duration": 66, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gap.de/startseite/" } @@ -34963,9 +41656,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -34975,7 +41667,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34986,7 +41683,7 @@ "value": true } }, - "score": 6.0 + "score": 8.0 }, { "details": { @@ -35039,6 +41736,12 @@ "url": "https://gruene-gehrden.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35051,17 +41754,26 @@ "generator": null, "icon": "http://www.gruene-gehrden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Gehrden" }, - "duration": 335, + "duration": 345, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gehrden.de/" } @@ -35099,7 +41811,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 335 + "value": 345 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35110,7 +41827,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35175,6 +41892,12 @@ "url": "https://www.gruene-gellersen.de/" } ], + "responsive": { + "min_width": 328, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35188,16 +41911,25 @@ "generator": null, "icon": "http://www.gruene-gellersen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Gellersen" }, - "duration": 930, + "duration": 688, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 328, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gellersen.de/" } @@ -35235,7 +41967,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 930 + "value": 688 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35246,7 +41983,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35311,6 +42048,12 @@ "url": "https://www.gruene-gelsenkirchen.de/" } ], + "responsive": { + "min_width": 410, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35324,18 +42067,27 @@ "generator": null, "icon": "http://www.gruene-gelsenkirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "GRÜNE Gelsenkirchen" }, - "duration": 989, + "duration": 844, "error": null, + "responsive": { + "document_width": { + "1024x768": 1094, + "1920x1080": 1920, + "320x480": 410, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gelsenkirchen.de/" } @@ -35373,7 +42125,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 989 + "value": 844 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35384,7 +42141,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35445,6 +42202,10 @@ "url": "https://www.gruene-georgsmarienhuette.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -35454,13 +42215,22 @@ "generator": null, "icon": "http://www.gruene-georgsmarienhuette.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Georgmarienhütte ::\tWir machen das klar." }, - "duration": 403, + "duration": 535, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-georgsmarienhuette.de/" } @@ -35499,7 +42269,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 403 + "value": 535 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -35563,6 +42338,10 @@ "url": "https://www.gruene-giessen.de/" } ], + "responsive": { + "min_width": 336, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -35574,8 +42353,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen – Gießen" }, - "duration": 143, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 336, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-giessen.de/" } @@ -35614,7 +42402,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 142 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -35683,6 +42476,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35695,18 +42494,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 917, + "duration": 449, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -35743,7 +42551,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 917 + "value": 449 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35754,7 +42567,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -35809,6 +42622,12 @@ "url": "https://www.gruene-gleichen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -35820,8 +42639,17 @@ "opengraph": null, "title": "Gemeindeverband Gleichen: Home" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-gleichen.de/home/" } @@ -35860,7 +42688,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35871,7 +42704,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -35920,6 +42753,12 @@ "url": "https://gruene-goeppingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -35931,8 +42770,17 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 557, + "duration": 678, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goeppingen.de/bundestagswahl-2017/" }, @@ -35946,8 +42794,17 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 646, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-goeppingen.de/bundestagswahl-2017/" } @@ -35986,7 +42843,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 367 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35997,7 +42859,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -36060,6 +42922,10 @@ "url": "https://www.gruene-goerlitz.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -36073,8 +42939,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Görlitz" }, - "duration": 213, + "duration": 453, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-goerlitz.de/startseite/" } @@ -36112,7 +42987,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 213 + "value": 453 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -36178,6 +43058,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36191,6 +43077,15 @@ }, "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36231,6 +43126,11 @@ "type": "number", "value": 67 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -36240,7 +43140,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36295,6 +43195,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36306,8 +43212,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 62, + "duration": 249, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36344,9 +43259,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 249 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36357,7 +43277,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -36412,6 +43332,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36423,8 +43349,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 68, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36463,7 +43398,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36474,7 +43414,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36529,6 +43469,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36540,8 +43486,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36580,7 +43535,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36591,7 +43551,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36646,6 +43606,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36657,8 +43623,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 70, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36697,7 +43672,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36708,7 +43688,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36763,6 +43743,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36774,8 +43760,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36814,7 +43809,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36825,7 +43825,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36880,6 +43880,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36891,8 +43897,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 66, + "duration": 280, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36929,9 +43944,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 280 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36942,7 +43962,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -36997,6 +44017,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37008,8 +44034,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 67, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -37048,7 +44083,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37059,7 +44099,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -37114,6 +44154,12 @@ "url": "https://www.gruene-goslar.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37125,8 +44171,17 @@ "opengraph": null, "title": "Kreisverband Goslar: Home" }, - "duration": 66, + "duration": 586, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goslar.de/home/" } @@ -37163,9 +44218,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 586 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37176,7 +44236,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37231,6 +44291,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37242,8 +44308,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 64, + "duration": 427, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37280,9 +44355,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 427 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37293,7 +44373,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37348,6 +44428,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37359,8 +44445,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 66, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37397,9 +44492,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 179 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37410,7 +44510,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37465,6 +44565,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37476,8 +44582,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37516,7 +44631,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37527,7 +44647,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -37580,6 +44700,12 @@ "url": "https://gruene-guenzburg.de/" } ], + "responsive": { + "min_width": 393, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -37592,16 +44718,25 @@ "generator": null, "icon": "http://gruene-guenzburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Günzburg" }, - "duration": 253, + "duration": 260, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 393, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-guenzburg.de/" } @@ -37639,7 +44774,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 253 + "value": 260 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37650,7 +44790,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -37716,6 +44856,12 @@ "url": "https://www.gruene-hagen-cux.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -37730,8 +44876,17 @@ "opengraph": null, "title": "Home" }, - "duration": 255, + "duration": 278, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-hagen-cux.de/" }, @@ -37748,8 +44903,17 @@ "opengraph": null, "title": "Home" }, - "duration": 252, + "duration": 402, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-hagen-cux.de/" } @@ -37788,7 +44952,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 254 + "value": 340 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -37859,6 +45028,12 @@ "url": "https://www.gruene-hagen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37870,8 +45045,17 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 81, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hagen.de/" }, @@ -37885,8 +45069,17 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 74, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hagen.de/" } @@ -37927,7 +45120,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 78 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37938,7 +45136,7 @@ "value": true } }, - "score": 4.0 + "score": 5.0 }, { "details": { @@ -37992,6 +45190,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38005,17 +45209,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 238, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38053,7 +45266,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 487 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38118,6 +45336,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38131,17 +45355,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 266, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38179,7 +45412,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 266 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38244,6 +45482,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38257,17 +45501,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 219, + "duration": 256, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38305,7 +45558,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 219 + "value": 256 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38381,6 +45639,12 @@ "url": "https://www.gruene-hamm.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38394,17 +45658,26 @@ "generator": null, "icon": "http://www.gruene-hamm.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Hamm/Westf." }, - "duration": 483, + "duration": 467, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hamm.de/" } @@ -38442,7 +45715,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 483 + "value": 467 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38453,7 +45731,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -38514,6 +45792,12 @@ "url": "https://www.gruene-hannover.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -38525,8 +45809,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 127, + "duration": 164, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-hannover.de/" }, @@ -38540,8 +45833,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 133, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hannover.de/" }, @@ -38555,8 +45857,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 206, + "duration": 227, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-hannover.de/" }, @@ -38570,8 +45881,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 214, + "duration": 512, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hannover.de/" } @@ -38610,7 +45930,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 170 + "value": 258 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38621,7 +45946,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -38679,6 +46004,12 @@ "url": "https://www.gruene-harburg.de/" } ], + "responsive": { + "min_width": 493, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38691,16 +46022,25 @@ "generator": null, "icon": "https://gruene-harburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen" }, - "duration": 585, + "duration": 192, "error": null, + "responsive": { + "document_width": { + "1024x768": 1213, + "1920x1080": 1920, + "320x480": 493, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-harburg.de/" } @@ -38737,7 +46077,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 585 + "value": 192 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38748,7 +46093,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -38798,6 +46143,10 @@ "url": "https://gruene-hardt.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -38809,8 +46158,17 @@ "opengraph": null, "title": "Grüne im Rhein-Neckar Kreis - Der Kreisverband Hardt" }, - "duration": 74, + "duration": 307, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-hardt.de/index.php?id=50" } @@ -38847,9 +46205,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 74 + "value": 307 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38860,7 +46223,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -38906,7 +46269,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, @@ -38914,13 +46277,19 @@ }, { "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, "url": "https://www.gruene-harpstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -38932,8 +46301,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: OV Harpstedt" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/ov-harpstedt/" } @@ -38972,7 +46350,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38983,7 +46366,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39033,6 +46416,12 @@ "url": "https://gruene-harsefeld.de/" } ], + "responsive": { + "min_width": 374, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -39045,17 +46434,26 @@ "generator": null, "icon": "https://gruene-harsefeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Harsefeld - Politik für Umwelt, Mensch und TierGrüne Harsefeld" }, - "duration": 54, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 374, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-harsefeld.de/" } @@ -39092,7 +46490,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 54 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39103,7 +46506,7 @@ "value": true } }, - "score": 9.0 + "score": 10.0 }, { "details": { @@ -39158,6 +46561,12 @@ "url": "https://www.gruene-harz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39169,8 +46578,17 @@ "opengraph": null, "title": "Grüne im Landkreis Harz: Willkommen" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-harz.de/willkommen/" } @@ -39209,7 +46627,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39220,7 +46643,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39275,6 +46698,12 @@ "url": "https://www.gruene-hassberge.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39286,8 +46715,17 @@ "opengraph": null, "title": "Kreisverband Haßberge: Home" }, - "duration": 64, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hassberge.de/home/" } @@ -39326,7 +46764,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39337,7 +46780,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39392,6 +46835,12 @@ "url": "https://www.gruene-havelland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39403,8 +46852,17 @@ "opengraph": null, "title": "Kreisverband Havelland: Startseite" }, - "duration": 64, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-havelland.de/startseite/" } @@ -39441,9 +46899,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 171 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39454,7 +46917,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -39509,6 +46972,12 @@ "url": "https://www.gruene-heidekreis.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39520,8 +46989,17 @@ "opengraph": null, "title": "Kreisverband Heidekreis: Home" }, - "duration": 63, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-heidekreis.de/home/" } @@ -39558,9 +47036,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 313 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39571,7 +47054,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -39622,6 +47105,12 @@ "url": "https://gruene-heidelberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" + ] + }, "urlchecks": [ { "content": { @@ -39637,8 +47126,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Heidelberg" }, - "duration": 180, + "duration": 362, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" + }, "status_code": 200, "url": "https://www.gruene-heidelberg.de/" } @@ -39675,7 +47173,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 180 + "value": 362 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39686,7 +47189,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -39745,11 +47248,17 @@ "url": "https://www.gruene-heidenheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { "canonical_link": "https://gruene-heidenheim.de/", - "encoding": "ISO-8859-1", + "encoding": "UTF-8", "feeds": [ "https://gruene-heidenheim.de/feed/", "https://gruene-heidenheim.de/comments/feed/", @@ -39758,16 +47267,25 @@ "generator": null, "icon": "https://gruene-heidenheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], - "title": "Grüne Heidenheim" + "title": "Grüne Heidenheim" }, - "duration": 184, + "duration": 457, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-heidenheim.de/" } @@ -39804,7 +47322,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 457 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39815,7 +47338,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -39862,6 +47385,12 @@ "url": "https://gruene-heilbronn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39873,8 +47402,17 @@ "opengraph": null, "title": "Grüne Heilbronn: Kreisverband Heilbronn" }, - "duration": 740, + "duration": 748, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-heilbronn.de/" } @@ -39912,7 +47450,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 740 + "value": 748 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39923,7 +47466,144 @@ "value": true } }, - "score": 7.5 + "score": 8.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-helmstedt.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-helmstedt.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-helmstedt.de" + }, + "www.gruene-helmstedt.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-helmstedt.de" + } + }, + "icons": [ + "http://www.gruene-helmstedt.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "http://gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "http://www.gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "https://gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "https://www.gruene-helmstedt.de/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-helmstedt.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Helmstedt: Home" + }, + "duration": 65, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-helmstedt.de/home/" + } + ] + }, + "input_url": "http://www.gruene-helmstedt.de/home/", + "meta": { + "city": null, + "district": "Helmstedt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -39979,6 +47659,10 @@ "url": "https://www.gruene-hemmoor.de/" } ], + "responsive": { + "min_width": 771, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -39990,8 +47674,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 63, + "duration": 74, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-hemmoor.de/" }, @@ -40005,8 +47698,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 64, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hemmoor.de/" }, @@ -40020,8 +47722,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 145, + "duration": 263, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-hemmoor.de/" }, @@ -40035,8 +47746,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 141, + "duration": 148, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-hemmoor.de/" } @@ -40076,7 +47796,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 103 + "value": 189 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -40150,6 +47875,12 @@ "url": "https://www.gruene-herne.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "user-scalable=no, width=640" + ] + }, "urlchecks": [ { "content": { @@ -40163,6 +47894,15 @@ }, "duration": 722, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no, width=640" + }, "status_code": 200, "url": "http://gruene-herne.de/" }, @@ -40176,8 +47916,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 750, + "duration": 893, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no, width=640" + }, "status_code": 200, "url": "http://www.gruene-herne.de/" } @@ -40217,7 +47966,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 736 + "value": 808 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40228,7 +47982,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -40283,6 +48037,12 @@ "url": "https://www.gruene-hersfeld-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40294,8 +48054,17 @@ "opengraph": null, "title": "KV Hersfeld-Rotenburg: Home" }, - "duration": 89, + "duration": 295, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hersfeld-rotenburg.de/home/" } @@ -40332,9 +48101,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 295 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40345,7 +48119,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40406,6 +48180,12 @@ "url": "https://www.gruene-hessen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40421,18 +48201,27 @@ "generator": null, "icon": "http://www.gruene-hessen.de/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen in Hessen" }, - "duration": 724, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hessen.de/" } @@ -40467,9 +48256,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 724 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40480,7 +48274,7 @@ "value": true } }, - "score": 8.5 + "score": 10.0 }, { "details": { @@ -40535,6 +48329,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40546,8 +48346,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40586,7 +48395,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40597,7 +48411,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -40652,6 +48466,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40663,8 +48483,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 66, + "duration": 286, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40701,9 +48530,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 286 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40714,7 +48548,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40769,6 +48603,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40780,8 +48620,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 64, + "duration": 109, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40818,9 +48667,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 109 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40831,7 +48685,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40893,6 +48747,10 @@ "url": "https://www.gruene-hilter.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -40902,13 +48760,22 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 435, + "duration": 505, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hilter.de" }, @@ -40920,13 +48787,22 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 357, + "duration": 592, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hilter.de/" } @@ -40966,7 +48842,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 396 + "value": 548 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41032,6 +48913,12 @@ "url": "https://www.gruene-hochtaunus.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41043,8 +48930,17 @@ "opengraph": null, "title": "B90/GRÜNE KV Hochtaunus: Startseite" }, - "duration": 70, + "duration": 187, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hochtaunus.de/startseite/" } @@ -41081,9 +48977,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 187 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41094,7 +48995,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -41149,6 +49050,12 @@ "url": "https://www.gruene-hoexter.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41160,8 +49067,17 @@ "opengraph": null, "title": "DIE GRÜNEN IM KREIS HÖXTER: Start" }, - "duration": 64, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hoexter.de/start/" } @@ -41200,7 +49116,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41211,7 +49132,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41266,6 +49187,12 @@ "url": "https://www.gruene-hof.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41277,8 +49204,17 @@ "opengraph": null, "title": "Kreisverband Hof: Willkommen bei den Hofer Grünen - Wir freuen uns auf Euch..." }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hof.de/home/" } @@ -41317,7 +49253,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41328,7 +49269,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41383,6 +49324,12 @@ "url": "https://www.gruene-hohenlohe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41394,8 +49341,17 @@ "opengraph": null, "title": "GRÜNE Hohenlohe: Startseite" }, - "duration": 65, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hohenlohe.de/startseite/" } @@ -41434,7 +49390,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41445,7 +49406,144 @@ "value": true } }, - "score": 6.0 + "score": 7.0 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-holzminden.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-holzminden.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-holzminden.de" + }, + "www.gruene-holzminden.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-holzminden.de" + } + }, + "icons": [ + "http://www.gruene-holzminden.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "http://gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "http://www.gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "https://gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "https://www.gruene-holzminden.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-holzminden.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Holzminden: Home" + }, + "duration": 64, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-holzminden.de/home/" + } + ] + }, + "input_url": "http://www.gruene-holzminden.de/home/", + "meta": { + "city": null, + "district": "Holzminden", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -41500,6 +49598,12 @@ "url": "https://www.gruene-hoya.de/" } ], + "responsive": { + "min_width": 515, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41511,8 +49615,17 @@ "opengraph": null, "title": "Grüne Hoya: Home" }, - "duration": 67, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 515, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hoya.de/home/" } @@ -41551,7 +49664,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 65 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41611,7 +49729,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, @@ -41619,13 +49737,19 @@ }, { "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, "url": "https://www.gruene-hsk.de/" } ], + "responsive": { + "min_width": 559, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -41638,17 +49762,26 @@ "generator": null, "icon": "http://www.gruene-hsk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "grüne Politik im Hochsauerlandkreis › Grüne Hochsauerlandkreis" }, - "duration": 545, + "duration": 745, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 559, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hsk.de/" } @@ -41686,7 +49819,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 545 + "value": 745 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41752,6 +49890,12 @@ "url": "https://www.gruene-ilmkreis.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41763,8 +49907,17 @@ "opengraph": null, "title": "Kreisverband Ilmkreis: Home" }, - "duration": 64, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ilmkreis.de/home/" } @@ -41803,7 +49956,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41814,7 +49972,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41878,6 +50036,12 @@ "url": "https://www.gruene-in-halle.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -41890,16 +50054,25 @@ "generator": null, "icon": "http://www.gruene-in-halle.de/inhalte/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 10, + "duration": 306, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-in-halle.de/" } @@ -41935,9 +50108,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 10 + "value": 306 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41948,7 +50126,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -42009,6 +50187,12 @@ "url": "https://www.gruene-ingolstadt.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42020,8 +50204,17 @@ "opengraph": null, "title": "Grüner Kreisverband Ingolstadt: Startseite" }, - "duration": 64, + "duration": 296, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://ingolstadt-gruene.de/startseite/" } @@ -42058,9 +50251,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 296 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42071,7 +50269,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -42135,6 +50333,12 @@ "url": "https://www.gruene-jesteburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42147,16 +50351,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüner Ortsverband Samtgemeinde Jesteburg" }, - "duration": 419, + "duration": 440, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-jesteburg.de/" } @@ -42194,7 +50407,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 419 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42205,7 +50423,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -42260,6 +50478,12 @@ "url": "https://www.gruene-karlsruhe-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42271,8 +50495,17 @@ "opengraph": null, "title": "KV Karlsruhe-Land: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-karlsruhe-land.de/home/" } @@ -42311,7 +50544,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42322,7 +50560,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42385,6 +50623,12 @@ "url": "https://www.gruene-karlsruhe.de/" } ], + "responsive": { + "min_width": 846, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42396,18 +50640,27 @@ "generator": null, "icon": "http://gruenekarlsruhe.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne KarlsruheGrüne Karlsruhe" }, - "duration": 674, + "duration": 668, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 846, + "768x1024": 846 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruenekarlsruhe.de/" } @@ -42445,7 +50698,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 674 + "value": 668 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -42511,6 +50769,12 @@ "url": "https://www.gruene-keh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42522,8 +50786,17 @@ "opengraph": null, "title": "KV Kelheim: Startseite" }, - "duration": 61, + "duration": 99, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-keh.de/startseite/" } @@ -42562,7 +50835,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 61 + "value": 99 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42573,7 +50851,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42628,6 +50906,12 @@ "url": "https://www.gruene-kempten.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42639,8 +50923,17 @@ "opengraph": null, "title": "Kreisverband Kempten: Home" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kempten.de/home/" } @@ -42679,7 +50972,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42690,7 +50988,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42748,6 +51046,12 @@ "url": "https://www.gruene-kg.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42759,8 +51063,17 @@ "opengraph": null, "title": "BÜNDIS 90/DIE GRÜNEN Bad Kissingen: Die Grünen in Landkreis Bad Kissingen" }, - "duration": 190, + "duration": 183, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-kg.de/" } @@ -42798,7 +51111,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 190 + "value": 183 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42809,7 +51127,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -42864,6 +51182,12 @@ "url": "https://www.gruene-kiel.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42875,8 +51199,17 @@ "opengraph": null, "title": "Am 6. Mai GRÜN wählen!: Home" }, - "duration": 64, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kiel.de/home/" } @@ -42915,7 +51248,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42926,7 +51264,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42986,6 +51324,10 @@ "url": "https://www.gruene-kirkel.de/" } ], + "responsive": { + "min_width": 1296, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -42997,8 +51339,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 68, + "duration": 52, "error": null, + "responsive": { + "document_width": { + "1024x768": 1296, + "1920x1080": 1920, + "320x480": 1296, + "768x1024": 1296 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-kirkel.de/" }, @@ -43012,8 +51363,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 59, + "duration": 52, "error": null, + "responsive": { + "document_width": { + "1024x768": 1296, + "1920x1080": 1920, + "320x480": 1296, + "768x1024": 1296 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-kirkel.de/" } @@ -43054,7 +51414,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 52 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -43120,6 +51485,12 @@ "url": "https://www.gruene-kitzingen.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43131,8 +51502,17 @@ "opengraph": null, "title": "KV Kitzingen: Home" }, - "duration": 71, + "duration": 85, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kitzingen.de/home/" } @@ -43171,7 +51551,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 85 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43182,7 +51567,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -43247,6 +51632,12 @@ "url": "https://www.gruene-koenigswinter.de/" } ], + "responsive": { + "min_width": 385, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -43260,16 +51651,25 @@ "generator": null, "icon": "http://www.gruene-koenigswinter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Königswinter" }, - "duration": 872, + "duration": 858, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 385, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-koenigswinter.de/" } @@ -43307,7 +51707,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 872 + "value": 858 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43318,7 +51723,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -43373,6 +51778,12 @@ "url": "https://www.gruene-konstanz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43384,8 +51795,17 @@ "opengraph": null, "title": "Kreisverband Konstanz: Startseite" }, - "duration": 71, + "duration": 168, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-konstanz.de/startseite/" } @@ -43422,9 +51842,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 168 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43435,7 +51860,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -43485,6 +51910,10 @@ "url": "https://gruene-krefeld.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -43496,8 +51925,17 @@ "opengraph": null, "title": "Grüne Krefeld: Start" }, - "duration": 144, + "duration": 446, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-krefeld.de/index.php?id=106" } @@ -43536,7 +51974,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 144 + "value": 446 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -43594,6 +52037,12 @@ "url": "https://gruene-kreis-calw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43605,8 +52054,17 @@ "opengraph": null, "title": "Grüne Calw: Aktuelles" }, - "duration": 638, + "duration": 720, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-kreis-calw.de/aktuelles/" } @@ -43644,7 +52102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 638 + "value": 720 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43655,7 +52118,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -43710,6 +52173,12 @@ "url": "https://www.gruene-kreis-harburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43721,8 +52190,17 @@ "opengraph": null, "title": "Landkreis Harburg: Herzlich willkommen im Kreisverband Harburg-Land" }, - "duration": 64, + "duration": 283, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreis-harburg.de/aktuell/" } @@ -43759,9 +52237,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 283 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43772,7 +52255,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -43827,6 +52310,12 @@ "url": "https://www.gruene-kreis-herford.de/" } ], + "responsive": { + "min_width": 334, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43838,8 +52327,17 @@ "opengraph": null, "title": "GRÜNE im Kreis Herford: Home" }, - "duration": 63, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 334, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-herford.de/home/" } @@ -43878,7 +52376,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43889,7 +52392,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -43948,6 +52451,12 @@ "url": "https://www.gruene-kreis-kleve.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -43961,17 +52470,26 @@ "generator": null, "icon": "https://gruene-kreis-kleve.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Kleve" }, - "duration": 390, + "duration": 472, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kreis-kleve.de/" } @@ -44008,7 +52526,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 390 + "value": 472 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44019,7 +52542,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -44083,6 +52606,12 @@ "url": "https://www.gruene-kreis-mettmann.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44095,16 +52624,25 @@ "generator": null, "icon": "http://www.gruener-kreisverband-mettmann.de/wp-content/themes/1508172033-7obdov/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die GRÜNEN im Kreis Mettmann" }, - "duration": 107, + "duration": 61, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruener-kreisverband-mettmann.de/" } @@ -44140,9 +52678,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 107 + "value": 61 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44153,7 +52696,7 @@ "value": true } }, - "score": 6.5 + "score": 8.0 }, { "details": { @@ -44208,6 +52751,12 @@ "url": "https://www.gruene-kreis-steinfurt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44219,8 +52768,17 @@ "opengraph": null, "title": "Kreisverband Steinfurt: News" }, - "duration": 65, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreis-steinfurt.de/news/" } @@ -44259,7 +52817,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44270,7 +52833,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44334,6 +52897,12 @@ "url": "https://www.gruene-kreis-unna.de/" } ], + "responsive": { + "min_width": 627, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44346,20 +52915,29 @@ "generator": null, "icon": "http://gruene-kreis-unna.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "B90 / Die Grünen Kreisverband Unna" }, - "duration": 288, + "duration": 719, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 627, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kreis-unna.de/" } @@ -44397,7 +52975,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 288 + "value": 719 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -44457,7 +53040,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, @@ -44465,13 +53048,19 @@ }, { "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, "url": "https://www.gruene-kreis-viersen.de/" } ], + "responsive": { + "min_width": 329, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44484,20 +53073,29 @@ "generator": "Give v1.8.12", "icon": "http://www.gruene-kreis-viersen.de/wp-content/themes/Joseph-knows-best-master/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Start - Grüne Kreis ViersenGrüne Kreis Viersen" }, - "duration": 596, + "duration": 623, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 329, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-kreis-viersen.de/" } @@ -44535,7 +53133,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 596 + "value": 623 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44546,7 +53149,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -44601,6 +53204,12 @@ "url": "https://www.gruene-kreis-wesel.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44612,8 +53221,17 @@ "opengraph": null, "title": "Kreis Wesel: Startseite" }, - "duration": 85, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-wesel.de/startseite/" } @@ -44652,7 +53270,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44663,7 +53286,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44727,6 +53350,12 @@ "url": "https://www.gruene-kreisgt.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44739,17 +53368,26 @@ "generator": null, "icon": "http://gruene-kreisgt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": null }, - "duration": 71, + "duration": 312, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kreisgt.de/" } @@ -44785,9 +53423,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 312 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44798,7 +53441,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -44853,6 +53496,12 @@ "url": "https://www.gruene-kreisrheinberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44864,8 +53513,17 @@ "opengraph": null, "title": "Kreisverband Rhein-Berg: Home" }, - "duration": 63, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreisrheinberg.de/home/" } @@ -44904,7 +53562,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44915,7 +53578,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44961,6 +53624,10 @@ "url": "https://gruene-kronach.de/" } ], + "responsive": { + "min_width": 958, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -44972,8 +53639,17 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 87, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 958, + "768x1024": 958 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-kronach.de/" }, @@ -44987,8 +53663,17 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 164, + "duration": 221, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 958, + "768x1024": 958 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-kronach.de/" } @@ -45027,7 +53712,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 162 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -45093,6 +53783,12 @@ "url": "https://www.gruene-kulmbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45104,8 +53800,17 @@ "opengraph": null, "title": "Kreisverband Kulmbach: Home" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kulmbach.de/home/" } @@ -45144,7 +53849,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45155,7 +53865,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45210,6 +53920,12 @@ "url": "https://www.gruene-kv-heinsberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45221,8 +53937,17 @@ "opengraph": null, "title": "Im Kreis Heinsberg: Startseite" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-heinsberg.de/startseite/" } @@ -45261,7 +53986,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45272,7 +54002,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45327,6 +54057,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45340,6 +54076,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45380,6 +54125,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45389,7 +54139,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45444,6 +54194,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45457,6 +54213,15 @@ }, "duration": 77, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45497,6 +54262,11 @@ "type": "number", "value": 77 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45506,7 +54276,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45561,6 +54331,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45572,8 +54348,17 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 64, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45612,7 +54397,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45623,7 +54413,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45678,6 +54468,12 @@ "url": "https://www.gruene-kv-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45689,8 +54485,17 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 65, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" } @@ -45729,7 +54534,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45740,7 +54550,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45798,6 +54608,12 @@ "url": "https://www.gruene-kvwuppertal.de/" } ], + "responsive": { + "min_width": 365, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -45810,17 +54626,26 @@ "generator": null, "icon": "https://www.gruene-kvwuppertal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen - KV WuppertalKV Wuppertal" }, - "duration": 729, + "duration": 119, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 365, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-kvwuppertal.de/" } @@ -45857,7 +54682,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 729 + "value": 119 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45868,7 +54698,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -45923,6 +54753,12 @@ "url": "https://www.gruene-kyffhaeuserkreis.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45936,6 +54772,15 @@ }, "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kyffhaeuserkreis.de/home/" } @@ -45976,6 +54821,11 @@ "type": "number", "value": 70 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45985,7 +54835,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46046,6 +54896,12 @@ "url": "https://www.gruene-la.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46057,8 +54913,17 @@ "opengraph": null, "title": "KV Landshut - Stadt: Willkommen bei den Landshuter Grünen" }, - "duration": 62, + "duration": 84, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" } @@ -46097,7 +54962,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 84 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46108,7 +54978,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46163,6 +55033,12 @@ "url": "https://www.gruene-lahn-dill.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46174,8 +55050,17 @@ "opengraph": null, "title": "Kreisverband Lahn-Dill: Home" }, - "duration": 62, + "duration": 262, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lahn-dill.de/home/" } @@ -46212,9 +55097,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 262 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46225,7 +55115,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -46233,7 +55123,9 @@ "https://gruene-lambsheim.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "https://gruene-lambsheim.de/index.php?id=4345&type=100" + ], "hostnames": { "gruene-lambsheim.de": { "aliases": [], @@ -46280,19 +55172,36 @@ "url": "https://www.gruene-lambsheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "https://gruene-lambsheim.de/index.php?id=4345&type=100" + ], "generator": "TYPO3 CMS", "icon": "https://gruene-lambsheim.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Ortsverband Lambsheim: Startseite" }, - "duration": 198, + "duration": 278, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-lambsheim.de/startseite/" } @@ -46319,9 +55228,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 2, @@ -46330,7 +55238,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 198 + "value": 278 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46341,7 +55254,7 @@ "value": true } }, - "score": 7.5 + "score": 9.5 }, { "details": { @@ -46402,6 +55315,12 @@ "url": "https://www.gruene-landau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" + ] + }, "urlchecks": [ { "content": { @@ -46413,8 +55332,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Startseite" }, - "duration": 508, + "duration": 629, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" + }, "status_code": 200, "url": "http://www.gruene-landau.de/" } @@ -46453,7 +55381,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 629 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46464,7 +55397,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -46528,6 +55461,12 @@ "url": "https://www.gruene-landkreis-kassel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -46540,16 +55479,25 @@ "generator": null, "icon": "http://www.gruene-landkreis-kassel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "gruene-landkreis-kassel.de" }, - "duration": 120, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-landkreis-kassel.de/" } @@ -46587,7 +55535,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 120 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46598,7 +55551,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -46661,6 +55614,10 @@ "url": "https://www.gruene-landkreis-leipzig.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -46674,8 +55631,17 @@ "opengraph": null, "title": "Startseite - Kreisverband Landkreis Leipzig" }, - "duration": 214, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-landkreis-leipzig.de/startseite/" } @@ -46713,7 +55679,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 214 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -46779,6 +55750,12 @@ "url": "https://www.gruene-landkreis-rostock.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46790,8 +55767,17 @@ "opengraph": null, "title": "Landkreis Rostock: Startseite" }, - "duration": 64, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-landkreis-rostock.de/startseite/" } @@ -46830,7 +55816,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46841,7 +55832,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46889,7 +55880,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, @@ -46897,13 +55888,17 @@ }, { "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, "url": "https://www.gruene-landsberg.de/" } ], + "responsive": { + "min_width": 976, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -46915,8 +55910,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 188, + "duration": 623, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 976, + "768x1024": 976 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-landsberg.de/" }, @@ -46930,8 +55934,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 759, + "duration": 361, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 976, + "768x1024": 976 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-landsberg.de/" } @@ -46971,7 +55984,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 474 + "value": 492 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -47037,6 +56055,12 @@ "url": "https://www.gruene-landshut.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47048,8 +56072,17 @@ "opengraph": null, "title": "Landkreis Landshut: Home" }, - "duration": 67, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-landshut.de/home/" } @@ -47088,7 +56121,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47099,7 +56137,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47154,6 +56192,12 @@ "url": "https://www.gruene-langenhagen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47165,8 +56209,17 @@ "opengraph": null, "title": "Grüne Langenhagen: Home" }, - "duration": 65, + "duration": 197, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-langenhagen.de/home/" } @@ -47203,9 +56256,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 197 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47216,7 +56274,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -47271,6 +56329,12 @@ "url": "https://www.gruene-lehrte.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47282,8 +56346,17 @@ "opengraph": null, "title": "Grüne Lehrte: Home" }, - "duration": 64, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lehrte.de/home/" } @@ -47322,7 +56395,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47333,7 +56411,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47388,6 +56466,12 @@ "url": "https://www.gruene-lichtenfels.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47399,8 +56483,17 @@ "opengraph": null, "title": "Kreisverband Lichtenfels: Home" }, - "duration": 75, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lichtenfels.de/home/" } @@ -47437,9 +56530,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 237 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47450,7 +56548,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -47500,6 +56598,12 @@ "url": "https://gruene-lindau.eu/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47512,19 +56616,28 @@ "generator": null, "icon": "https://gruene.li/wp-content/uploads/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Lindau - Bündnis 90 / DIE GRÜNEN" }, - "duration": 272, + "duration": 606, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + }, "status_code": 200, "url": "https://gruene.li" } @@ -47561,7 +56674,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 272 + "value": 606 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47572,7 +56690,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -47633,6 +56751,12 @@ "url": "https://www.gruene-lippe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47644,8 +56768,17 @@ "opengraph": null, "title": "Lippe: Startseite" }, - "duration": 66, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://xn--grne-lippe-beb.de/startseite/" } @@ -47684,7 +56817,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47695,7 +56833,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47759,6 +56897,12 @@ "url": "https://www.gruene-loerrach.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47771,17 +56915,26 @@ "generator": null, "icon": "http://www.gruene-loerrach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / DIE GRÜNEN Lörrach" }, - "duration": 615, + "duration": 601, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-loerrach.de/" } @@ -47819,7 +56972,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 615 + "value": 601 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47830,7 +56988,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -47894,6 +57052,12 @@ "url": "https://www.gruene-lohmar.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47906,17 +57070,26 @@ "generator": "EventON 2.6.8", "icon": "http://www.gruene-lohmar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Lohmar" }, - "duration": 333, + "duration": 395, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-lohmar.de/" } @@ -47954,7 +57127,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 333 + "value": 395 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47965,7 +57143,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -48029,6 +57207,12 @@ "url": "https://www.gruene-loxstedt-schiffdorf.de/" } ], + "responsive": { + "min_width": 326, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -48041,16 +57225,25 @@ "generator": null, "icon": "http://www.gruene-loxstedt-schiffdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 359, + "duration": 398, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 326, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-loxstedt-schiffdorf.de/" } @@ -48088,7 +57281,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 359 + "value": 398 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48099,7 +57297,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -48161,6 +57359,12 @@ "url": "https://www.gruene-lsa.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -48174,14 +57378,23 @@ "icon": "http://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 862, + "duration": 134, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-lsa.de/" }, @@ -48197,14 +57410,23 @@ "icon": "https://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 892, + "duration": 8, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-lsa.de/" } @@ -48240,9 +57462,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 877 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48253,7 +57480,7 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { @@ -48308,6 +57535,12 @@ "url": "https://www.gruene-lu.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48319,8 +57552,17 @@ "opengraph": null, "title": "B90/GRÜNE Ludwigshafen: Home" }, - "duration": 69, + "duration": 189, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lu.de/home/" } @@ -48357,9 +57599,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 189 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48370,7 +57617,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -48417,6 +57664,12 @@ "url": "https://gruene-ludwigsburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48428,8 +57681,17 @@ "opengraph": null, "title": "Grüne KV Ludwigsburg: Grüne KV Ludwigsburg" }, - "duration": 461, + "duration": 567, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-ludwigsburg.de/" } @@ -48467,7 +57729,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 461 + "value": 567 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48478,7 +57745,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -48533,6 +57800,12 @@ "url": "https://www.gruene-ludwigslust-parchim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48544,8 +57817,17 @@ "opengraph": null, "title": "Grüne Ludwigslust-Parchim: Startseite" }, - "duration": 63, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ludwigslust-parchim.de/startseite/" } @@ -48584,7 +57866,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48595,7 +57882,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -48650,6 +57937,12 @@ "url": "https://www.gruene-luebeck.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48663,6 +57956,15 @@ }, "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-luebeck.de/home/" } @@ -48703,6 +58005,11 @@ "type": "number", "value": 66 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -48712,7 +58019,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -48778,6 +58085,10 @@ "url": "https://www.gruene-luehe.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -48792,8 +58103,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 404, + "duration": 291, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-luehe.de/" }, @@ -48810,8 +58130,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 427, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-luehe.de/" }, @@ -48828,8 +58157,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 577, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-luehe.de/" }, @@ -48846,8 +58184,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 530, + "duration": 354, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-luehe.de/" } @@ -48885,7 +58232,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 484 + "value": 330 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -48951,6 +58303,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48962,8 +58320,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 65, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -49002,7 +58369,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49013,7 +58385,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49067,6 +58439,12 @@ "url": "https://www.gruene-main-tauber.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49078,8 +58456,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 294, + "duration": 289, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-main-tauber.de/startseite.html" }, @@ -49093,8 +58480,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 804, + "duration": 590, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-main-tauber.de/startseite.html" } @@ -49134,7 +58530,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 549 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49145,7 +58546,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -49200,6 +58601,12 @@ "url": "https://www.gruene-mainz-bingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49213,6 +58620,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-mainz-bingen.de/home/" } @@ -49253,6 +58669,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -49262,7 +58683,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49320,6 +58741,12 @@ "url": "https://www.gruene-mandelbachtal.de/" } ], + "responsive": { + "min_width": 431, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49334,8 +58761,17 @@ "opengraph": null, "title": "Ortsverband Mandelbachtal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 297, + "duration": 723, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 431, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-mandelbachtal.de/" } @@ -49372,7 +58808,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 297 + "value": 723 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49383,7 +58824,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -49437,6 +58878,12 @@ "url": "https://gruene-mannheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49449,16 +58896,25 @@ "generator": null, "icon": "http://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "" }, - "duration": 330, + "duration": 455, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-mannheim.de/" }, @@ -49473,16 +58929,25 @@ "generator": null, "icon": "https://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "" }, - "duration": 396, + "duration": 423, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mannheim.de/" } @@ -49520,7 +58985,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 363 + "value": 439 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49531,7 +59001,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -49586,6 +59056,12 @@ "url": "https://www.gruene-marburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49597,8 +59073,17 @@ "opengraph": null, "title": "Grüne Marburg-Biedenkopf: STARTSEITE" }, - "duration": 79, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-marburg.de/startseite/" } @@ -49637,7 +59122,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49648,7 +59138,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49711,6 +59201,10 @@ "url": "https://www.gruene-meissen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -49724,8 +59218,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Meißen" }, - "duration": 215, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-meissen.de/startseite/" } @@ -49763,7 +59266,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 215 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -49789,7 +59297,7 @@ "gruene-memmingen.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "gruene-memmingen.de" @@ -49801,8 +59309,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -49843,6 +59351,12 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49854,21 +59368,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s1a02c1fb7c7746a8/img/favicon.png?t=1389983714", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Startseite - BÜNDNIS 90 / DIE GRÜNEN MEMMINGEN" }, - "duration": 281, + "duration": 245, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-memmingen.de/" } @@ -49905,7 +59428,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 245 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49916,7 +59444,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -49974,6 +59502,12 @@ "url": "https://www.gruene-merzig.de/" } ], + "responsive": { + "min_width": 378, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49988,8 +59522,17 @@ "opengraph": null, "title": "Stadtverband Merzig - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 304, + "duration": 968, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 378, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-merzig.de/" } @@ -50026,7 +59569,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 304 + "value": 968 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50037,7 +59585,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -50098,6 +59646,10 @@ "url": "https://www.gruene-mg.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -50109,8 +59661,17 @@ "opengraph": null, "title": "Hier und jetzt in MG..." }, - "duration": 63, + "duration": 178, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-mg.de/" } @@ -50147,9 +59708,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 178 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -50160,7 +59726,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -50224,6 +59790,12 @@ "url": "https://www.gruene-mh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -50236,18 +59808,27 @@ "generator": null, "icon": "http://gruene-mh.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "gruene-mh.de" }, - "duration": 297, + "duration": 324, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-mh.de/" } @@ -50285,7 +59866,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 297 + "value": 324 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50296,7 +59882,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -50351,6 +59937,12 @@ "url": "https://www.gruene-miesbach.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50362,8 +59954,17 @@ "opengraph": null, "title": "Kreisverband Miesbach: Aktuelles" }, - "duration": 182, + "duration": 440, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-miesbach.de/aktuelles/" } @@ -50401,7 +60002,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50412,7 +60018,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -50463,6 +60069,12 @@ "url": "https://gruene-miltenberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -50477,8 +60089,17 @@ "opengraph": null, "title": "Kreisverband Miltenberg | Bündnis 90 / Die Grünen" }, - "duration": 195, + "duration": 485, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-miltenberg.de/" } @@ -50517,7 +60138,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 195 + "value": 485 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50528,7 +60154,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -50591,6 +60217,12 @@ "url": "https://www.gruene-mitte.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50602,21 +60234,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/sae3b2d7f9e352ddd/img/favicon.ico?t=1373287436", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Willkommen bei den GRÜNEN in Hamburg-Mitte - GRÜNE Hamburg-Mitte" }, - "duration": 308, + "duration": 309, "error": null, + "responsive": { + "document_width": { + "1024x768": 1040, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 841 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruenemitte.com/" } @@ -50653,7 +60294,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 308 + "value": 309 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50664,7 +60310,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -50721,6 +60367,12 @@ "url": "https://www.gruene-mittelfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50734,8 +60386,17 @@ "opengraph": null, "title": "Grüne Mittelfranken: Startseite" }, - "duration": 131, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mittelfranken.de/startseite/" } @@ -50771,9 +60432,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 131 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50784,7 +60450,7 @@ "value": true } }, - "score": 6.5 + "score": 8.0 }, { "details": { @@ -50847,6 +60513,10 @@ "url": "https://www.gruene-mittelsachsen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -50860,8 +60530,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN in Mittelsachsen" }, - "duration": 211, + "duration": 225, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-mittelsachsen.de/startseite/" } @@ -50899,7 +60578,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 211 + "value": 225 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -50968,6 +60652,12 @@ "url": "https://www.gruene-mk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -50980,16 +60670,25 @@ "generator": null, "icon": "https://www.gruene-mk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90 / DIE GRÜNEN KREISVERBAND MARK" }, - "duration": 724, + "duration": 891, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mk.de/" } @@ -51026,7 +60725,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 724 + "value": 891 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51037,7 +60741,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -51092,6 +60796,12 @@ "url": "https://www.gruene-mol.de/" } ], + "responsive": { + "min_width": 322, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51103,8 +60813,17 @@ "opengraph": null, "title": "KV MÄRKISCH-ODERLAND: STARTSEITE" }, - "duration": 63, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 322, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-mol.de/startseite/" } @@ -51143,7 +60862,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51154,7 +60878,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51215,6 +60939,12 @@ "url": "https://www.gruene-moormerland.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51226,8 +60956,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 63, + "duration": 706, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/index.php?id=128647" } @@ -51264,9 +61003,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 706 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51277,7 +61021,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -51338,6 +61082,12 @@ "url": "https://www.gruene-mtk.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51349,8 +61099,17 @@ "opengraph": null, "title": "Kreisverband Main-Taunus: Startseite" }, - "duration": 62, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mtk.de/startseite/" } @@ -51389,7 +61148,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51400,7 +61164,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51455,6 +61219,12 @@ "url": "https://www.gruene-muehldorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51466,8 +61236,17 @@ "opengraph": null, "title": "Kreisverband Mühldorf: Home" }, - "duration": 86, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-muehldorf.de/home/" } @@ -51504,9 +61283,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 86 + "value": 165 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51517,7 +61301,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -51577,6 +61361,12 @@ "url": "https://www.gruene-muenchen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -51589,17 +61379,26 @@ "generator": null, "icon": "http://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 203, + "duration": 291, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-muenchen.de/" }, @@ -51614,17 +61413,26 @@ "generator": null, "icon": "https://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 276, + "duration": 290, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-muenchen.de/" } @@ -51662,7 +61470,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 240 + "value": 290 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51673,7 +61486,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -51737,6 +61550,12 @@ "url": "https://www.gruene-mutterstadt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -51749,16 +61568,25 @@ "generator": null, "icon": "http://www.gruene-mutterstadt.de/Wordpress/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Gruene in Mutterstadt" }, - "duration": 332, + "duration": 269, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-mutterstadt.de/" } @@ -51796,7 +61624,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 332 + "value": 269 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51807,7 +61640,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -51862,6 +61695,12 @@ "url": "https://www.gruene-myk.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51873,8 +61712,17 @@ "opengraph": null, "title": "KV Mayen-Koblenz: HOME" }, - "duration": 64, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-myk.de/home/" } @@ -51913,7 +61761,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 89 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51924,7 +61777,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51971,6 +61824,12 @@ "url": "https://gruene-neckar-bergstrasse.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51982,8 +61841,17 @@ "opengraph": null, "title": "Grüne Kreisverband Neckar-Bergstraße: Startseite" }, - "duration": 794, + "duration": 821, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" } @@ -52021,7 +61889,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 794 + "value": 821 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52032,7 +61905,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -52082,6 +61955,12 @@ "url": "https://gruene-neu-ulm.de/" } ], + "responsive": { + "min_width": 512, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -52093,8 +61972,17 @@ "opengraph": null, "title": "Die Grünen Neu-Ulm: Grüne Neu-Ulm" }, - "duration": 142, + "duration": 141, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 512, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-neu-ulm.th-vi.de/" } @@ -52132,7 +62020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 141 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52208,6 +62101,12 @@ "url": "https://www.gruene-neuburg.de/" } ], + "responsive": { + "min_width": 466, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -52221,16 +62120,25 @@ "generator": null, "icon": "http://www.gruene-neusob.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Neuburg | Bündnis 90/Die Grünen ND-SOB" }, - "duration": 757, + "duration": 342, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 466, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-neusob.de/?cat=75" } @@ -52268,7 +62176,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 342 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52279,7 +62192,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -52340,6 +62253,12 @@ "url": "https://www.gruene-neukoelln.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52349,17 +62268,26 @@ "generator": "TYPO3 CMS", "icon": "http://www.gruene-neukoelln.de/typo3conf/ext/theme_uk/Resources/Public/img/project/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Grüne Neukölln - Homepage" }, - "duration": 554, + "duration": 198, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-neukoelln.de/" } @@ -52398,7 +62326,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 554 + "value": 198 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52409,7 +62342,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -52464,6 +62397,12 @@ "url": "https://www.gruene-neumarkt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52475,8 +62414,17 @@ "opengraph": null, "title": "Kreisverband Neumarkt: Startseite" }, - "duration": 64, + "duration": 213, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neumarkt.de/startseite/" } @@ -52513,9 +62461,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 213 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52526,7 +62479,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -52589,6 +62542,10 @@ "url": "https://www.gruene-neustadt-aisch.de/" } ], + "responsive": { + "min_width": 930, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -52602,8 +62559,17 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen Neustadt-Aisch: Aktuell" }, - "duration": 75, + "duration": 169, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 930, + "768x1024": 930 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-neustadt-aisch.de/764.html" } @@ -52639,9 +62605,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 169 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52652,7 +62623,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -52713,6 +62684,12 @@ "url": "https://www.gruene-neustadt-waldnaab.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52724,8 +62701,17 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 63, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" } @@ -52764,7 +62750,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52775,7 +62766,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -52827,6 +62818,10 @@ "url": "https://gruene-neuwulmstorf.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -52840,8 +62835,17 @@ "opengraph": null, "title": "Startseite - Grüne Neu Wulmstorf" }, - "duration": 423, + "duration": 646, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-neuwulmstorf.de/" } @@ -52879,7 +62883,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 423 + "value": 646 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52945,6 +62954,12 @@ "url": "https://www.gruene-nf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52956,8 +62971,17 @@ "opengraph": null, "title": "GRÜNE Nordfriesland: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-nf.de/home/" } @@ -52996,7 +63020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53007,7 +63036,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53062,6 +63091,12 @@ "url": "https://www.gruene-niederbayern.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53073,8 +63108,17 @@ "opengraph": null, "title": "Grüne Niederbayern: Aktuelles" }, - "duration": 75, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-niederbayern.de/aktuelles/" } @@ -53113,7 +63157,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 75 + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53124,7 +63173,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53188,6 +63237,12 @@ "url": "https://www.gruene-niederrhein-wupper.de/" } ], + "responsive": { + "min_width": 356, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -53200,16 +63255,25 @@ "generator": null, "icon": "http://gruene-niederrhein-wupper.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband NrW von Bündnis 90/Die Grünen › Grüne Niederrhein-Wupper" }, - "duration": 71, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 356, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-niederrhein-wupper.de/" } @@ -53247,7 +63311,149 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.0 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-nienburg.de/herzlich-willkommen/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-nienburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-nienburg.de" + }, + "www.gruene-nienburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-nienburg.de" + } + }, + "icons": [ + "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "http://gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "http://www.gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "https://gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "https://www.gruene-nienburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Nienburg: Herzlich Willkommen" + }, + "duration": 63, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-nienburg.de/herzlich-willkommen/" + } + ] + }, + "input_url": "http://www.gruene-nienburg.de/", + "meta": { + "city": null, + "district": "Nienburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53313,6 +63519,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53324,125 +63536,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 139, + "duration": 63, "error": null, - "status_code": 200, - "url": "http://gruene-nienburg.de/herzlich-willkommen/" - } - ] - }, - "input_url": "http://www.gruene-nienburg.de/", - "meta": { - "city": null, - "district": "Nienburg", - "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": 0, - "type": "boolean", - "value": false - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 0.5, - "type": "number", - "value": 139 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 5.5 - }, - { - "details": { - "canonical_urls": [ - "http://gruene-nienburg.de/herzlich-willkommen/" - ], - "cms": "typo3-gcms", - "feeds": [], - "hostnames": { - "gruene-nienburg.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "gruene-nienburg.de" - }, - "www.gruene-nienburg.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "www.gruene-nienburg.de" - } - }, - "icons": [ - "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" - ], - "ipv4_addresses": [ - "91.102.13.20" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "http://gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "http://www.gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "https://gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "https://www.gruene-nienburg.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": null, - "encoding": "utf-8", - "feeds": [], - "generator": "TYPO3 CMS", - "icon": "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", - "opengraph": null, - "title": "Kreisverband Nienburg: Herzlich Willkommen" + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" }, - "duration": 62, - "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -53481,7 +63585,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53492,7 +63601,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53547,6 +63656,12 @@ "url": "https://www.gruene-nok.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [ + "width=1010" + ] + }, "urlchecks": [ { "content": { @@ -53558,17 +63673,26 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:url", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuell - BÜNDNIS 90/DIE GRÜNEN Kreisverband Neckar-Odenwald" }, - "duration": 872, + "duration": 929, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": "width=1010" + }, "status_code": 200, "url": "https://www.gruene-nok.de/" } @@ -53606,7 +63730,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 872 + "value": 929 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -53678,6 +63807,12 @@ "url": "https://www.gruene-nord.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53689,8 +63824,17 @@ "opengraph": null, "title": "GRÜNE Nord: Home" }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nord.de/home/" } @@ -53729,7 +63873,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53740,7 +63889,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53788,6 +63937,10 @@ "url": "https://gruene-norderney.de/" } ], + "responsive": { + "min_width": 771, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -53799,8 +63952,17 @@ "opengraph": null, "title": "Home" }, - "duration": 62, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-norderney.de/" } @@ -53840,7 +64002,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 65 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -53906,6 +64073,12 @@ "url": "https://www.gruene-nordhausen.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53917,8 +64090,17 @@ "opengraph": null, "title": "Kreisverband Nordhausen • #gruenendh: Partei" }, - "duration": 66, + "duration": 93, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-nordhausen.de/partei/" } @@ -53957,7 +64139,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 93 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53968,7 +64155,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54023,6 +64210,12 @@ "url": "https://www.gruene-nordwestmecklenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54034,8 +64227,17 @@ "opengraph": null, "title": "Nordwestmecklenburg Wismar: Startseite" }, - "duration": 71, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nordwestmecklenburg.de/startseite/" } @@ -54074,7 +64276,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54085,7 +64292,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54140,6 +64347,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54151,8 +64364,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 63, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54189,9 +64411,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54202,7 +64429,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -54257,6 +64484,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54268,8 +64501,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54308,7 +64550,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54319,7 +64566,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54374,6 +64621,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54385,8 +64638,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54425,7 +64687,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54436,7 +64703,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54502,6 +64769,12 @@ "url": "https://www.gruene-nrue.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -54516,16 +64789,25 @@ "generator": null, "icon": "http://www.gruene-nrue.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen" }, - "duration": 586, + "duration": 910, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-nrue.de/" } @@ -54563,7 +64845,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 586 + "value": 910 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54574,7 +64861,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -54632,6 +64919,12 @@ "url": "https://www.gruene-nrw.de/" } ], + "responsive": { + "min_width": 329, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -54644,16 +64937,25 @@ "generator": null, "icon": "https://gruene-nrw.de/site/themes/josephknowsbest/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Grüne NRW - Gemeinsam NRW gestalten." }, - "duration": 177, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 329, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-nrw.de/" } @@ -54690,7 +64992,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 177 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54701,7 +65008,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -54761,6 +65068,10 @@ "url": "https://www.gruene-nuernberg.de/" } ], + "responsive": { + "min_width": 950, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -54772,8 +65083,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 104, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 950, + "768x1024": 950 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-nuernberg.de/" }, @@ -54787,8 +65107,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 92, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 950, + "768x1024": 950 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-nuernberg.de/" } @@ -54827,9 +65156,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 98 + "value": 202 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -54840,7 +65174,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -54895,6 +65229,12 @@ "url": "https://www.gruene-nuernberger-land.de/" } ], + "responsive": { + "min_width": 399, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54906,8 +65246,17 @@ "opengraph": null, "title": "Kreisverb. Nürnberger Land: Startseite" }, - "duration": 70, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 399, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nuernberger-land.de/startseite/" } @@ -54946,7 +65295,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54957,7 +65311,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55012,6 +65366,12 @@ "url": "https://www.gruene-oa.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55023,8 +65383,17 @@ "opengraph": null, "title": "Die Grünen Oberallgäu: Grüne Oberallgäu" }, - "duration": 142, + "duration": 149, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-oa.de/" } @@ -55062,7 +65431,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 149 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55073,7 +65447,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -55131,6 +65505,12 @@ "url": "https://www.gruene-oal.de/" } ], + "responsive": { + "min_width": 324, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55143,17 +65523,26 @@ "generator": null, "icon": "https://gruene-oal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "Grüne Ostallgäu-Kaufbeuren" }, - "duration": 415, + "duration": 509, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 324, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-oal.de/" } @@ -55190,7 +65579,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 415 + "value": 509 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55201,7 +65595,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -55256,6 +65650,12 @@ "url": "https://www.gruene-oberberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55267,8 +65667,17 @@ "opengraph": null, "title": "Kreisverband Oberberg : Startseite" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberberg.de/startseite/" } @@ -55307,7 +65716,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55318,7 +65732,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55373,6 +65787,12 @@ "url": "https://www.gruene-oberhausen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55384,8 +65804,17 @@ "opengraph": null, "title": "GRÜNE Oberhausen: Home" }, - "duration": 69, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberhausen.de/home/" } @@ -55424,7 +65853,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55435,7 +65869,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55499,6 +65933,12 @@ "url": "https://www.gruene-oberpfalz.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55511,17 +65951,26 @@ "generator": null, "icon": "http://gruene-oberpfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Oberpfalz" }, - "duration": 463, + "duration": 481, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-oberpfalz.de/" } @@ -55559,7 +66008,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 463 + "value": 481 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55570,7 +66024,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -55625,6 +66079,12 @@ "url": "https://www.gruene-odenthal.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55636,8 +66096,17 @@ "opengraph": null, "title": "GRÜNE - Odenthal: Home" }, - "duration": 65, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-odenthal.de/home/" } @@ -55676,7 +66145,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55687,7 +66161,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55742,6 +66216,12 @@ "url": "https://www.gruene-odenwald-kraichgau.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55753,8 +66233,17 @@ "opengraph": null, "title": "KV Odenwald-Kraichgau: Startseite" }, - "duration": 66, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-odenwald-kraichgau.de/startseite/" } @@ -55793,7 +66282,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55804,7 +66298,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55866,6 +66360,12 @@ "url": "https://www.gruene-odenwald.de/" } ], + "responsive": { + "min_width": 482, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55878,16 +66378,25 @@ "generator": null, "icon": "http://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Odenwald" }, - "duration": 362, + "duration": 600, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 482, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-odenwald.de/" }, @@ -55902,16 +66411,25 @@ "generator": null, "icon": "https://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Odenwald" }, - "duration": 453, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 482, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-odenwald.de/" } @@ -55949,7 +66467,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 532 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55960,7 +66483,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -56015,6 +66538,12 @@ "url": "https://www.gruene-oder-spree.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56026,8 +66555,17 @@ "opengraph": null, "title": "Kreisverband Oder-Spree: Home" }, - "duration": 66, + "duration": 81, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oder-spree.de/home/" } @@ -56066,7 +66604,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 81 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56077,7 +66620,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56130,6 +66673,12 @@ "url": "https://www.gruene-offenbach-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56139,15 +66688,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Bündnis 90/Die Grünen Kreisverband Offenbach-Land" }, - "duration": 492, + "duration": 562, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://partei.gruene-offenbach-land.de/" } @@ -56186,7 +66744,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 492 + "value": 562 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56197,7 +66760,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -56252,6 +66815,12 @@ "url": "https://www.gruene-oh.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56263,8 +66832,17 @@ "opengraph": null, "title": "Kreisverband Ostholstein: Aktuelles" }, - "duration": 65, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oh.de/aktuelles/" } @@ -56303,7 +66881,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56314,7 +66897,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56371,6 +66954,12 @@ "url": "https://www.gruene-ohv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56384,8 +66973,17 @@ "opengraph": null, "title": ": HOME" }, - "duration": 68, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ohv.de/home/" } @@ -56423,7 +67021,149 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.0 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-oldenburg-land.de/homeaktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-oldenburg-land.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-oldenburg-land.de" + }, + "www.gruene-oldenburg-land.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-oldenburg-land.de" + } + }, + "icons": [ + "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "http://gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "http://www.gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "https://gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "https://www.gruene-oldenburg-land.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Oldenburg Land: Home/Aktuelles" + }, + "duration": 72, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" + } + ] + }, + "input_url": "http://www.gruene-oldenburg-land.de/", + "meta": { + "city": null, + "district": "Oldenburg-Land", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56489,6 +67229,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56500,125 +67246,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 64, + "duration": 77, "error": null, - "status_code": 200, - "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" - } - ] - }, - "input_url": "http://www.gruene-oldenburg-land.de/", - "meta": { - "city": null, - "district": "Oldenburg-Land", - "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": 0, - "type": "boolean", - "value": false - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 1, - "type": "number", - "value": 64 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 6.0 - }, - { - "details": { - "canonical_urls": [ - "http://www.gruene-oldenburg-land.de/homeaktuelles/" - ], - "cms": "typo3-gcms", - "feeds": [], - "hostnames": { - "gruene-oldenburg-land.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "gruene-oldenburg-land.de" - }, - "www.gruene-oldenburg-land.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "www.gruene-oldenburg-land.de" - } - }, - "icons": [ - "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" - ], - "ipv4_addresses": [ - "91.102.13.20" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "http://gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "http://www.gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "https://gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "https://www.gruene-oldenburg-land.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": null, - "encoding": "utf-8", - "feeds": [], - "generator": "TYPO3 CMS", - "icon": "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", - "opengraph": null, - "title": "Grüne Oldenburg Land: Home/Aktuelles" + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" }, - "duration": 64, - "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56657,7 +67295,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 77 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56668,7 +67311,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56723,6 +67366,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56734,8 +67383,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56774,7 +67432,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56785,7 +67448,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56840,6 +67503,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56851,8 +67520,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 72, + "duration": 138, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56889,9 +67567,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 138 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56902,7 +67585,144 @@ "value": true } }, - "score": 6.0 + "score": 6.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-oldenburg.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-oldenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-oldenburg.de" + }, + "www.gruene-oldenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-oldenburg.de" + } + }, + "icons": [ + "http://www.gruene-oldenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "http://gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "http://www.gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "https://gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "https://www.gruene-oldenburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-oldenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Stadtverband Oldenburg: Home" + }, + "duration": 63, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-oldenburg.de/home/" + } + ] + }, + "input_url": "http://www.gruene-oldenburg.de/home/", + "meta": { + "city": null, + "district": "Oldenburg-Stadt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -56915,7 +67735,7 @@ "gruene-olhi.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "gruene-olhi.de" @@ -56969,6 +67789,10 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -56978,21 +67802,30 @@ "generator": null, "icon": "data:image/png;base64,iVBORw0KGgo=", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Herzlich Willkommen bei www.gruene-olhi.de - gruene-olhis Webseite!" }, - "duration": 295, + "duration": 297, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 900 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-olhi.de/" } @@ -57030,7 +67863,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 295 + "value": 297 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -57096,6 +67934,12 @@ "url": "https://www.gruene-olpe.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57107,8 +67951,17 @@ "opengraph": null, "title": "Kreisverband Olpe: Start" }, - "duration": 73, + "duration": 295, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-olpe.de/start/" } @@ -57145,9 +67998,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 73 + "value": 295 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57158,7 +68016,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -57207,7 +68065,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, @@ -57215,13 +68073,19 @@ }, { "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, "url": "https://www.gruene-ortenau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -57234,16 +68098,25 @@ "generator": null, "icon": "http://gruene-ortenau.de/wp-9b89d-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Ortenau" }, - "duration": 473, + "duration": 568, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-ortenau.de/" } @@ -57281,7 +68154,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 473 + "value": 568 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57292,7 +68170,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -57353,6 +68231,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57364,8 +68248,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 76, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57404,7 +68297,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57415,7 +68313,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57476,6 +68374,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57487,8 +68391,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57527,7 +68440,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57538,7 +68456,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57599,6 +68517,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57610,8 +68534,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57650,7 +68583,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57661,7 +68599,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57722,6 +68660,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57733,8 +68677,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 66, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57773,7 +68726,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57784,7 +68742,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57845,6 +68803,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57856,8 +68820,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 68, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57894,9 +68867,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57907,7 +68885,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -57969,6 +68947,10 @@ "url": "https://www.gruene-ostercappeln.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -57978,13 +68960,22 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 357, + "duration": 416, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ostercappeln.de" }, @@ -57996,13 +68987,22 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 406, + "duration": 429, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ostercappeln.de/" } @@ -58042,7 +69042,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 382 + "value": 422 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -58108,6 +69113,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58119,8 +69130,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 72, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58157,9 +69177,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58170,7 +69195,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -58225,6 +69250,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58236,8 +69267,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 62, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58276,7 +69316,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58287,7 +69332,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58342,6 +69387,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58353,8 +69404,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 70, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58393,7 +69453,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58404,7 +69469,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58459,6 +69524,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58470,8 +69541,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 66, + "duration": 305, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58508,9 +69588,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 305 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58521,7 +69606,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -58569,7 +69654,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, @@ -58577,13 +69662,19 @@ }, { "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, "url": "https://www.gruene-ottersberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -58599,8 +69690,17 @@ "opengraph": null, "title": "" }, - "duration": 355, + "duration": 372, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://www.gruene-ottersberg.de/" } @@ -58639,7 +69739,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 355 + "value": 372 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58650,7 +69755,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -58710,6 +69815,10 @@ "url": "https://www.gruene-ov-aurich.de/" } ], + "responsive": { + "min_width": 1002, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -58721,8 +69830,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 256, + "duration": 502, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1002, + "768x1024": 1002 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-ov-aurich.de/" }, @@ -58736,8 +69854,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 217, + "duration": 439, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1002, + "768x1024": 1002 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ov-aurich.de/" } @@ -58778,7 +69905,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 236 + "value": 470 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -58844,6 +69976,12 @@ "url": "https://www.gruene-ov-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58855,8 +69993,17 @@ "opengraph": null, "title": "Ortsverband Stade: Aktuelles" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ov-stade.de/aktuelles/" } @@ -58895,7 +70042,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58906,7 +70058,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58961,6 +70113,12 @@ "url": "https://www.gruene-owl.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58972,8 +70130,17 @@ "opengraph": null, "title": "Die GRÜNEN OWL: Aktuell aus OWL" }, - "duration": 65, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-owl.de/aktuell-aus-owl/" } @@ -59010,9 +70177,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 313 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59023,7 +70195,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -59076,6 +70248,12 @@ "url": "https://gruene-oyten.de/" } ], + "responsive": { + "min_width": 416, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59088,16 +70266,25 @@ "generator": null, "icon": "http://www.gruene-oyten.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 Die Grünen" }, - "duration": 121, + "duration": 136, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 416, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-oyten.de/" } @@ -59135,7 +70322,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 136 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59146,7 +70338,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -59206,6 +70398,12 @@ "url": "https://www.gruene-passau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59218,17 +70416,26 @@ "generator": null, "icon": "http://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 766, + "duration": 809, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-passau.de/" }, @@ -59243,17 +70450,26 @@ "generator": null, "icon": "https://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 845, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-passau.de/" } @@ -59290,7 +70506,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 806 + "value": 487 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59301,7 +70522,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -59356,6 +70577,12 @@ "url": "https://www.gruene-passauland.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59367,8 +70594,17 @@ "opengraph": null, "title": "Die Grünen Passau Land: Grüne Passau Land" }, - "duration": 140, + "duration": 145, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-passauland.de/" } @@ -59406,7 +70642,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 140 + "value": 145 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59417,7 +70658,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -59472,6 +70713,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59483,8 +70730,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59523,7 +70779,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59534,7 +70795,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59589,6 +70850,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59600,8 +70867,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59640,7 +70916,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59651,7 +70932,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59706,6 +70987,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59717,8 +71004,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59757,7 +71053,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59768,7 +71069,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59823,6 +71124,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59834,8 +71141,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 64, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59872,9 +71188,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 228 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59885,7 +71206,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -59940,6 +71261,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59951,8 +71278,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 64, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59989,9 +71325,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 104 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60002,7 +71343,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -60057,6 +71398,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60068,8 +71415,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -60108,7 +71464,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60119,7 +71480,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60177,6 +71538,12 @@ "url": "https://www.gruene-perl.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -60191,8 +71558,17 @@ "opengraph": null, "title": "Ortsverband Perl - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 296, + "duration": 819, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-perl.de/" } @@ -60229,7 +71605,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 296 + "value": 819 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60240,7 +71621,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -60295,6 +71676,12 @@ "url": "https://www.gruene-pfaffenhofen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60306,8 +71693,17 @@ "opengraph": null, "title": "Grüne Pfaffenhofen: Startseite" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pfaffenhofen.de/startseite/" } @@ -60346,7 +71742,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60357,7 +71758,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60419,6 +71820,12 @@ "url": "https://www.gruene-pforzheim-enz.de/" } ], + "responsive": { + "min_width": 369, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -60431,16 +71838,25 @@ "generator": null, "icon": "http://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 572, + "duration": 745, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-pforzheim-enz.de/" }, @@ -60455,16 +71871,25 @@ "generator": null, "icon": "https://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 629, + "duration": 594, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-pforzheim-enz.de/" } @@ -60502,7 +71927,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 600 + "value": 670 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60513,7 +71943,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -60568,6 +71998,12 @@ "url": "https://www.gruene-pi.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60579,8 +72015,17 @@ "opengraph": null, "title": "Kreisverband Pinneberg: Home" }, - "duration": 91, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-pi.de/home/" } @@ -60619,7 +72064,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 91 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60630,7 +72080,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60677,6 +72127,12 @@ "url": "https://gruene-ra-bad.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60688,8 +72144,17 @@ "opengraph": null, "title": "Grüne Kreisverband Rastatt Baden-Baden: KV Rastatt Baden-Baden" }, - "duration": 654, + "duration": 796, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-ra-bad.de/" } @@ -60727,7 +72192,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 654 + "value": 796 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60738,7 +72208,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -60793,6 +72263,12 @@ "url": "https://www.gruene-rastede.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60804,8 +72280,17 @@ "opengraph": null, "title": "Ortsverband Rastede: Home" }, - "duration": 109, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rastede.de/home/" } @@ -60842,9 +72327,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 109 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60855,7 +72345,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -60902,6 +72392,12 @@ "url": "https://gruene-ravensburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60913,8 +72409,17 @@ "opengraph": null, "title": "GRÜNE RAVENSBURG: START" }, - "duration": 376, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rv.de/start/" } @@ -60953,7 +72458,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 376 + "value": 228 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60964,7 +72474,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -61019,6 +72529,12 @@ "url": "https://www.gruene-regen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61030,8 +72546,17 @@ "opengraph": null, "title": "Kreisverband Regen: Home" }, - "duration": 63, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-regen.de/home/" } @@ -61070,7 +72595,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61081,7 +72611,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -61136,6 +72666,12 @@ "url": "https://www.gruene-regensburg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61147,8 +72683,17 @@ "opengraph": null, "title": "GRÜNE Regensburg-Land: Aktuelles" }, - "duration": 66, + "duration": 173, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-regensburg-land.de/aktuelles/" } @@ -61185,9 +72730,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 173 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61198,7 +72748,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -61262,6 +72812,12 @@ "url": "https://www.gruene-regensburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -61274,17 +72830,26 @@ "generator": null, "icon": "http://www.gruene-regensburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuelles | Grüne Stadtverband Regensburg" }, - "duration": 345, + "duration": 432, "error": null, + "responsive": { + "document_width": { + "1024x768": 1077, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-regensburg.de/" } @@ -61322,7 +72887,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 345 + "value": 432 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61333,7 +72903,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -61383,7 +72953,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, @@ -61391,13 +72961,19 @@ }, { "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, "url": "https://www.gruene-region-aachen.de/" } ], + "responsive": { + "min_width": 369, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -61411,16 +72987,25 @@ "generator": null, "icon": "http://gruene-region-aachen.de/kreisverband/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die Grünen in der Städteregion Aachen" }, - "duration": 539, + "duration": 620, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-region-aachen.de/kreisverband/" } @@ -61458,7 +73043,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 539 + "value": 620 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61469,7 +73059,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -61526,6 +73116,10 @@ "url": "https://www.gruene-rehburg-loccum.de/" } ], + "responsive": { + "min_width": 1030, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -61537,8 +73131,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 164, + "duration": 177, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 1030, + "768x1024": 1030 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-rehburg-loccum.de/" }, @@ -61552,8 +73155,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 142, + "duration": 407, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 1030, + "768x1024": 1030 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-rehburg-loccum.de/" } @@ -61592,7 +73204,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 153 + "value": 292 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -61663,6 +73280,10 @@ "url": "https://www.gruene-rek.de/" } ], + "responsive": { + "min_width": 1260, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -61674,8 +73295,17 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 527, + "duration": 534, "error": null, + "responsive": { + "document_width": { + "1024x768": 1260, + "1920x1080": 1920, + "320x480": 1260, + "768x1024": 1260 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-rek.de/" }, @@ -61689,8 +73319,17 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 453, + "duration": 11, "error": null, + "responsive": { + "document_width": { + "1024x768": 1260, + "1920x1080": 1920, + "320x480": 1260, + "768x1024": 1260 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-rek.de/" } @@ -61731,7 +73370,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 490 + "value": 272 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -61789,6 +73433,12 @@ "url": "https://gruene-rems-murr.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61800,8 +73450,17 @@ "opengraph": null, "title": "Grüne Kreis Rems-Murr: Kreisverband Rems-Murr" }, - "duration": 658, + "duration": 331, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rems-murr.de/" } @@ -61839,7 +73498,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 658 + "value": 331 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61850,7 +73514,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -61905,6 +73569,12 @@ "url": "https://www.gruene-remscheid.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61916,8 +73586,17 @@ "opengraph": null, "title": "GRÜNE Remscheid: Startseite" }, - "duration": 63, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-remscheid.de/startseite/" } @@ -61956,7 +73635,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61967,7 +73651,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62014,6 +73698,12 @@ "url": "https://gruene-reutlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62025,8 +73715,17 @@ "opengraph": null, "title": "GRÜNE REUTLINGEN: HOME" }, - "duration": 461, + "duration": 321, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-reutlingen.de/home/" } @@ -62064,7 +73763,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 461 + "value": 321 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62075,7 +73779,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -62130,6 +73834,12 @@ "url": "https://www.gruene-rhein-lahn.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62141,8 +73851,17 @@ "opengraph": null, "title": "Kreisverband Rhein-Lahn: Home" }, - "duration": 62, + "duration": 90, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rhein-lahn.de/home/" } @@ -62181,7 +73900,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 90 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62192,7 +73916,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62247,6 +73971,12 @@ "url": "https://www.gruene-rheinbach.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62258,8 +73988,17 @@ "opengraph": null, "title": "Grüner Ortsverband Rheinbach: Was uns bewegt" }, - "duration": 62, + "duration": 191, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rheinbach.de/startseite/" } @@ -62296,9 +74035,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 191 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62309,7 +74053,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -62364,6 +74108,12 @@ "url": "https://www.gruene-rhoen-grabfeld.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62375,8 +74125,17 @@ "opengraph": null, "title": "Kreisverband Rhön-Grabfeld: Home" }, - "duration": 63, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rhoen-grabfeld.de/home/" } @@ -62415,7 +74174,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62426,7 +74190,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62488,6 +74252,12 @@ "url": "https://www.gruene-rkn.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -62500,16 +74270,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 78, + "duration": 98, "error": null, + "responsive": { + "document_width": { + "1024x768": 1045, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-rkn.de/" }, @@ -62524,16 +74303,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 189, + "duration": 183, "error": null, + "responsive": { + "document_width": { + "1024x768": 1045, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-rkn.de/" } @@ -62571,7 +74359,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 134 + "value": 140 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62582,7 +74375,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -62637,6 +74430,12 @@ "url": "https://www.gruene-ronnenberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62648,8 +74447,17 @@ "opengraph": null, "title": "Grüne Ronnenberg: Home" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ronnenberg.de/home/" } @@ -62688,7 +74496,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62699,7 +74512,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62763,6 +74576,12 @@ "url": "https://www.gruene-rosdorf.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -62775,16 +74594,25 @@ "generator": null, "icon": "http://www.gruene-rosdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Rosdorf" }, - "duration": 306, + "duration": 293, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-rosdorf.de/" } @@ -62822,7 +74650,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 293 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62833,7 +74666,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -62884,7 +74717,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, @@ -62892,13 +74725,19 @@ }, { "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, "url": "https://www.gruene-rosengarten.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -62913,8 +74752,17 @@ "opengraph": null, "title": "Home" }, - "duration": 357, + "duration": 329, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-rosengarten.de/" }, @@ -62931,8 +74779,17 @@ "opengraph": null, "title": "Home" }, - "duration": 377, + "duration": 334, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-rosengarten.de/" } @@ -62971,7 +74828,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 332 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62982,7 +74844,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -63037,6 +74899,12 @@ "url": "https://www.gruene-rosenheim.de/" } ], + "responsive": { + "min_width": 334, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63048,8 +74916,17 @@ "opengraph": null, "title": "KREISVERBAND ROSENHEIM: Aktuell" }, - "duration": 66, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 334, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rosenheim.de/aktuell/" } @@ -63088,7 +74965,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63099,7 +74981,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63154,6 +75036,12 @@ "url": "https://www.gruene-rostock.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63165,8 +75053,17 @@ "opengraph": null, "title": "Grüne KV Rostock: Startseite" }, - "duration": 67, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1027, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rostock.de/startseite/" } @@ -63205,7 +75102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63216,7 +75118,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63280,6 +75182,12 @@ "url": "https://www.gruene-rotenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -63292,17 +75200,26 @@ "generator": null, "icon": "https://www.rotenburger-gruene.de/wp-content/themes/1508319867-iO23Vb/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / die Grünen in Rotenburg an der WümmeDie Grünen in Rotenburg" }, - "duration": 909, + "duration": 956, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.rotenburger-gruene.de/" } @@ -63339,7 +75256,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 909 + "value": 956 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63350,7 +75272,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -63405,6 +75327,12 @@ "url": "https://www.gruene-roth.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63416,8 +75344,17 @@ "opengraph": null, "title": "Kreisverband Roth: Startseite" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-roth.de/startseite/" } @@ -63456,7 +75393,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63467,7 +75409,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63527,6 +75469,10 @@ "url": "https://www.gruene-rottal-inn.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -63540,6 +75486,15 @@ }, "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-rottal-inn.de/" }, @@ -63553,8 +75508,17 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 95, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-rottal-inn.de/" } @@ -63595,7 +75559,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 92 + "value": 84 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -63653,6 +75622,12 @@ "url": "https://gruene-rottweil.de/" } ], + "responsive": { + "min_width": 380, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63664,8 +75639,17 @@ "opengraph": null, "title": "Grüne Kreisverband Rottweil: KV Rottweil" }, - "duration": 497, + "duration": 852, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 380, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rottweil.de/" } @@ -63703,7 +75687,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 497 + "value": 852 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63714,7 +75703,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -63769,6 +75758,12 @@ "url": "https://www.gruene-rtk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63780,15 +75775,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Rheingau-Taunus-Kreis" }, - "duration": 221, + "duration": 367, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rtk.de/" } @@ -63826,7 +75830,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 367 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63837,7 +75846,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -63901,6 +75910,12 @@ "url": "https://www.gruene-ruhr.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -63913,16 +75928,25 @@ "generator": null, "icon": "http://gruene-ruhr.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband Ruhrgebiet von BÜNDNIS 90/DIE GRÜNEN NRW › Die Grünen Ruhr" }, - "duration": 76, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1046, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-ruhr.de/" } @@ -63960,7 +75984,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63971,7 +76000,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -64035,6 +76064,10 @@ "url": "https://www.gruene-saalekreis.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -64044,13 +76077,22 @@ "http://www.gruene-saalekreis.de/feed/", "http://www.gruene-saalekreis.de/uber-uns/aktuelles/feed/" ], - "generator": "WordPress 4.9.1", + "generator": "WordPress 4.9.5", "icon": "http://www.gruene-saalekreis.de/wp-content/themes/blum-o-matic1_0_7/favicon.ico", "opengraph": null, "title": "Grüne Saalekreis" }, - "duration": 604, + "duration": 651, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-saalekreis.de/" } @@ -64088,7 +76130,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 604 + "value": 651 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -64163,6 +76210,12 @@ "url": "https://www.gruene-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -64175,17 +76228,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 408, + "duration": 445, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -64223,7 +76285,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 445 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64234,7 +76301,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -64289,6 +76356,12 @@ "url": "https://www.gruene-salzhausen-hanstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64300,8 +76373,17 @@ "opengraph": null, "title": "Grüne Salzhausen-Hanstedt: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-salzhausen-hanstedt.de/home/" } @@ -64340,7 +76422,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64351,7 +76438,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64406,6 +76493,12 @@ "url": "https://www.gruene-schaumburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64417,8 +76510,17 @@ "opengraph": null, "title": "Grüne Schaumburg: Aktuelles" }, - "duration": 63, + "duration": 222, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schaumburg.de/aktuelles/" } @@ -64455,9 +76557,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 222 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64468,7 +76575,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -64523,6 +76630,12 @@ "url": "https://www.gruene-schuettorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64534,8 +76647,17 @@ "opengraph": null, "title": "Grüne Schüttorf: Home" }, - "duration": 70, + "duration": 322, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schuettorf.de/home/" } @@ -64572,9 +76694,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 322 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64585,7 +76712,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -64640,6 +76767,12 @@ "url": "https://www.gruene-schwabach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64651,8 +76784,17 @@ "opengraph": null, "title": "Kreisverband Schwabach: Home" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwabach.de/home/" } @@ -64691,7 +76833,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64702,7 +76849,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64757,6 +76904,12 @@ "url": "https://www.gruene-schwaben.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64768,8 +76921,17 @@ "opengraph": null, "title": "Bezirksverband Schwaben: Nachrichten" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwaben.de/startseite/nachrichten/" } @@ -64808,7 +76970,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64819,7 +76986,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64866,7 +77033,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, @@ -64874,13 +77041,17 @@ }, { "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, "url": "https://www.gruene-schwaebisch-gmuend.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -64892,8 +77063,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 508, + "duration": 510, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-schwaebisch-gmuend.de/" }, @@ -64907,8 +77087,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 517, + "duration": 552, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-schwaebisch-gmuend.de/" } @@ -64948,7 +77137,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 512 + "value": 531 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -65014,6 +77208,12 @@ "url": "https://www.gruene-schwalm-eder.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65025,8 +77225,17 @@ "opengraph": null, "title": "Kreisverband Schwalm-Eder: Startseite" }, - "duration": 68, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwalm-eder.de/startseite/" } @@ -65065,7 +77274,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65076,7 +77290,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65131,6 +77345,12 @@ "url": "https://www.gruene-schwandorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65142,8 +77362,17 @@ "opengraph": null, "title": "Kreisverband Schwandorf: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwandorf.de/startseite/" } @@ -65182,7 +77411,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65193,7 +77427,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65240,6 +77474,12 @@ "url": "https://gruene-schwarzwald-baar.de/" } ], + "responsive": { + "min_width": 387, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65251,8 +77491,17 @@ "opengraph": null, "title": "Grüne Kreisverband Schwarzwald Baar: Kreisverband Schwarzwald-Baar" }, - "duration": 445, + "duration": 670, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 387, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-schwarzwald-baar.de/" } @@ -65290,7 +77539,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 445 + "value": 670 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65301,7 +77555,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -65356,6 +77610,12 @@ "url": "https://www.gruene-schweinfurt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65367,8 +77627,17 @@ "opengraph": null, "title": "Kreisverband Schweinfurt: Startseite" }, - "duration": 66, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schweinfurt.de/startseite/" } @@ -65407,7 +77676,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65418,7 +77692,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65475,6 +77749,12 @@ "url": "https://www.gruene-schwerin.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65486,8 +77766,17 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwerin.de/startseite/" }, @@ -65501,8 +77790,17 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 65, + "duration": 175, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwerin.de/startseite/" } @@ -65540,9 +77838,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 120 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65553,7 +77856,7 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { @@ -65608,6 +77911,12 @@ "url": "https://www.gruene-seenplatte.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65619,8 +77928,17 @@ "opengraph": null, "title": "Meckl. Seenplatte: Startseite" }, - "duration": 63, + "duration": 200, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-seenplatte.de/startseite/" } @@ -65657,9 +77975,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 200 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65670,7 +77993,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -65725,6 +78048,12 @@ "url": "https://www.gruene-seevetal.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65736,8 +78065,17 @@ "opengraph": null, "title": "B90/GRÜNE OV Seevetal - Aktuell: Startseite" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-seevetal.de/startseite/" } @@ -65776,7 +78114,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65787,7 +78130,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65842,6 +78185,12 @@ "url": "https://www.gruene-sehnde.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65853,8 +78202,17 @@ "opengraph": null, "title": "Ortsverband Sehnde: Home" }, - "duration": 72, + "duration": 162, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-sehnde.de/home/" } @@ -65891,9 +78249,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 162 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65904,7 +78267,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -65959,6 +78322,12 @@ "url": "https://www.gruene-sg-fintel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65970,8 +78339,17 @@ "opengraph": null, "title": "Ortsverband SG Fintel: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sg-fintel.de/startseite/" } @@ -66010,7 +78388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66021,7 +78404,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66076,6 +78459,12 @@ "url": "https://www.gruene-sha.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66089,6 +78478,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sha.de/home/" } @@ -66129,6 +78527,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -66138,7 +78541,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66183,13 +78586,17 @@ }, { "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, "url": "https://gruene-siegen-wittgenstein.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66203,8 +78610,17 @@ "opengraph": null, "title": "Start - Die Grünen Siegen-Wittgenstein" }, - "duration": 438, + "duration": 302, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-siegen-wittgenstein.de/" } @@ -66242,7 +78658,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 438 + "value": 302 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66306,6 +78727,12 @@ "url": "https://gruene-sigmaringen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -66318,17 +78745,26 @@ "generator": null, "icon": "http://gruene-sigmaringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Sigmaringen" }, - "duration": 228, + "duration": 200, "error": null, + "responsive": { + "document_width": { + "1024x768": 1031, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-sigmaringen.de/" } @@ -66366,7 +78802,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 200 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66377,7 +78818,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -66432,6 +78873,12 @@ "url": "https://www.gruene-sl-fl.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66443,8 +78890,17 @@ "opengraph": null, "title": "Grüne Schleswig-Flensburg: Home" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-sl-fl.de/home/" } @@ -66483,7 +78939,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66494,7 +78955,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66542,6 +79003,10 @@ "url": "https://gruene-slf-ru.de/" } ], + "responsive": { + "min_width": 992, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66553,8 +79018,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Aktuelles" }, - "duration": 152, + "duration": 392, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 992, + "768x1024": 992 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-slf-ru.de/" } @@ -66594,7 +79068,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 152 + "value": 392 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66672,6 +79151,12 @@ "url": "https://gruene-sms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -66685,16 +79170,25 @@ "generator": null, "icon": "https://gruene-sms.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Schmalkalden-Meiningen-Suhl › BÜNDNIS 90/DIE GRÜNEN Regionalverband" }, - "duration": 350, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sms.de/" } @@ -66731,7 +79225,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 350 + "value": 375 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66742,7 +79241,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -66806,6 +79305,10 @@ "url": "https://www.gruene-solingen.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66819,8 +79322,17 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 166, + "duration": 172, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-solingen.de/" }, @@ -66836,8 +79348,17 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 165, + "duration": 218, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-solingen.de/" } @@ -66876,7 +79397,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 195 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66948,6 +79474,12 @@ "url": "https://www.gruene-stadt-leer.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66959,8 +79491,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 70, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/index.php?id=124996" } @@ -66999,7 +79540,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67010,7 +79556,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67065,6 +79611,12 @@ "url": "https://www.gruene-starnberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67076,8 +79628,17 @@ "opengraph": null, "title": "Kreisverband Starnberg: Home" }, - "duration": 67, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-starnberg.de/home/" } @@ -67116,7 +79677,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67127,7 +79693,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67182,6 +79748,12 @@ "url": "https://www.gruene-steinburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67193,8 +79765,17 @@ "opengraph": null, "title": "Kreisverband Steinburg: Home / Aktuelles" }, - "duration": 69, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-steinburg.de/home-aktuelles/" } @@ -67233,7 +79814,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67244,7 +79830,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67299,6 +79885,12 @@ "url": "https://www.gruene-stormarn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67310,8 +79902,17 @@ "opengraph": null, "title": "Kreisverband Stormarn: Home" }, - "duration": 85, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-stormarn.de/home/" } @@ -67350,7 +79951,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67361,7 +79967,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67416,6 +80022,12 @@ "url": "https://www.gruene-straubing-bogen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67427,8 +80039,17 @@ "opengraph": null, "title": "Grüne Straubing-Bogen: Home" }, - "duration": 67, + "duration": 206, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-straubing-bogen.de/home/" } @@ -67465,9 +80086,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 206 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67478,7 +80104,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -67533,6 +80159,12 @@ "url": "https://www.gruene-stuttgart.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67544,8 +80176,17 @@ "opengraph": null, "title": "Kreisverband Stuttgart: Startseite" }, - "duration": 200, + "duration": 419, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-stuttgart.de/startseite/" } @@ -67583,7 +80224,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 200 + "value": 419 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67594,7 +80240,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -67649,6 +80295,12 @@ "url": "https://www.gruene-toelz-wor.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67662,6 +80314,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-toelz-wor.de/home/" } @@ -67702,6 +80363,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -67711,7 +80377,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67775,6 +80441,12 @@ "url": "https://www.gruene-traunstein.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" + ] + }, "urlchecks": [ { "content": { @@ -67789,8 +80461,17 @@ "opengraph": null, "title": "Kreisverband Traunstein |" }, - "duration": 6, + "duration": 890, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" + }, "status_code": 200, "url": "http://www.gruene-traunstein.de/" } @@ -67826,9 +80507,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 6 + "value": 890 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67839,7 +80525,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -67898,6 +80584,10 @@ "url": "https://www.gruene-treptow-koepenick.de/" } ], + "responsive": { + "min_width": 878, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -67909,8 +80599,17 @@ "opengraph": null, "title": "Home - Bündnis 90 / Die Grünen KV Treptow-Köpenick von Berlin" }, - "duration": 359, + "duration": 322, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 878, + "768x1024": 878 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-treptow-koepenick.de/" } @@ -67950,7 +80649,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 359 + "value": 322 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -68025,6 +80729,12 @@ "url": "https://www.gruene-ts.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -68037,18 +80747,27 @@ "generator": null, "icon": "http://www.gruene-ts.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen - Tempelhof-Schöneberg" }, - "duration": 287, + "duration": 264, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-ts.de/" } @@ -68086,7 +80805,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 287 + "value": 264 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68097,7 +80821,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -68152,6 +80876,12 @@ "url": "https://www.gruene-tuebingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68163,8 +80893,17 @@ "opengraph": null, "title": "Kreisverband Tübingen: Home" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-tuebingen.de/home/" } @@ -68203,7 +80942,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68214,7 +80958,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -68261,6 +81005,10 @@ "url": "https://gruene-tuttlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -68272,8 +81020,17 @@ "opengraph": null, "title": "Grüne Kreis Tuttlingen: Aktuelles" }, - "duration": 530, + "duration": 564, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" } @@ -68311,7 +81068,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 530 + "value": 564 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -68377,6 +81139,12 @@ "url": "https://www.gruene-ulm.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68388,8 +81156,17 @@ "opengraph": null, "title": "Grüne Ulm: Termine" }, - "duration": 66, + "duration": 101, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ulm.de/termine/" } @@ -68426,9 +81203,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 101 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68439,7 +81221,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68494,6 +81276,12 @@ "url": "https://www.gruene-um.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68505,8 +81293,17 @@ "opengraph": null, "title": "KREISVERBAND UCKERMARK: Home" }, - "duration": 68, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-um.de/home/" } @@ -68543,9 +81340,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 104 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68556,7 +81358,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68611,6 +81413,12 @@ "url": "https://www.gruene-unterallgaeu.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68622,8 +81430,17 @@ "opengraph": null, "title": "Unterallgäu: Startseite" }, - "duration": 65, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-unterallgaeu.de/startseite/" } @@ -68662,7 +81479,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68673,7 +81495,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -68728,6 +81550,12 @@ "url": "https://www.gruene-unterfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68739,8 +81567,17 @@ "opengraph": null, "title": "Bezirksverband Unterfranken: Startseite" }, - "duration": 72, + "duration": 164, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-unterfranken.de/startseite/" } @@ -68777,9 +81614,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 164 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68790,7 +81632,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68839,7 +81681,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, @@ -68847,13 +81689,19 @@ }, { "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, "url": "https://www.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -68866,17 +81714,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 751, + "duration": 127, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-verden.de/" } @@ -68914,7 +81771,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 751 + "value": 127 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68925,7 +81787,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -68978,6 +81840,12 @@ "url": "https://www.gruene-vogelsberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68987,15 +81855,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Vogelsberg" }, - "duration": 222, + "duration": 210, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-vogelsberg.de/" } @@ -69034,7 +81911,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 210 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69045,7 +81927,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69108,6 +81990,10 @@ "url": "https://www.gruene-vogtland.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -69121,8 +82007,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Vogtland" }, - "duration": 209, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-vogtland.de/startseite/" } @@ -69160,7 +82055,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 271 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -69221,6 +82121,12 @@ "url": "https://gruene-vorpommern-greifswald.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69232,8 +82138,17 @@ "opengraph": null, "title": "KV Vorpommern-Greifswald: Startseite" }, - "duration": 90, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vorpommern-greifswald.de/startseite/" } @@ -69272,7 +82187,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 90 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69283,7 +82203,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69338,6 +82258,12 @@ "url": "https://www.gruene-vorpommern-ruegen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69349,8 +82275,17 @@ "opengraph": null, "title": "Grüne Vorpommern-Rügen: Startseite" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vorpommern-ruegen.de/startseite/" } @@ -69389,7 +82324,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69400,7 +82340,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69461,6 +82401,12 @@ "url": "https://www.gruene-waf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69472,8 +82418,17 @@ "opengraph": null, "title": "Grüne WAF: Startseite" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-warendorf.de/startseite/" } @@ -69512,7 +82467,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69523,7 +82483,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69576,6 +82536,12 @@ "url": "https://www.gruene-waldeck-frankenberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69585,15 +82551,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "B90/Die Grünen im Landkreis Waldeck-Frankenberg" }, - "duration": 209, + "duration": 212, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-waldeck-frankenberg.de/" } @@ -69632,7 +82607,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 212 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69643,7 +82623,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69705,6 +82685,10 @@ "url": "https://www.gruene-wallenhorst.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -69714,13 +82698,22 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 444, + "duration": 428, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wallenhorst.de" }, @@ -69732,13 +82725,22 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 341, + "duration": 447, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wallenhorst.de/" } @@ -69778,7 +82780,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 392 + "value": 438 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -69844,6 +82851,12 @@ "url": "https://www.gruene-walsrode.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69857,6 +82870,15 @@ }, "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-walsrode.de/home/" } @@ -69897,6 +82919,11 @@ "type": "number", "value": 62 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -69906,7 +82933,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69971,6 +82998,12 @@ "url": "https://www.gruene-wangen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -69983,17 +83016,26 @@ "generator": null, "icon": "http://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Wangen" }, - "duration": 774, + "duration": 746, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-wangen.de/" }, @@ -70008,17 +83050,26 @@ "generator": null, "icon": "https://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Wangen" }, - "duration": 911, + "duration": 778, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-wangen.de/" } @@ -70056,7 +83107,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 842 + "value": 762 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70067,7 +83123,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -70129,6 +83185,12 @@ "url": "https://www.gruene-wartburgkreis-eisenach.de/" } ], + "responsive": { + "min_width": 492, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -70141,16 +83203,25 @@ "generator": null, "icon": "http://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 624, + "duration": 802, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-wartburgkreis-eisenach.de/" }, @@ -70165,16 +83236,25 @@ "generator": null, "icon": "https://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 677, + "duration": 781, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-wartburgkreis-eisenach.de/" } @@ -70212,7 +83292,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 650 + "value": 792 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70223,7 +83308,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -70278,6 +83363,12 @@ "url": "https://www.gruene-weiden.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70289,8 +83380,17 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 68, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" } @@ -70329,7 +83429,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70340,7 +83445,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70395,6 +83500,12 @@ "url": "https://www.gruene-weilheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70406,8 +83517,17 @@ "opengraph": null, "title": "KV Weilheim-Schongau: Aktivitäten, Termine, Ereignisse 2018" }, - "duration": 62, + "duration": 294, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" } @@ -70444,9 +83564,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 294 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70457,7 +83582,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -70512,6 +83637,12 @@ "url": "https://www.gruene-weimar.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70525,6 +83656,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weimar.de/gruene-neuigkeiten/" } @@ -70565,6 +83705,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -70574,7 +83719,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70629,6 +83774,12 @@ "url": "https://www.gruene-weissenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70642,6 +83793,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weissenburg.de/home/" } @@ -70682,6 +83842,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -70691,7 +83856,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70746,6 +83911,12 @@ "url": "https://www.gruene-wermelskirchen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70757,8 +83928,17 @@ "opengraph": null, "title": "Grüne in Wermelskirchen: Home" }, - "duration": 62, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wermelskirchen.de/home/" } @@ -70797,7 +83977,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70808,7 +83993,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70863,6 +84048,12 @@ "url": "https://www.gruene-werra-meissner.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70874,8 +84065,17 @@ "opengraph": null, "title": "Grüne Werra-Meißner: Start" }, - "duration": 65, + "duration": 138, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-werra-meissner.de/startseite/" } @@ -70912,9 +84112,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 138 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70925,7 +84130,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -70980,6 +84185,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70991,8 +84202,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71031,7 +84251,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71042,7 +84267,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71097,6 +84322,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71108,8 +84339,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 64, + "duration": 221, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71146,9 +84386,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 221 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71159,7 +84404,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -71214,6 +84459,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71225,8 +84476,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 73, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71265,7 +84525,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71276,7 +84541,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71329,6 +84594,12 @@ "url": "https://www.gruene-wetterau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71338,15 +84609,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Wetterau" }, - "duration": 517, + "duration": 531, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wetterau.de/" } @@ -71385,7 +84665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 517 + "value": 531 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71396,7 +84681,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -71457,6 +84742,12 @@ "url": "https://www.gruene-wf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71470,6 +84761,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.xn--grne-wf-o2a.de/startseite/" } @@ -71510,6 +84810,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -71519,7 +84824,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71574,6 +84879,12 @@ "url": "https://www.gruene-wiefelstede.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71585,8 +84896,17 @@ "opengraph": null, "title": "Ortsverband Wiefelstede: Home" }, - "duration": 297, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wiefelstede.de/home/" } @@ -71623,9 +84943,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 297 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71636,7 +84961,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -71691,6 +85016,12 @@ "url": "https://www.gruene-wiesbaden.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71702,8 +85033,17 @@ "opengraph": null, "title": "DIE GRÜNEN WIESBADEN: Startseite" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-wiesbaden.de/startseite/" } @@ -71742,7 +85082,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71753,7 +85098,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71806,6 +85151,12 @@ "url": "https://gruene-winsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -71818,16 +85169,25 @@ "generator": null, "icon": "http://gruene-winsen.de/wp-content/themes/1508095540-3wqS2x/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Winsen" }, - "duration": 174, + "duration": 227, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-winsen.de/" } @@ -71865,7 +85225,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 227 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71876,7 +85241,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -71940,6 +85305,10 @@ "url": "https://www.gruene-wittenberg.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -71952,18 +85321,27 @@ "generator": "WordPress 4.2.2", "icon": "http://www.gruene-wittenberg.de/wp-content/themes/blum-o-matic/favicon.ico", "opengraph": [ - "og:url", - "og:locale:alternate", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "Allgemein | BÜNDNIS 90/DIE GRÜNEN Lutherstadt Wittenberg" }, - "duration": 89, + "duration": 100, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wittenberg.de/" } @@ -71999,9 +85377,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 100 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -72012,7 +85395,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -72065,6 +85448,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72077,16 +85466,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 306, + "duration": 275, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72124,7 +85522,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72135,7 +85538,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72188,6 +85591,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72200,16 +85609,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 255, + "duration": 308, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72247,7 +85665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 255 + "value": 308 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72258,7 +85681,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72311,6 +85734,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72323,16 +85752,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 167, + "duration": 363, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72370,7 +85808,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 167 + "value": 363 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72381,7 +85824,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72434,6 +85877,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72446,16 +85895,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 281, + "duration": 469, "error": null, + "responsive": { + "document_width": { + "1024x768": 1123, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72493,7 +85951,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 469 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72504,7 +85967,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72568,6 +86031,12 @@ "url": "https://www.gruene-wolfenbuettel.de/" } ], + "responsive": { + "min_width": 388, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72580,17 +86049,26 @@ "generator": null, "icon": "http://gruene-wolfenbuettel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Stadt Wolfenbüttel" }, - "duration": 718, + "duration": 792, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 388, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wolfenbuettel.de/" } @@ -72628,7 +86106,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 718 + "value": 792 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72639,7 +86122,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-wolfsburg.de/aktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-wolfsburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-wolfsburg.de" + }, + "www.gruene-wolfsburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-wolfsburg.de" + } + }, + "icons": [ + "http://www.gruene-wolfsburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "http://gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "http://www.gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "https://gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "https://www.gruene-wolfsburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-wolfsburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Wolfsburg: Aktuelles" + }, + "duration": 74, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-wolfsburg.de/aktuelles/" + } + ] + }, + "input_url": "http://www.gruene-wolfsburg.de/aktuelles/", + "meta": { + "city": null, + "district": "Wolfsburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 74 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -72694,6 +86314,12 @@ "url": "https://www.gruene-worms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -72705,8 +86331,17 @@ "opengraph": null, "title": "Die Wormser Grünen: Start" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-worms.de/start/" } @@ -72745,7 +86380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72756,7 +86396,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -72811,6 +86451,12 @@ "url": "https://www.gruene-wst.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -72822,8 +86468,17 @@ "opengraph": null, "title": "GRÜNE OV Westerstede: Bündnis90/DIE GRÜNEN Ortsverband Westerstede" }, - "duration": 66, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wst.de/home/" } @@ -72862,7 +86517,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72873,7 +86533,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -72920,6 +86580,10 @@ "url": "https://gruene-wt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -72931,8 +86595,17 @@ "opengraph": null, "title": "Grüne Kreis Waldshut: Kreisverband Waldshut" }, - "duration": 599, + "duration": 736, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-wt.de/" } @@ -72970,7 +86643,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 599 + "value": 736 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73041,6 +86719,12 @@ "url": "https://www.gruene-wuerzburg-land.de/" } ], + "responsive": { + "min_width": 349, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -73057,8 +86741,17 @@ ], "title": "Home" }, - "duration": 293, + "duration": 760, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://gruene-wuerzburg-land.de/cms/index.php/" }, @@ -73077,8 +86770,17 @@ ], "title": "Home" }, - "duration": 309, + "duration": 318, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-wuerzburg-land.de/cms/index.php/" } @@ -73116,7 +86818,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 539 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73127,7 +86834,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73187,6 +86894,12 @@ "url": "https://www.gruene-wuerzburg.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -73201,8 +86914,17 @@ "opengraph": null, "title": "Home" }, - "duration": 386, + "duration": 412, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://gruene-wuerzburg.de/cms/" }, @@ -73219,8 +86941,17 @@ "opengraph": null, "title": "Home" }, - "duration": 399, + "duration": 417, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-wuerzburg.de/cms/" } @@ -73258,7 +86989,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 392 + "value": 414 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73269,7 +87005,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73329,6 +87065,12 @@ "url": "https://www.gruene-ww.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [ + "width=1000" + ] + }, "urlchecks": [ { "content": { @@ -73339,14 +87081,23 @@ "icon": null, "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE Westerwald" }, - "duration": 297, + "duration": 980, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "width=1000" + }, "status_code": 200, "url": "http://gruene-ww.de/" }, @@ -73359,14 +87110,23 @@ "icon": null, "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE Westerwald" }, - "duration": 230, + "duration": 354, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "width=1000" + }, "status_code": 200, "url": "http://www.gruene-ww.de/" } @@ -73407,7 +87167,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 264 + "value": 667 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73473,6 +87238,12 @@ "url": "https://www.gruene-zeven.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -73484,8 +87255,17 @@ "opengraph": null, "title": "Ortsverband Zeven: Home" }, - "duration": 65, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-zeven.de/home/" } @@ -73524,7 +87304,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73535,7 +87320,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -73582,6 +87367,12 @@ "url": "https://gruene-zollernalb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -73593,8 +87384,17 @@ "opengraph": null, "title": "Grüne Kreis Zollernalb: HOME" }, - "duration": 718, + "duration": 926, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-zollernalb.de/index.php?id=2000" } @@ -73632,7 +87432,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 718 + "value": 926 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73643,7 +87448,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73706,6 +87511,10 @@ "url": "https://www.gruene-zwickau.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -73719,8 +87528,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Zwickau" }, - "duration": 215, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-zwickau.de/startseite/" } @@ -73758,7 +87576,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 215 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73833,6 +87656,12 @@ "url": "https://www.gruene-zwischenahn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -73847,8 +87676,17 @@ "opengraph": null, "title": "Grüne Bad Zwischenahn | Infos über Grüne Kommunalpolitik" }, - "duration": 163, + "duration": 114, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + }, "status_code": 200, "url": "http://gruene-zwischenahn.de/" } @@ -73886,7 +87724,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 163 + "value": 114 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73897,7 +87740,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -73946,7 +87789,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, @@ -73954,13 +87797,19 @@ }, { "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, "url": "https://www.grueneboro.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -73973,18 +87822,27 @@ "generator": null, "icon": "http://www.grueneboro.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "OV Bobenheim-Roxheim" }, - "duration": 678, + "duration": 735, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.grueneboro.de/" } @@ -74022,7 +87880,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 678 + "value": 735 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74033,7 +87896,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruenedelmenhorst.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruenedelmenhorst.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruenedelmenhorst.de" + }, + "www.gruenedelmenhorst.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruenedelmenhorst.de" + } + }, + "icons": [ + "http://www.gruenedelmenhorst.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "http://gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "http://www.gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "https://gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "https://www.gruenedelmenhorst.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruenedelmenhorst.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Delmenhorst: Home" + }, + "duration": 76, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruenedelmenhorst.de/home/" + } + ] + }, + "input_url": "http://www.gruenedelmenhorst.de/home/", + "meta": { + "city": null, + "district": "Delmenhorst", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -74074,18 +88074,31 @@ }, { "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, "url": "https://grueneduisburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": null, "duration": 48, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 403, "url": "http://grueneduisburg.de/" } @@ -74127,6 +88140,11 @@ "type": "number", "value": 48 }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -74191,6 +88209,12 @@ "url": "https://www.grueneleer.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74202,8 +88226,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Artikel" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/startseite/artikel/" } @@ -74242,7 +88275,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74253,7 +88291,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74312,6 +88350,12 @@ "url": "https://www.gruenemarzahnhellersdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74325,17 +88369,26 @@ "generator": null, "icon": "https://www.gruenemarzahnhellersdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite - Bündnis 90 / Die GrünenBündnis 90 / Die Grünen" }, - "duration": 948, + "duration": 268, "error": null, + "responsive": { + "document_width": { + "1024x768": 1052, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruenemarzahnhellersdorf.de/" } @@ -74372,7 +88425,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 948 + "value": 268 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74383,7 +88441,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -74438,6 +88496,12 @@ "url": "https://www.gruenemsp.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74449,8 +88513,17 @@ "opengraph": null, "title": "GRÜNE Main-Spessart: Startseite" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruenemsp.de/startseite/" } @@ -74489,7 +88562,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74500,7 +88578,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74549,6 +88627,10 @@ "url": "https://grueneniederkassel.de/" } ], + "responsive": { + "min_width": 1162, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -74560,8 +88642,17 @@ "opengraph": null, "title": null }, - "duration": 52, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1172, + "1920x1080": 1920, + "320x480": 1180, + "768x1024": 1162 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://grueneniederkassel.de/" }, @@ -74575,8 +88666,17 @@ "opengraph": null, "title": null }, - "duration": 134, + "duration": 845, "error": null, + "responsive": { + "document_width": { + "1024x768": 1172, + "1920x1080": 1920, + "320x480": 1180, + "768x1024": 1162 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://grueneniederkassel.de/" } @@ -74613,9 +88713,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 93 + "value": 450 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -74626,7 +88731,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -74681,6 +88786,12 @@ "url": "https://www.grueneprignitz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74692,8 +88803,17 @@ "opengraph": null, "title": "KREISVERBAND PRIGNITZ: Aktuelles/Termine" }, - "duration": 85, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.grueneprignitz.de/aktuellestermine/" } @@ -74732,7 +88852,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74743,7 +88868,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74807,6 +88932,12 @@ "url": "https://www.gruenestadterfurt.de/" } ], + "responsive": { + "min_width": 515, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74819,20 +88950,29 @@ "generator": null, "icon": "http://www.gruenestadterfurt.de/wp-content/themes/1508149991-hYCbsW/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "GRÜNE.STADT.ERFURT" }, - "duration": 238, + "duration": 493, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 515, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruenestadterfurt.de/" } @@ -74870,7 +89010,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 493 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -74925,7 +89070,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, @@ -74933,13 +89078,19 @@ }, { "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, "url": "https://www.gruenestelle.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74951,8 +89102,17 @@ "opengraph": null, "title": "gruenestelle.de steht zum Verkauf - Sedo GmbH" }, - "duration": 406, + "duration": 617, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" } @@ -74991,7 +89151,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 406 + "value": 617 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75002,7 +89167,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -75057,6 +89222,12 @@ "url": "https://www.gruenetir.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75068,8 +89239,17 @@ "opengraph": null, "title": "Grüne Kreis Tirschenreuth: Startseite" }, - "duration": 196, + "duration": 696, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruenetir.de/startseite/" } @@ -75107,7 +89287,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 696 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75118,7 +89303,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -75135,8 +89320,8 @@ "grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.13", - "192.0.78.12" + "192.0.78.12", + "192.0.78.13" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -75146,8 +89331,8 @@ "www.grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.13", - "192.0.78.12" + "192.0.78.12", + "192.0.78.13" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -75172,6 +89357,12 @@ "url": "https://lb.wordpress.com/" } ], + "responsive": { + "min_width": 330, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -75185,8 +89376,17 @@ "opengraph": null, "title": "WordPress.com" }, - "duration": 568, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 330, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://en.wordpress.com/typo/?subdomain=lb" } @@ -75223,7 +89423,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 568 + "value": 465 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75234,7 +89439,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -75295,6 +89500,12 @@ "url": "https://www.offenbach-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75306,8 +89517,17 @@ "opengraph": null, "title": "Grüne Offenbach: Start" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-offenbach.de/start/" } @@ -75346,7 +89566,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75357,7 +89582,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -75406,7 +89631,7 @@ }, { "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, @@ -75414,13 +89639,17 @@ }, { "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, "url": "https://www.padergruen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -75433,20 +89662,29 @@ "generator": null, "icon": "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Die Grünen" }, - "duration": 50, + "duration": 285, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.xn--padergrn-d6a.de/" } @@ -75481,9 +89719,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 50 + "value": 285 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -75494,7 +89737,7 @@ "value": true } }, - "score": 9.0 + "score": 8.5 }, { "details": { @@ -75557,6 +89800,10 @@ "url": "https://xn--grne-mnster-uhbe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -75568,17 +89815,26 @@ "generator": "WordPress 4.9.5", "icon": "http://www.xn--grne-mnster-uhbe.de/wp-content/themes/blum-o-matic_1/favicon.ico", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite - Grüne Münster" }, - "duration": 419, + "duration": 950, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.xn--grne-mnster-uhbe.de/" } @@ -75616,7 +89872,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 419 + "value": 950 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -75691,6 +89952,12 @@ "url": "https://xn--grne-speyer-uhb.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75702,8 +89969,17 @@ "opengraph": null, "title": "Grüner Kreisverband Speyer: Home" }, - "duration": 64, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.xn--grne-speyer-uhb.de/home/" } @@ -75742,7 +90018,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75753,7 +90034,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -75818,6 +90099,12 @@ "url": "https://xn--salzlandgrne-mlb.de/" } ], + "responsive": { + "min_width": 447, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -75830,17 +90117,26 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "SALZLANDGRÜNE" }, - "duration": 491, + "duration": 468, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 447, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.xn--salzlandgrne-mlb.de/" }, @@ -75855,17 +90151,26 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "SALZLANDGRÜNE" }, - "duration": 498, + "duration": 530, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 447, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--salzlandgrne-mlb.de/" } @@ -75904,7 +90209,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 494 + "value": 499 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75915,7 +90225,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -75969,6 +90279,12 @@ "url": "https://xn--grne-deggendorf-0vb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -75981,17 +90297,26 @@ "generator": null, "icon": "http://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 198, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 367, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-deggendorf-0vb.de/" }, @@ -76006,17 +90331,26 @@ "generator": null, "icon": "https://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 268, + "duration": 334, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://xn--grne-deggendorf-0vb.de/" } @@ -76054,7 +90388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 233 + "value": 276 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76065,7 +90404,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -76118,6 +90457,12 @@ "url": "https://xn--grne-milk-r9a.de/" } ], + "responsive": { + "min_width": 367, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76130,16 +90475,25 @@ "generator": null, "icon": "http://xn--grne-milk-r9a.de/wp-content/themes/urwahl3000-2/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KV Minden-Lübbecke" }, - "duration": 476, + "duration": 801, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 367, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-milk-r9a.de/" } @@ -76177,7 +90531,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 476 + "value": 801 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76188,7 +90547,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -76237,7 +90596,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, @@ -76245,13 +90604,19 @@ }, { "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, "url": "https://xn--grne-much-r9a.de/" } ], + "responsive": { + "min_width": 333, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76264,16 +90629,25 @@ "generator": null, "icon": "http://xn--grne-much-r9a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90/Die Grünen Much" }, - "duration": 407, + "duration": 397, "error": null, + "responsive": { + "document_width": { + "1024x768": 1033, + "1920x1080": 1920, + "320x480": 333, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-much-r9a.de/" } @@ -76311,7 +90685,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 407 + "value": 397 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76322,7 +90701,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -76381,6 +90760,12 @@ "url": "https://www.gruene-aw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76394,17 +90779,26 @@ "generator": null, "icon": "https://gruene-aw.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Ahrweiler" }, - "duration": 125, + "duration": 555, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-aw.de/" } @@ -76441,7 +90835,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 125 + "value": 555 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76452,7 +90851,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76507,6 +90906,12 @@ "url": "https://www.gruene-bayern.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "minimum-scale=1.0, width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76517,14 +90922,23 @@ "icon": "https://gruene-bayern.de/wp-content/uploads/2017/01/profil-neu-150x150.jpeg", "opengraph": [ "og:url", - "og:title", "og:image", + "og:title", "og:description" ], "title": "" }, - "duration": 106, + "duration": 143, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "minimum-scale=1.0, width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-bayern.de/" } @@ -76562,7 +90976,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 143 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76573,7 +90992,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -76581,7 +91000,9 @@ "http://gruene-brandenburg.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-brandenburg.de/index.php?id=112730&type=100" + ], "hostnames": { "gruene-brandenburg.de": { "aliases": [], @@ -76628,19 +91049,36 @@ "url": "https://www.gruene-brandenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-brandenburg.de/index.php?id=112730&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-brandenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Landesverband Brandenburg: Startseite" }, - "duration": 66, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-brandenburg.de/startseite/" } @@ -76667,9 +91105,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -76679,7 +91116,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76690,7 +91132,7 @@ "value": true } }, - "score": 6.0 + "score": 8.0 }, { "details": { @@ -76747,6 +91189,12 @@ "url": "https://www.gruene-bremen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76760,8 +91208,17 @@ "opengraph": null, "title": "GRÜNE Bremen: Startseite" }, - "duration": 943, + "duration": 680, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-bremen.de/startseite/" } @@ -76798,7 +91255,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 943 + "value": 680 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76809,7 +91271,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76866,6 +91328,12 @@ "url": "https://www.gruene-bw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76877,19 +91345,28 @@ "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:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite | gruene-bw.de" }, - "duration": 257, + "duration": 243, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-bw.de/" } @@ -76926,7 +91403,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 257 + "value": 243 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76937,7 +91419,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76987,6 +91469,12 @@ "url": "https://gruene-chemnitz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76999,16 +91487,25 @@ "generator": null, "icon": "https://gruene-chemnitz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Chemnitz" }, - "duration": 761, + "duration": 333, "error": null, + "responsive": { + "document_width": { + "1024x768": 1037, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-chemnitz.de/" } @@ -77045,7 +91542,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 761 + "value": 333 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77056,7 +91558,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77114,6 +91616,12 @@ "url": "https://www.gruene-illingen-saar.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77128,8 +91636,17 @@ "opengraph": null, "title": "Ortsverband Illingen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 414, + "duration": 394, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-illingen-saar.de/" } @@ -77166,7 +91683,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 414 + "value": 394 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77177,7 +91699,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77227,6 +91749,12 @@ "url": "https://gruene-kv-soest.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77239,16 +91767,26 @@ "generator": null, "icon": "https://gruene-kv-soest.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Soest" }, - "duration": 521, + "duration": 731, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kv-soest.de/" } @@ -77285,7 +91823,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 521 + "value": 731 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77296,7 +91839,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77346,6 +91889,12 @@ "url": "https://gruene-linksderweser.de/" } ], + "responsive": { + "min_width": 339, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77358,16 +91907,25 @@ "generator": null, "icon": "https://gruene-linksderweser.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Links der Weser" }, - "duration": 358, + "duration": 441, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 339, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-linksderweser.de/" } @@ -77404,7 +91962,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 441 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77415,7 +91978,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77470,6 +92033,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -77481,8 +92050,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -77521,7 +92099,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77532,7 +92115,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -77590,6 +92173,12 @@ "url": "https://www.gruene-ml.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77602,17 +92191,26 @@ "generator": null, "icon": "https://gruene-ml.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München Land" }, - "duration": 905, + "duration": 943, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ml.de/wordpress/" } @@ -77649,7 +92247,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 905 + "value": 943 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77660,7 +92263,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77718,6 +92321,12 @@ "url": "https://www.gruene-neunkirchen-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77732,8 +92341,17 @@ "opengraph": null, "title": "Ortsverband Neunkirchen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 423, + "duration": 394, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-neunkirchen-saar.de/" } @@ -77770,7 +92388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 423 + "value": 394 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77781,7 +92404,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77839,6 +92462,12 @@ "url": "https://www.gruene-rehlingen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77853,8 +92482,17 @@ "opengraph": null, "title": "Grüne Rehlingen-Siersburg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 630, + "duration": 815, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-rehlingen.de/" } @@ -77891,7 +92529,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 630 + "value": 815 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77902,7 +92545,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77957,6 +92600,12 @@ "url": "https://www.gruene-roesrath.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -77968,8 +92617,17 @@ "opengraph": null, "title": "Die Grünen Rösrath: Startseite" }, - "duration": 186, + "duration": 201, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-roesrath.de/startseite/" } @@ -78007,7 +92665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 186 + "value": 201 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78018,7 +92681,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -78076,6 +92739,12 @@ "url": "https://www.gruene-sb.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78090,8 +92759,17 @@ "opengraph": null, "title": "Kreisverband Saarbrücken - BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 336, + "duration": 382, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sb.de/" } @@ -78128,7 +92806,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 336 + "value": 382 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78139,7 +92822,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78197,6 +92880,12 @@ "url": "https://www.gruene-sls.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78211,8 +92900,17 @@ "opengraph": null, "title": "Kreisverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 363, + "duration": 382, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sls.de/" } @@ -78249,7 +92947,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 363 + "value": 382 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78260,7 +92963,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78316,6 +93019,12 @@ "url": "https://www.gruene-vulkaneifel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -78328,16 +93037,25 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis90/Die Grünen Kreisverband Vulkaneifel »" }, - "duration": 402, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "https://gruene-vulkaneifel.de/" } @@ -78373,9 +93091,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 402 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78386,7 +93109,7 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { @@ -78444,6 +93167,12 @@ "url": "https://www.gruene-wadgassen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78458,8 +93187,17 @@ "opengraph": null, "title": "Ortsverband Wadgassen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 388, + "duration": 340, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wadgassen.de/" } @@ -78496,7 +93234,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 388 + "value": 340 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78507,7 +93250,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78564,6 +93307,12 @@ "url": "https://www.gruene.berlin/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, user-scalable=yes" + ] + }, "urlchecks": [ { "content": { @@ -78575,17 +93324,26 @@ "generator": "Drupal 7 (http://drupal.org)", "icon": "https://gruene.berlin/sites/gruene.berlin/files/favicon.ico", "opengraph": [ - "og:url", - "og:image:url", "og:image", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:url" ], "title": "Bündnis 90/DIE GRÜNEN Berlin |" }, - "duration": 202, + "duration": 204, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, user-scalable=yes" + }, "status_code": 200, "url": "https://gruene.berlin/" } @@ -78622,7 +93380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 202 + "value": 204 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78633,7 +93396,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78687,6 +93450,12 @@ "url": "https://www.hamburg.gruene.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -78698,8 +93467,17 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 156, + "duration": 160, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 789 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + }, "status_code": 200, "url": "https://hamburg.gruene.de/" }, @@ -78713,8 +93491,17 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 172, + "duration": 175, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 789 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + }, "status_code": 200, "url": "https://www.hamburg.gruene.de/" } @@ -78754,7 +93541,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 164 + "value": 168 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78765,7 +93557,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -78823,6 +93615,12 @@ "url": "https://www.kreis.gruene-merzig.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78837,8 +93635,17 @@ "opengraph": null, "title": "Kreisverband Merzig-Wadern - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 367, + "duration": 353, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://kreis.gruene-merzig.de/" } @@ -78875,7 +93682,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 353 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78886,7 +93698,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78942,6 +93754,12 @@ "url": "https://www.sh-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78956,8 +93774,17 @@ "opengraph": null, "title": "GRÜNE Schleswig-Holstein" }, - "duration": 313, + "duration": 974, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://sh-gruene.de/" } @@ -78995,7 +93822,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 313 + "value": 974 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79006,7 +93838,158 @@ "value": true } }, - "score": 7.5 + "score": 8.5 + }, + { + "details": { + "canonical_urls": [ + "https://www.facebook.com/" + ], + "cms": null, + "feeds": [], + "hostnames": { + "facebook.com": { + "aliases": [], + "ip_addresses": [ + "185.60.216.35" + ], + "resolvable": true, + "resolved_hostname": "facebook.com" + }, + "www.facebook.com": { + "aliases": [ + "www.facebook.com" + ], + "ip_addresses": [ + "157.240.20.35" + ], + "resolvable": true, + "resolved_hostname": "star-mini.c10r.facebook.com" + } + }, + "icons": [ + "https://static.xx.fbcdn.net/rsrc.php/yz/r/KFyVIAWzntM.ico" + ], + "ipv4_addresses": [ + "157.240.20.35", + "185.60.216.35" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "https://www.facebook.com/", + "url": "http://facebook.com/" + }, + { + "error": { + "message": "HTTPConnectionPool(host='www.c10r.facebook.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))", + "type": "" + }, + "redirects_to": null, + "url": "http://star-mini.c10r.facebook.com/" + }, + { + "error": null, + "redirects_to": "https://www.facebook.com/", + "url": "https://facebook.com/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='star-mini.c10r.facebook.com', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'star-mini.c10r.facebook.com' doesn't match either of '*.facebook.com', '*.xx.fbcdn.net', '*.fbsbx.com', '*.xz.fbcdn.net', '*.facebook.net', '*.xy.fbcdn.net', '*.messenger.com', 'fb.com', '*.fbcdn.net', '*.fb.com', '*.m.facebook.com', 'messenger.com', 'facebook.com'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://star-mini.c10r.facebook.com/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "user-scalable=no,initial-scale=1,maximum-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": "https://www.facebook.com/", + "encoding": "UTF-8", + "feeds": [], + "generator": null, + "icon": "https://static.xx.fbcdn.net/rsrc.php/yz/r/KFyVIAWzntM.ico", + "opengraph": [ + "og:locale", + "og:image", + "og:site_name", + "og:url", + "og:locale:alternate" + ], + "title": "Facebook – Anmelden oder Registrieren" + }, + "duration": 275, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no,initial-scale=1,maximum-scale=1" + }, + "status_code": 200, + "url": "https://www.facebook.com/" + } + ] + }, + "input_url": "https://www.facebook.com/GrueneOS/", + "meta": { + "city": null, + "district": "Osnabrück-Stadt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 2, + "value": true + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.5 }, { "details": { @@ -79061,6 +94044,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -79072,8 +94061,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -79112,7 +94110,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79123,7 +94126,155 @@ "value": true } }, - "score": 6.0 + "score": 7.0 + }, + { + "details": { + "canonical_urls": [ + "https://www.gruene-friesland.de/" + ], + "cms": "wordpress-urwahl", + "feeds": [ + "https://www.gruene-friesland.de/comments/feed/", + "https://www.gruene-friesland.de/feed/" + ], + "hostnames": { + "gruene-friesland.de": { + "aliases": [], + "ip_addresses": [ + "195.201.128.221" + ], + "resolvable": true, + "resolved_hostname": "gruene-friesland.de" + }, + "www.gruene-friesland.de": { + "aliases": [], + "ip_addresses": [ + "195.201.128.221" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-friesland.de" + } + }, + "icons": [ + "https://www.gruene-friesland.de/wp-content/themes/urwahl3000/favicon.png" + ], + "ipv4_addresses": [ + "195.201.128.221" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "http://gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "http://www.gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "https://gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "https://www.gruene-friesland.de/" + } + ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "UTF-8", + "feeds": [ + "https://www.gruene-friesland.de/feed/", + "https://www.gruene-friesland.de/comments/feed/" + ], + "generator": null, + "icon": "https://www.gruene-friesland.de/wp-content/themes/urwahl3000/favicon.png", + "opengraph": [ + "og:description", + "og:image", + "og:type", + "og:site_name", + "og:title", + "og:url" + ], + "title": "Kreisverband Friesland" + }, + "duration": 311, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1113, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, + "status_code": 200, + "url": "https://www.gruene-friesland.de/" + } + ] + }, + "input_url": "https://www.gruene-friesland.de/", + "meta": { + "city": null, + "district": "Friesland", + "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": 2, + "value": true + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 311 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 9.5 }, { "details": { @@ -79181,6 +94332,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79193,18 +94350,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 512, + "duration": 102, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79241,7 +94407,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 512 + "value": 102 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79252,7 +94423,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79310,6 +94481,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79322,18 +94499,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 609, + "duration": 680, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79370,7 +94556,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 680 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79381,7 +94572,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79439,6 +94630,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79451,18 +94648,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 475, + "duration": 981, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79499,7 +94705,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 475 + "value": 981 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79510,7 +94721,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79568,6 +94779,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79580,18 +94797,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 536, + "duration": 822, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79628,7 +94854,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 536 + "value": 822 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79639,7 +94870,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79697,6 +94928,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79709,18 +94946,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 103, + "duration": 469, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79757,7 +95003,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 103 + "value": 469 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79768,7 +95019,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79826,6 +95077,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79838,18 +95095,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 475, + "duration": 112, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79886,7 +95152,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 475 + "value": 112 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79897,7 +95168,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79952,6 +95223,12 @@ "url": "https://www.gruene-leipzig.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -79963,8 +95240,17 @@ "opengraph": null, "title": "Kreisverband Leipzig: Startseite" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-leipzig.de/startseite/" } @@ -80003,7 +95289,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80014,7 +95305,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -80073,6 +95364,12 @@ "url": "https://www.gruene-limburg-weilburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80086,16 +95383,25 @@ "generator": null, "icon": "https://www.gruene-limburg-weilburg.de/cms/wp-content/themes/urwahl3001/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 532, + "duration": 529, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-limburg-weilburg.de/" } @@ -80132,7 +95438,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 532 + "value": 529 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80143,7 +95454,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80201,6 +95512,12 @@ "url": "https://www.gruene-mainz.de/" } ], + "responsive": { + "min_width": 403, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80213,17 +95530,26 @@ "generator": null, "icon": "https://www.gruene-mainz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Mainz" }, - "duration": 279, + "duration": 374, "error": null, + "responsive": { + "document_width": { + "1024x768": 1069, + "1920x1080": 1920, + "320x480": 403, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mainz.de/" } @@ -80260,7 +95586,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 279 + "value": 374 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80271,7 +95602,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80328,6 +95659,12 @@ "url": "https://www.gruene-niedersachsen.de/" } ], + "responsive": { + "min_width": 439, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -80339,19 +95676,28 @@ "generator": null, "icon": "https://www.gruene-niedersachsen.de/wp-content/uploads/2017/05/cropped-logo-100x100.png", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "An morgen denken wir nicht erst seit gestern - Grüne Niedersachsen" }, - "duration": 290, + "duration": 347, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 439, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-niedersachsen.de/" } @@ -80388,7 +95734,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 290 + "value": 347 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80399,7 +95750,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80457,6 +95808,12 @@ "url": "https://www.gruene-rhein-pfalz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80469,17 +95826,26 @@ "generator": null, "icon": "https://www.gruene-rhein-pfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Rhein-Pfalz" }, - "duration": 394, + "duration": 569, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-rhein-pfalz.de/" } @@ -80516,7 +95882,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 569 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80527,7 +95898,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80584,6 +95955,10 @@ "url": "https://www.gruene-sachsen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -80595,14 +95970,23 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene-sachsen.de/fileadmin/lv/images/favicon.ico", "opengraph": [ - "og:locale", "og:site_name", + "og:locale", "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Sachsen" }, - "duration": 446, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-sachsen.de/startseite/" } @@ -80639,7 +96023,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 446 + "value": 313 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -80708,6 +96097,12 @@ "url": "https://www.gruene-thueringen.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80720,18 +96115,27 @@ "generator": null, "icon": "https://gruene-thueringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:locale:alternate", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 375, + "duration": 357, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-thueringen.de/" } @@ -80768,7 +96172,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 357 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80779,7 +96188,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80844,6 +96253,10 @@ "url": "https://www.gruene.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -80863,17 +96276,26 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene.de/tmpl/gfx/img/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Startseite- BÜNDNIS 90/DIE GRÜNEN Bundespartei" }, - "duration": 204, + "duration": 235, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene.de/startseite.html" } @@ -80910,7 +96332,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 204 + "value": 235 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -80936,7 +96363,7 @@ "mein-wachtberg.de": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "mein-wachtberg.de" @@ -80948,8 +96375,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -80990,6 +96417,12 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -81001,17 +96434,26 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s5a69b32a96959e8e/img/favicon.png?t=1397765466", "opengraph": [ - "og:url", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuelles - BÜNDNIS 90 / DIE GRÜNEN in Wachtberg" }, - "duration": 322, + "duration": 300, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.mein-wachtberg.de/" } @@ -81048,7 +96490,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 322 + "value": 300 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -81059,6 +96506,6 @@ "value": true } }, - "score": 8.5 + "score": 9.5 } ] \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 99ed7a5..3f1bf6e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,9 +61,10 @@ Erreichbar Antwortzeit Icon + HTTPS www. optional Kanonische URL - HTTPS + Responsive Feed Screenshots CMS diff --git a/webapp/dist/bundle.js b/webapp/dist/bundle.js index 3ba6ac5..38bae50 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(''+(_||"❌")+""),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 +!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.HTTPS.value;u.append(''+(p?"✅":"❌")+"");var g=r.result.WWW_OPTIONAL.value;u.append(''+(g?"✅":"❌")+"");var v=r.result.CANONICAL_URL.value;u.append(''+(v?"✅":"❌")+"");var m=r.result.RESPONSIVE.value;u.append(''+(m?"✅":"❌")+"");var _=r.result.FEEDS.value;u.append(''+(_?"✅":"❌")+"");var y=!1;r.details.canonical_urls.length>0&&(void 0!==t[r.details.canonical_urls[0]]&&(y='M',y+='D'));u.append(''+(y||"❌")+""),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 ee038f1..03e4974 100644 --- a/webapp/dist/data/spider_result.json +++ b/webapp/dist/data/spider_result.json @@ -49,6 +49,10 @@ "url": "https://die-gruenen-bissendorf.de/" } ], + "responsive": { + "min_width": 1146, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -63,8 +67,17 @@ "opengraph": null, "title": "Willkommen bei den Grünen in Bissendorf" }, - "duration": 208, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1187, + "1920x1080": 1920, + "320x480": 1146, + "768x1024": 1146 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://die-gruenen-bissendorf.de/" } @@ -102,7 +115,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 208 + "value": 179 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -177,6 +195,12 @@ "url": "https://www.die-gruenen-burscheid.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -189,16 +213,25 @@ "generator": null, "icon": "http://die-gruenen-burscheid.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die Grünen in Burscheid" }, - "duration": 962, + "duration": 726, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://die-gruenen-burscheid.de/" } @@ -236,7 +269,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 962 + "value": 726 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -247,7 +285,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -299,6 +337,10 @@ "url": "https://die-gruenen-meppen.de/" } ], + "responsive": { + "min_width": 1004, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -312,8 +354,17 @@ "opengraph": null, "title": "Startseite - Die GRÜNEN in Meppen" }, - "duration": 545, + "duration": 528, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 1004, + "768x1024": 1004 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://die-gruenen-meppen.de/" } @@ -351,7 +402,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 545 + "value": 528 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -417,6 +473,12 @@ "url": "https://www.diegruenen-scheessel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -430,6 +492,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://diegruenen-scheessel.de/startseite/" } @@ -470,6 +541,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -479,7 +555,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -534,6 +610,12 @@ "url": "https://www.gruene-abgland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -545,8 +627,17 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN Altenburg: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-abgland.de/startseite/" } @@ -585,7 +676,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -596,7 +692,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -651,6 +747,12 @@ "url": "https://www.gruene-ak.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -662,8 +764,17 @@ "opengraph": null, "title": "Kreisverband Altenkirchen: Home" }, - "duration": 65, + "duration": 118, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ak.de/home/" } @@ -700,9 +811,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 118 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -713,7 +829,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -777,6 +893,12 @@ "url": "https://www.gruene-alfter.de/" } ], + "responsive": { + "min_width": 359, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -789,16 +911,25 @@ "generator": null, "icon": "http://gruene-alfter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Alfter" }, - "duration": 855, + "duration": 961, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 359, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-alfter.de/" } @@ -836,7 +967,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 855 + "value": 961 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -847,7 +983,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -911,6 +1047,12 @@ "url": "https://www.gruene-altmark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -924,14 +1066,23 @@ "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 534, + "duration": 548, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://gruene-altmark.de/" } @@ -969,7 +1120,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 534 + "value": 548 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -980,7 +1136,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1044,6 +1200,12 @@ "url": "https://www.gruene-altmark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -1057,14 +1219,23 @@ "icon": "http://gruene-altmark.de/wp-content/uploads/2016/12/cropped-cropped-Logo_Sonnenblume-32x32.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN in der Altmark" }, - "duration": 589, + "duration": 633, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://gruene-altmark.de/" } @@ -1102,7 +1273,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 589 + "value": 633 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1113,7 +1289,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1168,6 +1344,12 @@ "url": "https://www.gruene-altrip.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1179,8 +1361,17 @@ "opengraph": null, "title": "GRÜNE Altrip: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-altrip.de/home/" } @@ -1219,7 +1410,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1230,7 +1426,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -1285,6 +1481,12 @@ "url": "https://www.gruene-alzey-worms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1296,8 +1498,17 @@ "opengraph": null, "title": "KV Alzey-Worms: Startseite" }, - "duration": 74, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-alzey-worms.de/startseite/" } @@ -1336,7 +1547,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 74 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1347,7 +1563,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -1400,6 +1616,12 @@ "url": "https://gruene-apen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -1412,16 +1634,25 @@ "generator": null, "icon": "http://gruene-apen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Apen" }, - "duration": 278, + "duration": 275, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-apen.de/" } @@ -1459,7 +1690,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 278 + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1470,7 +1706,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1535,6 +1771,12 @@ "url": "https://www.gruene-bad-honnef.de/" } ], + "responsive": { + "min_width": 418, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -1548,16 +1790,25 @@ "generator": null, "icon": "http://gruene-bad-honnef.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Bad Honnef" }, - "duration": 71, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 418, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bad-honnef.de/" } @@ -1595,7 +1846,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1606,7 +1862,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -1658,6 +1914,10 @@ "url": "https://gruene-barnstorf.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -1672,8 +1932,17 @@ "opengraph": null, "title": "Willkommen!" }, - "duration": 153, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-barnstorf.de/" } @@ -1711,7 +1980,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 153 + "value": 161 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -1783,6 +2057,12 @@ "url": "https://www.gruene-barsinghausen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1794,8 +2074,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 124, + "duration": 147, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-barsinghausen.de/" }, @@ -1809,8 +2098,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 126, + "duration": 136, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-barsinghausen.de/" }, @@ -1824,8 +2122,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 220, + "duration": 559, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-barsinghausen.de/" }, @@ -1839,8 +2146,17 @@ "opengraph": null, "title": "Ortsverband Barsinghausen | ." }, - "duration": 197, + "duration": 233, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-barsinghausen.de/" } @@ -1879,7 +2195,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 167 + "value": 269 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -1890,7 +2211,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -1945,6 +2266,12 @@ "url": "https://www.gruene-bernkastel-wittlich.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -1956,8 +2283,17 @@ "opengraph": null, "title": "Kreisverband Bernkastel-Wittlich: Startseite" }, - "duration": 67, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bernkastel-wittlich.de/startseite/" } @@ -1996,7 +2332,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2007,7 +2348,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2060,6 +2401,12 @@ "url": "https://gruene-beverstedt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2072,16 +2419,25 @@ "generator": null, "icon": "http://gruene-beverstedt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "B90-Grüne Beverstedt" }, - "duration": 151, + "duration": 169, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-beverstedt.de/" } @@ -2119,7 +2475,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 151 + "value": 169 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2130,7 +2491,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -2194,6 +2555,12 @@ "url": "https://www.gruene-bezirksverband-mittelrhein.de/" } ], + "responsive": { + "min_width": 349, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2206,16 +2573,25 @@ "generator": null, "icon": "http://gruene-bezirksverband-mittelrhein.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband von BÜNDNIS 90/DIE GRÜNEN » GRÜNE Mittelrhein" }, - "duration": 73, + "duration": 95, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bezirksverband-mittelrhein.de/" } @@ -2253,7 +2629,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 95 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2264,7 +2645,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -2319,6 +2700,12 @@ "url": "https://www.gruene-birkenfeld.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2330,8 +2717,17 @@ "opengraph": null, "title": "Kreisverband Birkenfeld: Home" }, - "duration": 62, + "duration": 97, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-birkenfeld.de/home/" } @@ -2370,7 +2766,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 97 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2381,7 +2782,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2443,6 +2844,12 @@ "url": "https://www.gruene-blieskastel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -2457,8 +2864,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Blieskastel | Grün wirkt!" }, - "duration": 684, + "duration": 767, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 980 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-blieskastel.de/" } @@ -2497,7 +2913,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 684 + "value": 767 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2508,7 +2929,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -2563,6 +2984,12 @@ "url": "https://www.gruene-blk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2574,8 +3001,17 @@ "opengraph": null, "title": "KV Burgenlandkreis: Startseite" }, - "duration": 64, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-blk.de/startseite/" } @@ -2614,7 +3050,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2625,7 +3066,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2680,6 +3121,12 @@ "url": "https://www.gruene-bornheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -2693,6 +3140,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bornheim.de/home/" } @@ -2733,6 +3189,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -2742,7 +3203,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -2800,6 +3261,12 @@ "url": "https://www.gruene-bous.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2814,8 +3281,17 @@ "opengraph": null, "title": "Ortsverband Bous - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 313, + "duration": 348, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-bous.de/" } @@ -2852,7 +3328,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 313 + "value": 348 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2863,7 +3344,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -2927,6 +3408,12 @@ "url": "https://www.gruene-braunschweig.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -2939,18 +3426,27 @@ "generator": null, "icon": "http://gruene-braunschweig.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne in BraunschweigGrüne Braunschweig" }, - "duration": 813, + "duration": 734, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-braunschweig.de/" } @@ -2988,7 +3484,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 813 + "value": 734 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -2999,7 +3500,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -3054,6 +3555,12 @@ "url": "https://www.gruene-bremen-nordost.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3065,8 +3572,17 @@ "opengraph": null, "title": "KV Bremen-Nordost: Home" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-nordost.de/home/" } @@ -3105,7 +3621,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3116,7 +3637,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3171,6 +3692,12 @@ "url": "https://www.gruene-bremen-ost.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3182,8 +3709,17 @@ "opengraph": null, "title": "Kreisverband Bremen-Ost: Startseite" }, - "duration": 66, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-ost.de/startseite/" } @@ -3222,7 +3758,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3233,7 +3774,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3288,6 +3829,12 @@ "url": "https://www.gruene-bremervoerde.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3299,8 +3846,17 @@ "opengraph": null, "title": "B90/GRÜNE OV Bremervörde: Aktuelles" }, - "duration": 63, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremervoerde.de/aktuelles/" } @@ -3337,9 +3893,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 165 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3350,7 +3911,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -3405,6 +3966,12 @@ "url": "https://www.gruene-buchholz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3418,6 +3985,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-buchholz.de/startseite/" } @@ -3458,6 +4034,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -3467,7 +4048,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3528,6 +4109,12 @@ "url": "https://www.gruene-burgdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3539,8 +4126,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 143, + "duration": 207, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-burgdorf.de/" }, @@ -3554,8 +4150,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 131, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-burgdorf.de/" }, @@ -3569,8 +4174,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 229, + "duration": 249, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-burgdorf.de/" }, @@ -3584,8 +4198,17 @@ "opengraph": null, "title": "Ortsverband Burgdorf | ." }, - "duration": 231, + "duration": 403, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 771 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-burgdorf.de/" } @@ -3624,7 +4247,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 249 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3635,7 +4263,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-cloppenburg.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-cloppenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-cloppenburg.de" + }, + "www.gruene-cloppenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-cloppenburg.de" + } + }, + "icons": [ + "http://gruene-cloppenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "http://gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "http://www.gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "https://gruene-cloppenburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-cloppenburg.de/home/", + "url": "https://www.gruene-cloppenburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-cloppenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Cloppenburg: Home" + }, + "duration": 66, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-cloppenburg.de/home/" + } + ] + }, + "input_url": "http://gruene-cloppenburg.de/home/", + "meta": { + "city": null, + "district": "Cloppenburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -3690,6 +4455,12 @@ "url": "https://www.gruene-cremlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3701,8 +4472,17 @@ "opengraph": null, "title": "Gemeindeverband Cremlingen: Startseite" }, - "duration": 81, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cremlingen.de/startseite/" } @@ -3741,7 +4521,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 81 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3752,7 +4537,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3807,6 +4592,12 @@ "url": "https://www.gruene-cw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3818,8 +4609,17 @@ "opengraph": null, "title": "KV Charlottenburg-Wilmersdorf: Aktuelles" }, - "duration": 63, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cw.de/aktuelles/" } @@ -3858,7 +4658,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3869,7 +4674,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -3924,6 +4729,12 @@ "url": "https://www.gruene-donnersberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -3935,8 +4746,17 @@ "opengraph": null, "title": "Kreisverband Donnersberg: Home" }, - "duration": 63, + "duration": 153, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-donnersberg.de/home/" } @@ -3973,9 +4793,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 153 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -3986,7 +4811,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -4046,6 +4871,10 @@ "url": "https://www.gruene-dudenhofen.de/" } ], + "responsive": { + "min_width": 820, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -4057,8 +4886,17 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 63, + "duration": 57, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 820, + "768x1024": 820 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dudenhofen.de/" }, @@ -4072,8 +4910,17 @@ "opengraph": null, "title": "Grüne Ortsverband Dudenhofen" }, - "duration": 55, + "duration": 58, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 820, + "768x1024": 820 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dudenhofen.de/" } @@ -4114,7 +4961,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 59 + "value": 58 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -4183,6 +5035,12 @@ "url": "https://www.gruene-dudweiler.de/" } ], + "responsive": { + "min_width": 419, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4197,8 +5055,17 @@ "opengraph": null, "title": "Ortsverband Dudweiler - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 449, + "duration": 539, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 419, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dudweiler.de/" } @@ -4235,7 +5102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 449 + "value": 539 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4246,7 +5118,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -4301,6 +5173,12 @@ "url": "https://www.gruene-eaf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4312,8 +5190,17 @@ "opengraph": null, "title": "OV Elm-Asse-Fallstein: Startseite" }, - "duration": 64, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eaf.de/startseite/" } @@ -4352,7 +5239,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4363,7 +5255,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -4418,6 +5310,12 @@ "url": "https://www.gruene-eln.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4429,8 +5327,17 @@ "opengraph": null, "title": "BÜNDNIS90/DIE GRÜNEN KV Emsland Nord: Startseite" }, - "duration": 90, + "duration": 296, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eln.de/startseite/" } @@ -4467,9 +5374,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 90 + "value": 296 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4480,7 +5392,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -4538,6 +5450,12 @@ "url": "https://www.gruene-ensdorf.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4552,8 +5470,17 @@ "opengraph": null, "title": "Ortsverband Ensdorf - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 333, + "duration": 627, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ensdorf.de/" } @@ -4590,7 +5517,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 333 + "value": 627 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4601,7 +5533,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -4654,6 +5586,12 @@ "url": "https://gruene-essen.de/" } ], + "responsive": { + "min_width": 425, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4666,17 +5604,26 @@ "generator": null, "icon": "http://gruene-essen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Essen" }, - "duration": 239, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 425, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-essen.de/" } @@ -4714,7 +5661,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 239 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4725,7 +5677,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -4780,6 +5732,12 @@ "url": "https://www.gruene-frankenthal.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -4791,8 +5749,17 @@ "opengraph": null, "title": "Kreisverband Frankenthal: Home" }, - "duration": 68, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-frankenthal.de/home/" } @@ -4831,7 +5798,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4842,7 +5814,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -4900,6 +5872,12 @@ "url": "https://www.gruene-friedrichsthal.de/" } ], + "responsive": { + "min_width": 420, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -4914,8 +5892,17 @@ "opengraph": null, "title": "Ortsverband Friedrichsthal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 407, + "duration": 693, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 420, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-friedrichsthal.de/" } @@ -4952,7 +5939,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 407 + "value": 693 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -4963,7 +5955,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -5024,6 +6016,12 @@ "url": "https://www.gruene-garbsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5035,8 +6033,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 124, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-garbsen.de/" }, @@ -5050,8 +6057,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 128, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-garbsen.de/" }, @@ -5065,8 +6081,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 217, + "duration": 218, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-garbsen.de/" }, @@ -5080,8 +6105,17 @@ "opengraph": null, "title": "Ortsverband Garbsen | ." }, - "duration": 206, + "duration": 246, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-garbsen.de/" } @@ -5120,7 +6154,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 169 + "value": 193 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5131,7 +6170,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -5186,6 +6225,12 @@ "url": "https://www.gruene-ger.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5197,8 +6242,17 @@ "opengraph": null, "title": "B90/GRÜNE KV Germersheim: Home" }, - "duration": 92, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ger.de/home/" } @@ -5237,7 +6291,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 92 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5248,7 +6307,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -5303,6 +6362,12 @@ "url": "https://www.gruene-gera.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5314,8 +6379,17 @@ "opengraph": null, "title": "Grünes Gera: Willkommen bei den Geraer Grünen" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gera.de/startseite/" } @@ -5354,7 +6428,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5365,7 +6444,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -5423,6 +6502,12 @@ "url": "https://www.gruene-gersheim.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -5437,8 +6522,17 @@ "opengraph": null, "title": "Ortsverband Gersheim - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 353, + "duration": 348, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-gersheim.de/" } @@ -5475,7 +6569,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 353 + "value": 348 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5486,7 +6585,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -5541,6 +6640,12 @@ "url": "https://www.gruene-gotha.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5552,8 +6657,17 @@ "opengraph": null, "title": "Für mehr Grün im Landkreis: Aktuelles" }, - "duration": 69, + "duration": 366, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gotha.de/aktuelles/" } @@ -5590,9 +6704,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 366 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5603,7 +6722,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -5658,6 +6777,12 @@ "url": "https://www.gruene-greiz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5669,8 +6794,17 @@ "opengraph": null, "title": "Kreisverband Greiz: Startseite" }, - "duration": 83, + "duration": 178, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-greiz.de/startseite/" } @@ -5707,9 +6841,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 83 + "value": 178 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -5720,7 +6859,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -5780,6 +6919,10 @@ "url": "https://www.gruene-halberg.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -5791,8 +6934,17 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 74, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-halberg.de/" }, @@ -5806,8 +6958,17 @@ "opengraph": null, "title": "Grüne Halberg" }, - "duration": 66, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-halberg.de/" } @@ -5848,7 +7009,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 68 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -5920,6 +7086,12 @@ "url": "https://www.gruene-hemmingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -5931,8 +7103,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 126, + "duration": 162, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-hemmingen.de/" }, @@ -5946,8 +7127,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 139, + "duration": 298, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hemmingen.de/" }, @@ -5961,8 +7151,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 238, + "duration": 226, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-hemmingen.de/" }, @@ -5976,8 +7175,17 @@ "opengraph": null, "title": "Ortsverband Hemmingen | ." }, - "duration": 208, + "duration": 523, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hemmingen.de/" } @@ -6016,7 +7224,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 302 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6027,7 +7240,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -6082,6 +7295,12 @@ "url": "https://www.gruene-hennef.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6093,8 +7312,17 @@ "opengraph": null, "title": "B90/GRÜNE Hennef: Aktuelles" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hennef.de/aktuelles/" } @@ -6133,7 +7361,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6144,7 +7377,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6202,6 +7435,12 @@ "url": "https://www.gruene-heusweiler.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -6216,8 +7455,17 @@ "opengraph": null, "title": "Grüne Heusweiler - Stark für die Region !" }, - "duration": 325, + "duration": 383, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-heusweiler.de/" } @@ -6254,7 +7502,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 325 + "value": 383 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6265,7 +7518,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -6320,6 +7573,12 @@ "url": "https://www.gruene-hollenstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6331,8 +7590,17 @@ "opengraph": null, "title": "Grüner Ortsverband Hollenstedt: Aktuelles" }, - "duration": 64, + "duration": 87, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hollenstedt.de/aktuelles/" } @@ -6371,7 +7639,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 87 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6382,7 +7655,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6430,7 +7703,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, @@ -6438,13 +7711,17 @@ }, { "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, "url": "https://www.gruene-homburg.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -6458,8 +7735,17 @@ "opengraph": null, "title": "Startseite - Grüne Homburg" }, - "duration": 709, + "duration": 692, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-homburg.de/" } @@ -6497,7 +7783,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 709 + "value": 692 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -6556,6 +7847,10 @@ "url": "https://gruene-igb.de/" } ], + "responsive": { + "min_width": 900, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -6567,8 +7862,17 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen St. Ingbert" }, - "duration": 67, + "duration": 304, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 900, + "768x1024": 900 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-igb.de/" } @@ -6606,9 +7910,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 304 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -6619,7 +7928,7 @@ "value": true } }, - "score": 5.0 + "score": 4.5 }, { "details": { @@ -6674,6 +7983,12 @@ "url": "https://www.gruene-im-vest.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6685,8 +8000,17 @@ "opengraph": null, "title": "KV Recklinghausen: Home" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-im-vest.de/home/" } @@ -6725,7 +8049,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6736,7 +8065,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6791,6 +8120,12 @@ "url": "https://www.gruene-im-weimarer-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6802,8 +8137,17 @@ "opengraph": null, "title": "GRÜNE IM WEIMARER LAND: Grüne Neuigkeiten" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-im-weimarer-land.de/gruene-neuigkeiten/" } @@ -6842,7 +8186,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -6853,7 +8202,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -6914,6 +8263,12 @@ "url": "https://www.gruene-isernhagen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -6925,8 +8280,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 139, + "duration": 298, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-isernhagen.de/" }, @@ -6940,8 +8304,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 160, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-isernhagen.de/" }, @@ -6955,8 +8328,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 210, + "duration": 246, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-isernhagen.de/" }, @@ -6970,8 +8352,17 @@ "opengraph": null, "title": "Ortsverband Isernhagen | ." }, - "duration": 228, + "duration": 247, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-isernhagen.de/" } @@ -7010,7 +8401,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7021,7 +8417,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7076,6 +8472,12 @@ "url": "https://www.gruene-jena.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7087,8 +8489,17 @@ "opengraph": null, "title": "Die Grünen in Jena: AKTUELLES" }, - "duration": 65, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-jena.de/aktuelles/" } @@ -7125,9 +8536,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7138,7 +8554,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -7187,7 +8603,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, @@ -7195,13 +8611,19 @@ }, { "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, "url": "https://www.gruene-jerichower-land.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7214,16 +8636,25 @@ "generator": null, "icon": "http://gruene-jerichower-land.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Jerichower Land" }, - "duration": 361, + "duration": 452, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-jerichower-land.de/" } @@ -7261,7 +8692,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 361 + "value": 452 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7272,7 +8708,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7317,6 +8753,12 @@ "url": "https://gruene-kassel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7326,15 +8768,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Bündnis 90/Die Grünen Kassel" }, - "duration": 203, + "duration": 195, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-kassel.de/" } @@ -7373,7 +8824,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 203 + "value": 195 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7384,7 +8840,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -7439,6 +8895,12 @@ "url": "https://www.gruene-kl.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7450,8 +8912,17 @@ "opengraph": null, "title": "Kaiserslautern Stadt/Land: Home - Aktuelles" }, - "duration": 67, + "duration": 84, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kl.de/home-aktuelles/" } @@ -7490,7 +8961,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 84 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7501,7 +8977,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -7559,6 +9035,12 @@ "url": "https://www.gruene-kleinblittersdorf.de/" } ], + "responsive": { + "min_width": 492, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7573,8 +9055,17 @@ "opengraph": null, "title": "Ortsverband Kleinblittersdorf - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 330, + "duration": 347, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kleinblittersdorf.de/" } @@ -7611,7 +9102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 330 + "value": 347 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7622,7 +9118,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -7677,6 +9173,12 @@ "url": "https://www.gruene-koblenz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7688,8 +9190,17 @@ "opengraph": null, "title": "Kreisverband Koblenz: Home" }, - "duration": 64, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-koblenz.de/home/" } @@ -7726,9 +9237,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 179 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7739,7 +9255,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -7797,6 +9313,12 @@ "url": "https://www.gruene-krummhoern.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -7809,16 +9331,25 @@ "generator": null, "icon": "https://www.gruene-krummhoern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Krummhörn" }, - "duration": 196, + "duration": 203, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-krummhoern.de/" } @@ -7855,7 +9386,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 203 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7866,7 +9402,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -7921,6 +9457,12 @@ "url": "https://www.gruene-kusel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -7932,8 +9474,17 @@ "opengraph": null, "title": "Kreisverband Kusel: Willkommen" }, - "duration": 112, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kusel.de/willkommen/" } @@ -7970,9 +9521,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 112 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -7983,7 +9539,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -8047,6 +9603,12 @@ "url": "https://www.gruene-kv-borken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8059,18 +9621,27 @@ "generator": null, "icon": "http://gruene-kv-borken.de/wp-content/themes/1507917786-b0aO66/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KV BORKENVORSTAND DES KV BORKEN" }, - "duration": 748, + "duration": 705, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kv-borken.de/" } @@ -8108,7 +9679,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 748 + "value": 705 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8119,7 +9695,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -8174,6 +9750,12 @@ "url": "https://www.gruene-kv-brb.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8185,8 +9767,17 @@ "opengraph": null, "title": "Brandenburg an der Havel: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-brb.de/home/" } @@ -8225,7 +9816,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8236,7 +9832,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -8291,6 +9887,12 @@ "url": "https://www.gruene-kv-lauenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8302,8 +9904,17 @@ "opengraph": null, "title": "Herzogtum Lauenburg: Home – Aktuelles" }, - "duration": 77, + "duration": 206, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-lauenburg.de/home-aktuelles/" } @@ -8340,9 +9951,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 77 + "value": 206 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8353,7 +9969,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -8408,6 +10024,12 @@ "url": "https://www.gruene-kv-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8419,8 +10041,17 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 62, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" } @@ -8459,7 +10090,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8470,7 +10106,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -8531,6 +10167,12 @@ "url": "https://www.gruene-laatzen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8544,6 +10186,15 @@ }, "duration": 153, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-laatzen.de/" }, @@ -8557,8 +10208,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 152, + "duration": 446, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-laatzen.de/" }, @@ -8572,8 +10232,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 207, + "duration": 250, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-laatzen.de/" }, @@ -8587,8 +10256,17 @@ "opengraph": null, "title": "Ortsverband Laatzen | ." }, - "duration": 214, + "duration": 255, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-laatzen.de/" } @@ -8627,7 +10305,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 276 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8638,7 +10321,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -8696,6 +10379,12 @@ "url": "https://www.gruene-lebach.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8710,8 +10399,17 @@ "opengraph": null, "title": "Ortsverband Lebach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 344, + "duration": 423, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-lebach.de/" } @@ -8748,7 +10446,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 344 + "value": 423 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8759,7 +10462,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -8814,6 +10517,12 @@ "url": "https://www.gruene-leichlingen.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -8825,8 +10534,17 @@ "opengraph": null, "title": "Ortsverband Leichlingen: Home" }, - "duration": 66, + "duration": 238, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-leichlingen.de/home/" } @@ -8863,9 +10581,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 238 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -8876,7 +10599,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -8925,7 +10648,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, @@ -8933,13 +10656,19 @@ }, { "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, "url": "https://www.gruene-lichtenberg.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -8952,17 +10681,26 @@ "generator": null, "icon": "http://gruene-lichtenberg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 695, + "duration": 903, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-lichtenberg.de/" } @@ -9000,7 +10738,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 695 + "value": 903 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9011,7 +10754,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -9066,6 +10809,12 @@ "url": "https://www.gruene-limburgerhof.de/" } ], + "responsive": { + "min_width": 552, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9077,8 +10826,17 @@ "opengraph": null, "title": "Ortsverband Limburgerhof: Startseite" }, - "duration": 64, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 552, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-limburgerhof.de/startseite/" } @@ -9115,9 +10873,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 171 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -9128,7 +10891,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -9183,6 +10946,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9194,8 +10963,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 65, + "duration": 101, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9232,9 +11010,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 101 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9245,7 +11028,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9300,6 +11083,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9311,8 +11100,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 69, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9349,9 +11147,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9362,7 +11165,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9417,6 +11220,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9428,8 +11237,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 63, + "duration": 344, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9466,9 +11284,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 344 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9479,7 +11302,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9534,6 +11357,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9545,8 +11374,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 62, + "duration": 498, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -9583,9 +11421,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 498 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9596,7 +11439,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9651,6 +11494,12 @@ "url": "https://www.gruene-magdeburg.de/" } ], + "responsive": { + "min_width": 480, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9662,8 +11511,17 @@ "opengraph": null, "title": "Kreisverband Magdeburg: Start" }, - "duration": 67, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 480, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-magdeburg.de/start/" } @@ -9702,7 +11560,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9713,7 +11576,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -9768,6 +11631,12 @@ "url": "https://www.gruene-main-kinzig.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9779,8 +11648,17 @@ "opengraph": null, "title": "Kreisverband Main-Kinzig: Home" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-main-kinzig.de/home/" } @@ -9819,7 +11697,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9830,7 +11713,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -9885,6 +11768,12 @@ "url": "https://www.gruene-mansfeld-suedharz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -9896,8 +11785,17 @@ "opengraph": null, "title": "KV Mansfeld-Südharz: Home" }, - "duration": 65, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mansfeld-suedharz.de/home/" } @@ -9934,9 +11832,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 487 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -9947,7 +11850,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -9995,6 +11898,12 @@ "url": "https://gruene-meckenheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -10006,8 +11915,17 @@ "opengraph": null, "title": "Die Gruenen in Meckenheim" }, - "duration": 93, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-meckenheim.de/" } @@ -10047,7 +11965,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 93 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10058,7 +11981,7 @@ "value": true } }, - "score": 5.0 + "score": 6.0 }, { "details": { @@ -10117,6 +12040,12 @@ "url": "https://www.gruene-mitte.de/" } ], + "responsive": { + "min_width": 387, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -10130,19 +12059,28 @@ "generator": null, "icon": "https://gruene-mitte.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", - "og:image:secure_url", "og:description", - "og:title", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen - Bündnis 90 Die Grünen Berlin-MitteGrüne Mitte" }, - "duration": 739, + "duration": 49, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 387, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-mitte.de/" } @@ -10177,9 +12115,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 739 + "value": 49 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10190,7 +12133,7 @@ "value": true } }, - "score": 8.5 + "score": 10.0 }, { "details": { @@ -10247,6 +12190,12 @@ "url": "https://www.gruene-mv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10260,8 +12209,17 @@ "opengraph": null, "title": "Mecklenburg-Vorpommern: Start" }, - "duration": 216, + "duration": 385, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-mv.de/start/" } @@ -10298,7 +12256,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 216 + "value": 385 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10309,7 +12272,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -10364,6 +12327,12 @@ "url": "https://www.gruene-neumuenster.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10375,8 +12344,17 @@ "opengraph": null, "title": "Grüne Neumünster: Aktuelles" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neumuenster.de/aktuelles/" } @@ -10415,7 +12393,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10426,7 +12409,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10481,6 +12464,12 @@ "url": "https://www.gruene-neuwied.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10492,8 +12481,17 @@ "opengraph": null, "title": "Kreisverband Neuwied: Home" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neuwied.de/home/" } @@ -10532,7 +12530,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10543,7 +12546,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10598,6 +12601,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10609,8 +12618,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 62, + "duration": 314, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10647,9 +12665,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 314 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10660,7 +12683,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -10715,6 +12738,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10726,8 +12755,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10766,7 +12804,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10777,7 +12820,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10832,6 +12875,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10843,8 +12892,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 72, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10883,7 +12941,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 72 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -10894,7 +12957,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -10949,6 +13012,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -10960,8 +13029,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 63, + "duration": 203, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -10998,9 +13076,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 203 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11011,7 +13094,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -11066,6 +13149,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11077,8 +13166,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -11117,7 +13215,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11128,7 +13231,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11183,6 +13286,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11194,8 +13303,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 70, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -11234,7 +13352,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11245,7 +13368,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11309,6 +13432,12 @@ "url": "https://www.gruene-nks.de/" } ], + "responsive": { + "min_width": 379, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -11321,16 +13450,25 @@ "generator": null, "icon": "http://gruene-nks.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Neunkirchen-Seelscheid" }, - "duration": 225, + "duration": 238, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 379, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-nks.de/" } @@ -11368,7 +13506,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 238 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11379,7 +13522,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -11434,6 +13577,12 @@ "url": "https://www.gruene-norden.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11445,8 +13594,17 @@ "opengraph": null, "title": "Ortsverband Stadt Norden: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-norden.de/home/" } @@ -11485,7 +13643,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11496,7 +13659,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11551,6 +13714,12 @@ "url": "https://www.gruene-northeim.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11562,8 +13731,17 @@ "opengraph": null, "title": "Ortsverband Northeim: Startseite" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-northeim.de/startseite/" } @@ -11602,7 +13780,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11613,7 +13796,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -11668,6 +13851,12 @@ "url": "https://www.gruene-nw.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11679,8 +13868,17 @@ "opengraph": null, "title": "KV Neustadt a. d. Weinstrasse: Home" }, - "duration": 67, + "duration": 264, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nw.de/home/" } @@ -11717,9 +13915,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 264 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11730,7 +13933,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -11788,6 +13991,12 @@ "url": "https://www.gruene-oberbayern.de/" } ], + "responsive": { + "min_width": 324, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -11800,16 +14009,25 @@ "generator": null, "icon": "https://gruene-oberbayern.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Oberbayern" }, - "duration": 59, + "duration": 307, "error": null, + "responsive": { + "document_width": { + "1024x768": 1069, + "1920x1080": 1920, + "320x480": 324, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-oberbayern.de/" } @@ -11844,9 +14062,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 59 + "value": 307 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11857,7 +14080,7 @@ "value": true } }, - "score": 9.0 + "score": 9.5 }, { "details": { @@ -11912,6 +14135,12 @@ "url": "https://www.gruene-oberfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -11923,8 +14152,17 @@ "opengraph": null, "title": "Grüne Oberfranken: Startseite" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberfranken.de/startseite/" } @@ -11963,7 +14201,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -11974,7 +14217,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12032,6 +14275,12 @@ "url": "https://www.gruene-ottweiler.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -12046,8 +14295,17 @@ "opengraph": null, "title": "Ortsverband Ottweiler - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 314, + "duration": 750, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ottweiler.de/" } @@ -12084,7 +14342,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 314 + "value": 750 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12095,7 +14358,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -12150,6 +14413,12 @@ "url": "https://www.gruene-pankow.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12161,8 +14430,17 @@ "opengraph": null, "title": "Homepage Kreisverband Pankow: Home" }, - "duration": 70, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pankow.de/home/" } @@ -12201,7 +14479,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12212,7 +14495,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12267,6 +14550,12 @@ "url": "https://www.gruene-pattensen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12278,8 +14567,17 @@ "opengraph": null, "title": "Ortsverband Pattensen: Aus dem Ortsverband" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pattensen.de/aus-dem-ortsverband/" } @@ -12318,7 +14616,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12329,7 +14632,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12384,6 +14687,12 @@ "url": "https://www.gruene-pirmasens.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12395,8 +14704,17 @@ "opengraph": null, "title": "Stadtverband Pirmasens: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pirmasens.de/home/" } @@ -12435,7 +14753,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12446,7 +14769,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12501,6 +14824,12 @@ "url": "https://www.gruene-potsdam-mittelmark.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12512,8 +14841,17 @@ "opengraph": null, "title": ": Home" }, - "duration": 66, + "duration": 106, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-potsdam-mittelmark.de/home/" } @@ -12550,9 +14888,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 106 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12563,7 +14906,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -12618,6 +14961,12 @@ "url": "https://www.gruene-potsdam.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12629,8 +14978,17 @@ "opengraph": null, "title": "KREISVERBAND POTSDAM: Home" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-potsdam.de/home/" } @@ -12669,7 +15027,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12680,7 +15043,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12735,6 +15098,12 @@ "url": "https://www.gruene-reinickendorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12746,8 +15115,17 @@ "opengraph": null, "title": "Kreisverband Reinickendorf: Startseite" }, - "duration": 63, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-reinickendorf.de/startseite/" } @@ -12786,7 +15164,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12797,7 +15180,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12852,6 +15235,12 @@ "url": "https://www.gruene-rh.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -12863,8 +15252,17 @@ "opengraph": null, "title": "KV Rhein-Hunsrück: HOME" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rh.de/home/" } @@ -12903,7 +15301,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -12914,7 +15317,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -12978,6 +15381,12 @@ "url": "https://www.gruene-rhein-sieg.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -12990,17 +15399,26 @@ "generator": null, "icon": "http://gruene-rhein-sieg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband von Bündnis 90/Die Grünen » Bündnis 90/Die Grünen Rhein-Sieg" }, - "duration": 72, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-rhein-sieg.de/" } @@ -13038,7 +15456,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 72 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13049,7 +15472,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -13107,6 +15530,12 @@ "url": "https://www.gruene-riegelsberg.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13121,8 +15550,17 @@ "opengraph": null, "title": "Ortsverband Riegelsberg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 304, + "duration": 303, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-riegelsberg.de/" } @@ -13159,7 +15597,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 304 + "value": 303 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13170,7 +15613,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -13178,7 +15621,9 @@ "http://gruene-rlp.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-rlp.de/index.php?id=124054&type=100" + ], "hostnames": { "gruene-rlp.de": { "aliases": [], @@ -13225,19 +15670,36 @@ "url": "https://www.gruene-rlp.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-rlp.de/index.php?id=124054&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-rlp.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Rheinland-Pfalz: Startseite" }, - "duration": 69, + "duration": 123, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rlp.de/startseite/" } @@ -13264,9 +15726,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -13274,9 +15735,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 123 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13287,7 +15753,7 @@ "value": true } }, - "score": 6.0 + "score": 7.5 }, { "details": { @@ -13342,6 +15808,12 @@ "url": "https://www.gruene-ruppichteroth.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13353,8 +15825,17 @@ "opengraph": null, "title": "OV Ruppichteroth: Startseite" }, - "duration": 66, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ruppichteroth.de/startseite/" } @@ -13393,7 +15874,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13404,7 +15890,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -13470,6 +15956,12 @@ "url": "https://www.gruene-saarbruecken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -13484,8 +15976,17 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 277, + "duration": 299, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-saarbruecken.de/" }, @@ -13502,8 +16003,17 @@ "opengraph": null, "title": "Aktuell" }, - "duration": 273, + "duration": 287, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-saarbruecken.de/" } @@ -13542,7 +16052,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 275 + "value": 293 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13553,7 +16068,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -13611,6 +16126,12 @@ "url": "https://www.gruene-saarlouis.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13625,8 +16146,17 @@ "opengraph": null, "title": "Ortsverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 351, + "duration": 833, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-saarlouis.de/" } @@ -13663,7 +16193,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 351 + "value": 833 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13674,7 +16209,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -13732,6 +16267,12 @@ "url": "https://www.gruene-saarwellingen.de/" } ], + "responsive": { + "min_width": 414, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -13746,8 +16287,17 @@ "opengraph": null, "title": "ORTSVERBAND SAARWELLINGEN - Bündnis 90/Die Grünen – Saarland" }, - "duration": 343, + "duration": 364, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 414, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-saarwellingen.de/" } @@ -13784,7 +16334,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 343 + "value": 364 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13795,7 +16350,144 @@ "value": true } }, - "score": 8.5 + "score": 9.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-salzgitter.de/aktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-salzgitter.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-salzgitter.de" + }, + "www.gruene-salzgitter.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-salzgitter.de" + } + }, + "icons": [ + "http://gruene-salzgitter.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "http://gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "http://www.gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "https://gruene-salzgitter.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-salzgitter.de/aktuelles/", + "url": "https://www.gruene-salzgitter.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-salzgitter.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne in Salzgitter: Aktuelles" + }, + "duration": 66, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-salzgitter.de/aktuelles/" + } + ] + }, + "input_url": "http://gruene-salzgitter.de/aktuelles/", + "meta": { + "city": null, + "district": "Salzgitter", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -13850,6 +16542,12 @@ "url": "https://www.gruene-sanktaugustin.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13861,8 +16559,17 @@ "opengraph": null, "title": "GRÜNE Sankt Augustin: Home" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sanktaugustin.de/home/" } @@ -13901,7 +16608,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -13912,7 +16624,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -13967,6 +16679,12 @@ "url": "https://www.gruene-schifferstadt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -13978,8 +16696,17 @@ "opengraph": null, "title": "Grüne Schifferstadt: Startseite" }, - "duration": 923, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schifferstadt.de/startseite/" } @@ -14016,9 +16743,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 923 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14029,7 +16761,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -14087,6 +16819,12 @@ "url": "https://www.gruene-schmelz.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14101,8 +16839,17 @@ "opengraph": null, "title": "Ortsverband Schmelz - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 337, + "duration": 475, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-schmelz.de/" } @@ -14139,7 +16886,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 337 + "value": 475 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14150,7 +16902,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -14208,6 +16960,12 @@ "url": "https://www.gruene-schwalbach-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14222,8 +16980,17 @@ "opengraph": null, "title": "Ortsverband Schwalbach - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 294, + "duration": 300, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-schwalbach-saar.de/" } @@ -14260,7 +17027,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 294 + "value": 300 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14271,7 +17043,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -14326,6 +17098,12 @@ "url": "https://www.gruene-se-kv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14337,8 +17115,17 @@ "opengraph": null, "title": "Kreisverband Segeberg: Home" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-se-kv.de/home/" } @@ -14377,7 +17164,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14388,7 +17180,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -14449,6 +17241,12 @@ "url": "https://www.gruene-seelze.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14460,8 +17258,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 127, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-seelze.de/" }, @@ -14475,8 +17282,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 135, + "duration": 154, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-seelze.de/" }, @@ -14490,8 +17306,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 216, + "duration": 244, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-seelze.de/" }, @@ -14505,8 +17330,17 @@ "opengraph": null, "title": "Ortsverband Seelze | ." }, - "duration": 209, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-seelze.de/" } @@ -14545,7 +17379,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 172 + "value": 202 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14556,7 +17395,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14611,6 +17450,12 @@ "url": "https://www.gruene-sickte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -14622,8 +17467,17 @@ "opengraph": null, "title": "OV Samtgemeinde Sickte: Startseite" }, - "duration": 80, + "duration": 195, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sickte.de/startseite/" } @@ -14660,9 +17514,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 80 + "value": 195 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14673,7 +17532,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -14736,6 +17595,12 @@ "url": "https://www.gruene-siegburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14747,17 +17612,26 @@ "generator": null, "icon": "http://wp.gruene-siegburg.de/wp-content/uploads/2015/10/sonnenblume_auf_gruen1.jpg", "opengraph": [ - "og:url", - "og:image", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne-Siegburg" }, - "duration": 903, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-siegburg.de/" } @@ -14795,7 +17669,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 903 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14806,7 +17685,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14870,6 +17749,12 @@ "url": "https://www.gruene-sonneberg-hildburghausen.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -14882,17 +17767,26 @@ "generator": null, "icon": "http://gruene-sonneberg-hildburghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "B90 / Die Grünen" }, - "duration": 499, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-sonneberg-hildburghausen.de/" } @@ -14930,7 +17824,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 499 + "value": 375 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -14941,7 +17840,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -14991,6 +17890,12 @@ "url": "https://gruene-spandau.de/" } ], + "responsive": { + "min_width": 440, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15003,17 +17908,26 @@ "generator": null, "icon": "https://gruenespandau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Spandau" }, - "duration": 306, + "duration": 215, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 440, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruenespandau.de/" } @@ -15050,7 +17964,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 215 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15061,7 +17980,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -15122,6 +18041,12 @@ "url": "https://www.gruene-springe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15133,8 +18058,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 138, + "duration": 130, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-springe.de/" }, @@ -15148,8 +18082,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 171, + "duration": 419, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-springe.de/" }, @@ -15163,8 +18106,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 235, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-springe.de/" }, @@ -15178,8 +18130,17 @@ "opengraph": null, "title": "Ortsverband Springe | ." }, - "duration": 230, + "duration": 470, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-springe.de/" } @@ -15218,7 +18179,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 194 + "value": 314 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15229,7 +18195,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -15283,6 +18249,12 @@ "url": "https://gruene-suedwest.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15295,16 +18267,25 @@ "generator": "WordPress 4.8", "icon": "http://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 288, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-suedwest.de/" }, @@ -15319,16 +18300,25 @@ "generator": "WordPress 4.8", "icon": "https://gruene-suedwest.de/wp-content/uploads/2017/01/favicon.png", "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Home - Grüne Steglitz-Zehlendorf" }, - "duration": 187, + "duration": 517, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-suedwest.de/" } @@ -15366,7 +18356,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 344 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15377,7 +18372,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -15432,6 +18427,12 @@ "url": "https://www.gruene-suedwestpfalz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15443,8 +18444,17 @@ "opengraph": null, "title": "Grüne Südwestpfalz: Startseite" }, - "duration": 63, + "duration": 81, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-suedwestpfalz.de/startseite/" } @@ -15483,7 +18493,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 81 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15494,7 +18509,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -15549,6 +18564,12 @@ "url": "https://www.gruene-suew.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15560,8 +18581,17 @@ "opengraph": null, "title": "Kreisverband Grüne Südliche Weinstraße: Startseite" }, - "duration": 66, + "duration": 289, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-suew.de/startseite/" } @@ -15598,9 +18628,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 289 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15611,7 +18646,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -15675,6 +18710,12 @@ "url": "https://www.gruene-swisttal.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15687,18 +18728,27 @@ "generator": null, "icon": "http://gruene-swisttal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die GRÜNEN in Swisttal" }, - "duration": 897, + "duration": 443, "error": null, + "responsive": { + "document_width": { + "1024x768": 1255, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-swisttal.de/" } @@ -15736,7 +18786,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 897 + "value": 443 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15747,7 +18802,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -15802,6 +18857,12 @@ "url": "https://www.gruene-teltow-flaeming.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -15813,8 +18874,17 @@ "opengraph": null, "title": "KV Teltow-Fläming: Startseite" }, - "duration": 68, + "duration": 223, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-teltow-flaeming.de/startseite/" } @@ -15851,9 +18921,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 223 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -15864,7 +18939,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -15926,6 +19001,12 @@ "url": "https://www.gruene-tholey.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -15940,8 +19021,17 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 217, + "duration": 273, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-tholey.de/" }, @@ -15958,8 +19048,17 @@ "opengraph": null, "title": "Ortsverband Tholey - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 298, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-tholey.de/" } @@ -15997,7 +19096,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 258 + "value": 292 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16008,7 +19112,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -16066,6 +19170,12 @@ "url": "https://www.gruene-tostedt.de/" } ], + "responsive": { + "min_width": 405, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16078,16 +19188,25 @@ "generator": null, "icon": "https://gruene-tostedt.de/wp-content/themes/urwahl3000-master/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Tostedt" }, - "duration": 623, + "duration": 653, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 405, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-tostedt.de/" } @@ -16124,7 +19243,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 623 + "value": 653 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16135,7 +19259,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -16190,6 +19314,12 @@ "url": "https://www.gruene-trier-saarburg.de/" } ], + "responsive": { + "min_width": 426, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16201,8 +19331,17 @@ "opengraph": null, "title": "Trier-Saarburg: Home" }, - "duration": 66, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 426, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-trier-saarburg.de/home/" } @@ -16241,7 +19380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16252,7 +19396,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16314,6 +19458,12 @@ "url": "https://www.gruene-troisdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -16328,8 +19478,17 @@ "opengraph": null, "title": "Nachhaltige und soziale Politik für Troisdorf » GRÜNE für Troisdorf" }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-troisdorf.de/" } @@ -16368,7 +19527,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16379,7 +19543,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16437,6 +19601,12 @@ "url": "https://www.gruene-ueberherrn.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16451,8 +19621,17 @@ "opengraph": null, "title": "Ortsverband Überherrn - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 498, + "duration": 492, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ueberherrn.de/" } @@ -16489,7 +19668,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 498 + "value": 492 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16500,7 +19684,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -16555,6 +19739,12 @@ "url": "https://www.gruene-uelzen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16566,8 +19756,17 @@ "opengraph": null, "title": "Grüne im Kreis Uelzen: Startseite" }, - "duration": 64, + "duration": 159, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-uelzen.de/startseite/" } @@ -16604,9 +19803,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 159 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16617,7 +19821,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -16678,6 +19882,12 @@ "url": "https://www.gruene-uetze.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16689,8 +19899,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 134, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-uetze.de/" }, @@ -16706,6 +19925,15 @@ }, "duration": 135, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-uetze.de/" }, @@ -16719,8 +19947,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 228, + "duration": 548, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-uetze.de/" }, @@ -16734,8 +19971,17 @@ "opengraph": null, "title": "Ortsverband Uetze | ." }, - "duration": 217, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-uetze.de/" } @@ -16774,7 +20020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 178 + "value": 305 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -16785,7 +20036,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -16840,6 +20091,12 @@ "url": "https://www.gruene-vechta.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -16853,6 +20110,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vechta.de/startseite/" } @@ -16893,6 +20159,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -16902,7 +20173,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -16960,6 +20231,12 @@ "url": "https://www.gruene-voelklingen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -16974,8 +20251,17 @@ "opengraph": null, "title": "Ortsverband Völklingen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 533, + "duration": 359, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-voelklingen.de/" } @@ -17012,7 +20298,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 533 + "value": 359 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17023,7 +20314,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17081,6 +20372,12 @@ "url": "https://www.gruene-wadern.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -17095,8 +20392,17 @@ "opengraph": null, "title": "Ortsverband Wadern - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 119, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wadern.de/" } @@ -17133,7 +20439,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 119 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17144,7 +20455,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17202,6 +20513,12 @@ "url": "https://www.gruene-wallerfangen.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -17216,8 +20533,17 @@ "opengraph": null, "title": "Ortsverband Wallerfangen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 300, + "duration": 409, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wallerfangen.de/" } @@ -17254,7 +20580,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 300 + "value": 409 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17265,7 +20596,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -17326,6 +20657,12 @@ "url": "https://www.gruene-wedemark.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17337,8 +20674,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 147, + "duration": 150, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-wedemark.de/" }, @@ -17352,8 +20698,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 131, + "duration": 260, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wedemark.de/" }, @@ -17367,8 +20722,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 207, + "duration": 199, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-wedemark.de/" }, @@ -17382,8 +20746,17 @@ "opengraph": null, "title": "Ortsverband Wedemark | ." }, - "duration": 209, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wedemark.de/" } @@ -17422,7 +20795,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 212 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17433,7 +20811,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -17494,6 +20872,12 @@ "url": "https://www.gruene-wennigsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17505,8 +20889,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 130, + "duration": 133, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-wennigsen.de/" }, @@ -17520,8 +20913,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 126, + "duration": 137, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wennigsen.de/" }, @@ -17535,8 +20937,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 199, + "duration": 253, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-wennigsen.de/" }, @@ -17550,8 +20961,17 @@ "opengraph": null, "title": "Ortsverband Wennigsen | ." }, - "duration": 201, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wennigsen.de/" } @@ -17590,7 +21010,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 164 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17601,7 +21026,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -17660,6 +21085,12 @@ "url": "https://www.gruene-westfalen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1.0,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -17671,8 +21102,17 @@ "opengraph": null, "title": "Grüne in Westfalen: Startseite" }, - "duration": 126, + "duration": 315, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0,user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-westfalen.de/startseite/" } @@ -17712,7 +21152,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 315 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17723,7 +21168,144 @@ "value": true } }, - "score": 4.5 + "score": 5.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-wilhelmshaven.de/startseite/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-wilhelmshaven.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-wilhelmshaven.de" + }, + "www.gruene-wilhelmshaven.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-wilhelmshaven.de" + } + }, + "icons": [ + "http://gruene-wilhelmshaven.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "http://gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "http://www.gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "https://gruene-wilhelmshaven.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-wilhelmshaven.de/startseite/", + "url": "https://www.gruene-wilhelmshaven.de/" + } + ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-wilhelmshaven.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Wilhelmshaven: Startseite" + }, + "duration": 90, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1027, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-wilhelmshaven.de/startseite/" + } + ] + }, + "input_url": "http://gruene-wilhelmshaven.de/startseite/", + "meta": { + "city": null, + "district": "Wilhelmshaven", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 90 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -17778,6 +21360,12 @@ "url": "https://www.gruene-windeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -17789,8 +21377,17 @@ "opengraph": null, "title": "Grüne Windeck: Home" }, - "duration": 63, + "duration": 210, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-windeck.de/home/" } @@ -17827,9 +21424,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 210 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -17840,7 +21442,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -17865,8 +21467,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -17907,6 +21509,10 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 912, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -17916,21 +21522,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s89c07ae93892a952/img/favicon.png?t=1314455677", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "HOME - Grüne Wunstorf" }, - "duration": 342, + "duration": 373, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 912, + "768x1024": 912 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-wunstorf.com/" } @@ -17968,7 +21583,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 342 + "value": 373 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -18039,6 +21659,12 @@ "url": "https://www.gruene-xhain.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18051,18 +21677,27 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:url", - "og:locale:alternate", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "Homepage - Grüne Xhain" }, - "duration": 816, + "duration": 918, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-xhain.de/" } @@ -18100,7 +21735,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 816 + "value": 918 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18111,7 +21751,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -18166,6 +21806,12 @@ "url": "https://www.gruene-zweibruecken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18177,8 +21823,17 @@ "opengraph": null, "title": "Grüne Zweibrücken: Startseite" }, - "duration": 62, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-zweibruecken.de/startseite/" } @@ -18217,7 +21872,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18228,7 +21888,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18283,6 +21943,12 @@ "url": "https://www.gruenedresden.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18294,8 +21960,17 @@ "opengraph": null, "title": "Kreisverband Dresden: Startseite" }, - "duration": 62, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenedresden.de/startseite/" } @@ -18334,7 +22009,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18345,7 +22025,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18400,6 +22080,12 @@ "url": "https://www.gruenekoeln.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18415,8 +22101,17 @@ ], "title": "Grüne Köln" }, - "duration": 495, + "duration": 516, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruenekoeln.de/" } @@ -18454,7 +22149,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 495 + "value": 516 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18465,7 +22165,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -18520,6 +22220,12 @@ "url": "https://www.gruenekreiskh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18531,8 +22237,17 @@ "opengraph": null, "title": "KREISVERBAND BAD KREUZNACH: Startseite" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenekreiskh.de/startseite/" } @@ -18571,7 +22286,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18582,7 +22302,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18637,6 +22357,12 @@ "url": "https://www.gruenekreisploen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18648,8 +22374,17 @@ "opengraph": null, "title": "Kreisverband Plön: Home" }, - "duration": 63, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenekreisploen.de/home/" } @@ -18686,9 +22421,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 185 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18699,7 +22439,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -18754,6 +22494,12 @@ "url": "https://www.gruenemelle.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18765,8 +22511,17 @@ "opengraph": null, "title": "Bündnis 90 / Die GRÜNEN Melle: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruenemelle.de/startseite/" } @@ -18805,7 +22560,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18816,7 +22576,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18871,6 +22631,12 @@ "url": "https://www.uns-gruener-trier.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -18882,8 +22648,17 @@ "opengraph": null, "title": "Grüne Trier: Startseite" }, - "duration": 73, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://uns-gruener-trier.de/startseite/" } @@ -18922,7 +22697,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -18933,7 +22713,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -18980,6 +22760,12 @@ "url": "https://wordpress.gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -18993,17 +22779,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 202, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -19041,7 +22836,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 202 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -19102,7 +22902,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, @@ -19110,13 +22910,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19129,17 +22935,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 660, + "duration": 105, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19177,7 +22992,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 660 + "value": 105 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19188,7 +23008,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -19237,7 +23057,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, @@ -19245,13 +23065,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19264,17 +23090,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 37, + "duration": 24, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19312,7 +23147,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 37 + "value": 24 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19323,7 +23163,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -19372,7 +23212,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, @@ -19380,13 +23220,19 @@ }, { "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, "url": "https://www.blog.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19399,17 +23245,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 162, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.blog.gruene-verden.de/" } @@ -19447,7 +23302,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 162 + "value": 236 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19458,7 +23318,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -19513,6 +23373,12 @@ "url": "https://www.buendnisgruenes-opr.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -19524,8 +23390,17 @@ "opengraph": null, "title": "KV Ostprignitz-Ruppin: Home" }, - "duration": 76, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.buendnisgruenes-opr.de/home/" } @@ -19564,7 +23439,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19575,7 +23455,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -19629,6 +23509,10 @@ "url": "https://www.cux-gruene.de/" } ], + "responsive": { + "min_width": 1100, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -19640,8 +23524,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 200, + "duration": 748, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 1100, + "768x1024": 1100 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://cux-gruene.de/" }, @@ -19655,8 +23548,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Ortsverband Cuxhaven" }, - "duration": 210, + "duration": 483, "error": null, + "responsive": { + "document_width": { + "1024x768": 1100, + "1920x1080": 1920, + "320x480": 1100, + "768x1024": 1100 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.cux-gruene.de/" } @@ -19696,7 +23598,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 205 + "value": 616 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -19770,6 +23677,12 @@ "url": "https://www.die-gruenen-bsb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -19781,8 +23694,17 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 579, + "duration": 342, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://die-gruenen-bsb.de/" }, @@ -19796,8 +23718,17 @@ "opengraph": null, "title": "Die Grünen SG Bersenbrück - Home" }, - "duration": 431, + "duration": 535, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.die-gruenen-bsb.de/" } @@ -19837,7 +23768,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 505 + "value": 438 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19848,7 +23784,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -19903,6 +23839,12 @@ "url": "https://www.die-gruenen-leverkusen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -19914,8 +23856,17 @@ "opengraph": null, "title": "Die GRÜNEN in Leverkusen: Home" }, - "duration": 62, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://die-gruenen-leverkusen.de/home/" } @@ -19954,7 +23905,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -19965,7 +23921,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -20012,7 +23968,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, @@ -20020,13 +23976,19 @@ }, { "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, "url": "https://www.diegrueneninhagenatw.de/" } ], + "responsive": { + "min_width": 605, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -20038,8 +24000,17 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 404, + "duration": 661, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 605, + "768x1024": 774 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://diegrueneninhagenatw.de/" }, @@ -20053,8 +24024,17 @@ "opengraph": null, "title": "Die Grünen in Hagen a.T.W. - Home" }, - "duration": 411, + "duration": 432, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 605, + "768x1024": 774 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.diegrueneninhagenatw.de/" } @@ -20094,7 +24074,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 546 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20150,7 +24135,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, @@ -20158,13 +24143,17 @@ }, { "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, "url": "https://www.eichsfeldgruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20176,8 +24165,17 @@ "opengraph": null, "title": "" }, - "duration": 96, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://eichsfeldgruene.de/" }, @@ -20191,8 +24189,17 @@ "opengraph": null, "title": "" }, - "duration": 56, + "duration": 58, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.eichsfeldgruene.de/" } @@ -20233,7 +24240,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 68 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20294,6 +24306,10 @@ "url": "https://gal.bamberg.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20307,8 +24323,17 @@ "opengraph": null, "title": "GAL Bamberg: Aktuell" }, - "duration": 226, + "duration": 631, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gal-bamberg.de/index.php?id=titelseite" } @@ -20347,7 +24372,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 226 + "value": 631 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20411,6 +24441,12 @@ "url": "https://www.gg-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20420,15 +24456,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Kreisverband Groß-Gerau" }, - "duration": 526, + "duration": 559, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gg-gruene.de/" } @@ -20467,7 +24512,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 526 + "value": 559 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20478,7 +24528,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -20525,6 +24575,10 @@ "url": "https://gruene-aalen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -20536,8 +24590,17 @@ "opengraph": null, "title": "Grüne Ostwürttemberg: HOME" }, - "duration": 509, + "duration": 513, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-aalen.de/index.php?id=1229" } @@ -20575,7 +24638,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 509 + "value": 513 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -20641,6 +24709,12 @@ "url": "https://www.gruene-ab.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20654,6 +24728,15 @@ }, "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ab.de/die-gruenen-aschaffenburg/" } @@ -20694,6 +24777,11 @@ "type": "number", "value": 75 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -20703,7 +24791,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -20767,6 +24855,12 @@ "url": "https://www.gruene-adelebsen.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -20779,16 +24873,25 @@ "generator": null, "icon": "http://gruene-adelebsen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Adelebsen" }, - "duration": 442, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-adelebsen.de/" } @@ -20826,7 +24929,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 442 + "value": 465 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20837,7 +24945,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -20892,6 +25000,12 @@ "url": "https://www.gruene-aichach-friedberg.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -20903,8 +25017,17 @@ "opengraph": null, "title": "KV Aichach-Friedberg: Startseite" }, - "duration": 67, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-aichach-friedberg.de/startseite/" } @@ -20943,7 +25066,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -20954,7 +25082,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21001,6 +25129,10 @@ "url": "https://gruene-alb-donau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -21012,8 +25144,17 @@ "opengraph": null, "title": "Grüne Kreis Alb-Donau: Startseite" }, - "duration": 560, + "duration": 800, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-alb-donau.de/startseite/" } @@ -21051,7 +25192,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 560 + "value": 800 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -21123,6 +25269,12 @@ "url": "https://www.gruene-altona.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21134,8 +25286,17 @@ "opengraph": null, "title": "GRÜNE Altona: Home" }, - "duration": 64, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-altona.de/home/" } @@ -21172,9 +25333,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21185,7 +25351,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -21240,6 +25406,12 @@ "url": "https://www.gruene-amberg-sulzbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21251,8 +25423,17 @@ "opengraph": null, "title": "KV Amberg-Sulzbach: Personen" }, - "duration": 63, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-amberg-sulzbach.de/personen/" } @@ -21291,7 +25472,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21302,7 +25488,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21357,6 +25543,12 @@ "url": "https://www.gruene-amberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21368,8 +25560,17 @@ "opengraph": null, "title": "Kreisverband Amberg: Startseite" }, - "duration": 62, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-amberg.de/startseite/" } @@ -21408,7 +25609,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21419,7 +25625,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -21483,6 +25689,12 @@ "url": "https://www.gruene-amelinghausen.de/" } ], + "responsive": { + "min_width": 326, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21495,16 +25707,25 @@ "generator": null, "icon": "http://gruene-amelinghausen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Grüne Amelinghausen" }, - "duration": 227, + "duration": 254, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 326, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-amelinghausen.de/" } @@ -21542,7 +25763,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 227 + "value": 254 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21553,7 +25779,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -21608,6 +25834,12 @@ "url": "https://www.gruene-ammerland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21619,8 +25851,17 @@ "opengraph": null, "title": "GRÜNE KV Ammerland: Home" }, - "duration": 64, + "duration": 173, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ammerland.de/home/" } @@ -21657,9 +25898,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 173 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21670,7 +25916,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -21723,6 +25969,12 @@ "url": "https://gruene-anhalt-bitterfeld.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21735,17 +25987,26 @@ "generator": null, "icon": "http://www.gruene-anhalt-bitterfeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Herzlich Willkommen - Kreisverband Anhalt-BitterfeldKreisverband Anhalt-Bitterfeld" }, - "duration": 605, + "duration": 637, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-anhalt-bitterfeld.de/" } @@ -21783,7 +26044,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 605 + "value": 637 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21794,7 +26060,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -21849,6 +26115,12 @@ "url": "https://www.gruene-ansbach.de/" } ], + "responsive": { + "min_width": 365, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -21860,8 +26132,17 @@ "opengraph": null, "title": "Die Grünen Ansbach: Die Grünen in Stadt und Landkreis Ansbach" }, - "duration": 143, + "duration": 151, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 365, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-ansbach.de/" } @@ -21899,7 +26180,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 151 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -21910,7 +26196,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -21965,6 +26251,12 @@ "url": "https://www.gruene-aoe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -21976,8 +26268,17 @@ "opengraph": null, "title": "Kreisverband Altötting: Aktuelles" }, - "duration": 66, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-aoe.de/aktuelles/" } @@ -22016,7 +26317,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22027,7 +26333,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22082,6 +26388,12 @@ "url": "https://www.gruene-artland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22093,8 +26405,17 @@ "opengraph": null, "title": "Die Grünen im Artland: Startseite" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-artland.de/startseite/" } @@ -22133,7 +26454,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22144,7 +26470,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22193,6 +26519,12 @@ "url": "https://gruene-aschaffenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -22207,8 +26539,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 336, + "duration": 508, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-aschaffenburg.de/" }, @@ -22225,8 +26566,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 551, + "duration": 482, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "https://gruene-aschaffenburg.de/" } @@ -22265,7 +26615,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 444 + "value": 495 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22276,7 +26631,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -22331,6 +26686,12 @@ "url": "https://www.gruene-augsburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22342,8 +26703,17 @@ "opengraph": null, "title": "GRÜNE AUGSBURG: Home" }, - "duration": 62, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-augsburg.de/home/" } @@ -22382,7 +26752,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22393,7 +26768,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22450,6 +26825,12 @@ "url": "https://www.gruene-augsburgland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22463,8 +26844,17 @@ "opengraph": null, "title": "Grüne Augsburg-Land: Home" }, - "duration": 67, + "duration": 98, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-augsburgland.de/home/" } @@ -22502,7 +26892,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 98 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22513,7 +26908,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -22568,6 +26963,12 @@ "url": "https://www.gruene-aurich.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22579,8 +26980,17 @@ "opengraph": null, "title": "Kreisverband Aurich Norden: Startseite" }, - "duration": 69, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-aurich.de/startseite/" } @@ -22619,7 +27029,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22630,7 +27045,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22685,6 +27100,12 @@ "url": "https://www.gruene-bamberg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22696,8 +27117,17 @@ "opengraph": null, "title": "Grüne Bamberg-Land: Themen" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bamberg-land.de/themen/" } @@ -22736,7 +27166,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22747,7 +27182,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -22811,6 +27246,12 @@ "url": "https://www.gruene-barnim.de/" } ], + "responsive": { + "min_width": 533, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -22823,16 +27264,25 @@ "generator": null, "icon": "http://www.gruene-barnim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Kreisverband Barnim, Brandenburg" }, - "duration": 736, + "duration": 556, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 533, + "768x1024": 784 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-barnim.de/" } @@ -22870,7 +27320,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 736 + "value": 556 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -22936,6 +27391,12 @@ "url": "https://www.gruene-bassum.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -22947,8 +27408,17 @@ "opengraph": null, "title": "Grüne in Bassum: Startseite" }, - "duration": 64, + "duration": 294, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bassum.de/startseite/" } @@ -22985,9 +27455,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 294 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -22998,7 +27473,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -23061,6 +27536,10 @@ "url": "https://www.gruene-bautzen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -23074,8 +27553,17 @@ "opengraph": null, "title": "Homepage - BÜNDNIS 90/DIE GRÜNEN Kreisverband Bautzen – Zwjazk 90/Zeleni Budyšin" }, - "duration": 233, + "duration": 220, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bautzen.de/startseite/" } @@ -23113,7 +27601,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 233 + "value": 220 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -23179,6 +27672,12 @@ "url": "https://www.gruene-bayreuth-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23190,8 +27689,17 @@ "opengraph": null, "title": "Bayreuth Land: Startseite" }, - "duration": 65, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bayreuth-land.de/startseite/" } @@ -23230,7 +27738,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23241,7 +27754,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23296,6 +27809,12 @@ "url": "https://www.gruene-bayreuth.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23307,8 +27826,17 @@ "opengraph": null, "title": "Grüne Bayreuth: Kreisverband Bayreuth-Stadt" }, - "duration": 63, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bayreuth.de/kv-bayreuth-stadt/" } @@ -23347,7 +27875,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23358,7 +27891,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23405,6 +27938,10 @@ "url": "https://gruene-bc.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -23416,8 +27953,17 @@ "opengraph": null, "title": "Grüne Kreisverband Biberach: Aktuell" }, - "duration": 482, + "duration": 47, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-bc.de/index.php?id=1274" } @@ -23453,9 +27999,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 482 + "value": 47 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -23466,7 +28017,7 @@ "value": true } }, - "score": 7.5 + "score": 8.0 }, { "details": { @@ -23519,6 +28070,12 @@ "url": "https://gruene-bederkesa.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -23531,16 +28088,25 @@ "generator": null, "icon": "http://gruene-bederkesa.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Bederkesa-Langen" }, - "duration": 211, + "duration": 247, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bederkesa.de/" } @@ -23578,7 +28144,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 211 + "value": 247 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23589,7 +28160,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -23655,6 +28226,12 @@ "url": "https://www.gruene-bergedorf.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23668,8 +28245,17 @@ "opengraph": null, "title": "Grüne Bergedorf: Home" }, - "duration": 80, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergedorf.de/home/" } @@ -23707,7 +28293,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 80 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23718,7 +28309,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -23773,6 +28364,12 @@ "url": "https://www.gruene-bergischgladbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23784,8 +28381,17 @@ "opengraph": null, "title": "GRÜNE BERGISCH GLADBACH: Home" }, - "duration": 71, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergischgladbach.de/home/" } @@ -23824,7 +28430,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23835,7 +28446,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -23890,6 +28501,12 @@ "url": "https://www.gruene-bergstrasse.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -23901,8 +28518,17 @@ "opengraph": null, "title": "Grüne Bergstraße: Aktuell" }, - "duration": 67, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bergstrasse.de/aktuell/" } @@ -23941,7 +28567,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -23952,7 +28583,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24013,6 +28644,10 @@ "url": "https://www.gruene-bgl.de/" } ], + "responsive": { + "min_width": 990, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -24026,8 +28661,17 @@ ], "title": "Die Grünen: Kreisverband Berchtesgadener Land" }, - "duration": 281, + "duration": 457, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 990, + "768x1024": 990 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bgl.de/" } @@ -24066,7 +28710,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 457 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -24136,6 +28785,12 @@ "url": "https://www.gruene-bielefeld.de/" } ], + "responsive": { + "min_width": 379, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -24145,19 +28800,28 @@ "generator": null, "icon": null, "opengraph": [ - "og:url", - "og:locale:alternate", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "GRÜNE Bielefeld" }, - "duration": 849, + "duration": 858, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 379, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-bielefeld.de/" } @@ -24197,7 +28861,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 849 + "value": 858 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24208,7 +28877,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -24263,6 +28932,12 @@ "url": "https://www.gruene-bitburg-pruem.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24274,8 +28949,17 @@ "opengraph": null, "title": "Kreisverband Bitburg-Prüm: Startseite" }, - "duration": 64, + "duration": 74, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bitburg-pruem.de/startseite/" } @@ -24314,7 +28998,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 74 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24325,7 +29014,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24383,6 +29072,12 @@ "url": "https://www.gruene-bleckede.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -24395,16 +29090,25 @@ "generator": null, "icon": "https://www.gruene-bleckede.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grünes Bleckede" }, - "duration": 356, + "duration": 335, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-bleckede.de/" } @@ -24441,7 +29145,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 356 + "value": 335 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24452,7 +29161,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -24507,6 +29216,12 @@ "url": "https://www.gruene-bochum.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24518,8 +29233,17 @@ "opengraph": null, "title": "GRÜNE IN BOCHUM: Startseite" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bochum.de/startseite/" } @@ -24558,7 +29282,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24569,7 +29298,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -24624,6 +29353,12 @@ "url": "https://www.gruene-bodenseekreis.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24635,8 +29370,17 @@ "opengraph": null, "title": "Grüner Kreisverband Bodenseekreis: Aktuelles" }, - "duration": 719, + "duration": 728, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-bodenseekreis.de/aktuelles/" } @@ -24674,7 +29418,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 719 + "value": 728 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24685,7 +29434,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -24732,6 +29481,12 @@ "url": "https://gruene-boeblingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -24743,8 +29498,17 @@ "opengraph": null, "title": "Grüne Kreisverband Böblingen: Kreisverband Böblingen" }, - "duration": 456, + "duration": 502, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-boeblingen.de/" } @@ -24782,7 +29546,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 456 + "value": 502 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -24793,7 +29562,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -24859,6 +29628,10 @@ "url": "https://www.gruene-bohmte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -24873,8 +29646,17 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 174, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-bohmte.de/" }, @@ -24891,8 +29673,17 @@ "opengraph": null, "title": "Buendnis 90/Die Gruenen, OV Bohmte - Bündnis 90/Die Grünen" }, - "duration": 195, + "duration": 236, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bohmte.de/" } @@ -24931,7 +29722,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 236 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -25006,6 +29802,12 @@ "url": "https://www.gruene-bonn.de/" } ], + "responsive": { + "min_width": 350, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25018,17 +29820,26 @@ "generator": null, "icon": "http://gruene-bonn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Für ein grüneres Bonn. › DIE GRÜNEN Bonn" }, - "duration": 787, + "duration": 869, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 350, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-bonn.de/" } @@ -25066,7 +29877,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 787 + "value": 869 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25077,7 +29893,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -25132,6 +29948,12 @@ "url": "https://www.gruene-bottrop.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25143,8 +29965,17 @@ "opengraph": null, "title": "GRÜNE IN BOTTROP: Startseite" }, - "duration": 71, + "duration": 201, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bottrop.de/startseite/" } @@ -25181,9 +30012,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 201 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25194,7 +30030,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -25256,6 +30092,10 @@ "url": "https://www.gruene-bramsche.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -25265,13 +30105,22 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 444, + "duration": 445, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bramsche.de" }, @@ -25283,13 +30132,22 @@ "generator": null, "icon": "http://www.gruene-bramsche.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Bramsche ::\tWir machen das klar." }, - "duration": 356, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-bramsche.de/" } @@ -25329,7 +30187,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 400 + "value": 466 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -25398,6 +30261,12 @@ "url": "https://www.gruene-breisgau-hochschwarzwald.de/" } ], + "responsive": { + "min_width": 408, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25410,17 +30279,25 @@ "generator": null, "icon": "https://gruene-breisgau-hochschwarzwald.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 Die Grünen Kreisverband Breisgau-Hochschwarzwald" }, - "duration": 631, + "duration": 622, "error": null, + "responsive": { + "document_width": { + "1024x768": 1031, + "1920x1080": 1920, + "320x480": 408, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-breisgau-hochschwarzwald.de/" } @@ -25457,7 +30334,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 631 + "value": 622 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25468,7 +30350,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -25523,6 +30405,12 @@ "url": "https://www.gruene-bremen-mitte.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25534,8 +30422,17 @@ "opengraph": null, "title": "Grüne Mitte - Östliche Vorstadt: Startseite" }, - "duration": 62, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-bremen-mitte.de/startseite/" } @@ -25574,7 +30471,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25585,7 +30487,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25640,6 +30542,12 @@ "url": "https://www.gruene-bremen-nord.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25651,8 +30559,17 @@ "opengraph": null, "title": "KV Grüne Bremen-Nord: Startseite" }, - "duration": 79, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremen-nord.de/startseite/" } @@ -25691,7 +30608,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25702,7 +30624,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25757,6 +30679,12 @@ "url": "https://www.gruene-bremerhaven.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -25768,8 +30696,17 @@ "opengraph": null, "title": "Kreisverband Bremerhaven: Home" }, - "duration": 64, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-bremerhaven.de/gruene-neuigkeiten/" } @@ -25808,7 +30745,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 89 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25819,7 +30761,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -25884,6 +30826,12 @@ "url": "https://www.gruene-brookmerland-hinte-suedbrookmerland.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -25895,8 +30843,17 @@ "opengraph": null, "title": null }, - "duration": 85, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-brookmerland-hinte-suedbrookmerland.de/" }, @@ -25911,16 +30868,25 @@ "generator": null, "icon": "http://gruenerovbhsbl.alfahosting.org/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband" }, - "duration": 371, + "duration": 241, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-brookmerland-hinte-suedbrookmerland.de/" } @@ -25959,7 +30925,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 158 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -25970,7 +30941,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -26031,6 +31002,12 @@ "url": "https://www.gruene-bueckeburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26042,8 +31019,17 @@ "opengraph": null, "title": "Stadtverband Bückeburg: Stadtverband Bückeburg" }, - "duration": 71, + "duration": 108, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schaumburg.de/stadtverband-bueckeburg/" } @@ -26080,9 +31066,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 108 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26093,7 +31084,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26141,7 +31132,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, @@ -26149,13 +31140,17 @@ }, { "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, "url": "https://www.gruene-burgwedel.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -26169,8 +31164,17 @@ "opengraph": null, "title": "Startseite - Die Grünen in Burgwedel" }, - "duration": 588, + "duration": 716, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-burgwedel.de/" } @@ -26208,7 +31212,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 588 + "value": 716 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -26274,6 +31283,12 @@ "url": "https://www.gruene-buxtehude.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26285,8 +31300,17 @@ "opengraph": null, "title": "GRÜNE Buxtehude: Herzlich Willkommen beim Ortsverband Buxtehude-Apensen" }, - "duration": 71, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-buxtehude.de/startseite/" } @@ -26325,7 +31349,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26336,7 +31365,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26391,6 +31420,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26402,8 +31437,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 103, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26440,9 +31484,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 103 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26453,7 +31502,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -26508,6 +31557,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26519,8 +31574,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 63, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26557,9 +31621,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26570,7 +31639,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26625,6 +31694,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26636,8 +31711,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 68, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26674,9 +31758,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26687,7 +31776,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -26742,6 +31831,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26753,8 +31848,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26793,7 +31897,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26804,7 +31913,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26859,6 +31968,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26870,8 +31985,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 64, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -26910,7 +32034,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -26921,7 +32050,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -26976,6 +32105,12 @@ "url": "https://www.gruene-cham.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -26987,8 +32122,17 @@ "opengraph": null, "title": "Kreisverband Cham: Aktuelles" }, - "duration": 63, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-cham.de/aktuelles/" } @@ -27027,7 +32171,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27038,7 +32187,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27093,6 +32242,12 @@ "url": "https://www.gruene-coburg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27106,6 +32261,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-coburg-land.de/startseite/" } @@ -27146,6 +32310,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -27155,7 +32324,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27210,6 +32379,12 @@ "url": "https://www.gruene-coburg.de/" } ], + "responsive": { + "min_width": 332, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27221,8 +32396,17 @@ "opengraph": null, "title": "Kreisverband Coburg-Stadt: Start" }, - "duration": 199, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 332, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-coburg.de/start/" } @@ -27260,7 +32444,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 199 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27271,7 +32460,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -27328,6 +32517,10 @@ "url": "https://www.gruene-cochemzell.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -27342,8 +32535,17 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 417, + "duration": 493, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-cochemzell.de/" }, @@ -27360,8 +32562,17 @@ "opengraph": null, "title": "Grüne Cochem Zell | Grün wirkt!" }, - "duration": 616, + "duration": 606, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-cochemzell.de/" } @@ -27400,7 +32611,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 516 + "value": 550 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -27459,7 +32675,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, @@ -27467,13 +32683,17 @@ }, { "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, "url": "https://www.gruene-coe.de/" } ], + "responsive": { + "min_width": 1214, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -27485,8 +32705,17 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 70, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1214, + "1920x1080": 1920, + "320x480": 1214, + "768x1024": 1214 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-coe.de/" }, @@ -27500,8 +32729,17 @@ "opengraph": null, "title": "Die Grünen KV Coesfeld - Startseite" }, - "duration": 64, + "duration": 60, "error": null, + "responsive": { + "document_width": { + "1024x768": 1214, + "1920x1080": 1920, + "320x480": 1214, + "768x1024": 1214 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-coe.de/" } @@ -27541,7 +32779,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 62 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -27607,6 +32850,12 @@ "url": "https://www.gruene-cottbus.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27618,8 +32867,17 @@ "opengraph": null, "title": "KREISVERBAND COTTBUS: Home" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-cottbus.de/home/" } @@ -27658,7 +32916,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27669,7 +32932,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27715,7 +32978,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, @@ -27723,13 +32986,19 @@ }, { "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, "url": "https://www.gruene-cuxhaven.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27741,8 +33010,17 @@ "opengraph": null, "title": "Kreisverband Cuxhaven: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kv-cuxhaven.de/home/" } @@ -27781,7 +33059,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27792,7 +33075,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -27841,7 +33124,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, @@ -27849,13 +33132,19 @@ }, { "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, "url": "https://www.gruene-dachau.de/" } ], + "responsive": { + "min_width": 393, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -27868,16 +33157,25 @@ "generator": null, "icon": "http://gruene-dachau.de/wp/wp-content/themes/1508053999-H8CBIu/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Grüne Dachau" }, - "duration": 694, + "duration": 968, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 393, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-dachau.de/" } @@ -27915,7 +33213,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 694 + "value": 968 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -27926,7 +33229,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -27979,6 +33282,12 @@ "url": "https://www.gruene-dadi.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -27988,15 +33297,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Kreisverband Darmstadt-Dieburg" }, - "duration": 266, + "duration": 250, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-dadi.de/" } @@ -28035,7 +33353,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 266 + "value": 250 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28046,7 +33369,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -28101,6 +33424,12 @@ "url": "https://www.gruene-dahme-spreewald.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28112,8 +33441,17 @@ "opengraph": null, "title": "KV Dahme-Spreewald: Aktuelles" }, - "duration": 65, + "duration": 306, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dahme-spreewald.de/aktuelles/" } @@ -28150,9 +33488,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 306 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28163,7 +33506,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -28223,6 +33566,10 @@ "url": "https://www.gruene-dannstadt-schauernheim.de/" } ], + "responsive": { + "min_width": 1236, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -28234,8 +33581,17 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 55, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1236, + "1920x1080": 1920, + "320x480": 1236, + "768x1024": 1236 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dannstadt-schauernheim.de/" }, @@ -28249,8 +33605,17 @@ "opengraph": null, "title": "Grüne Kreistagsfraktion Rhein-Pfalz-Kreis" }, - "duration": 58, + "duration": 185, "error": null, + "responsive": { + "document_width": { + "1024x768": 1236, + "1920x1080": 1920, + "320x480": 1236, + "768x1024": 1236 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dannstadt-schauernheim.de/" } @@ -28289,9 +33654,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 56 + "value": 120 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28302,7 +33672,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -28361,6 +33731,12 @@ "url": "https://www.gruene-darmstadt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -28372,8 +33748,17 @@ "opengraph": null, "title": "Grüne Darmstadt Startseite | gruene-darmstadt.de" }, - "duration": 292, + "duration": 55, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-darmstadt.de/" } @@ -28411,9 +33796,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 292 + "value": 55 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28424,7 +33814,7 @@ "value": true } }, - "score": 4.5 + "score": 6.0 }, { "details": { @@ -28489,6 +33879,12 @@ "url": "https://www.gruene-dessau.de/" } ], + "responsive": { + "min_width": 512, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -28502,16 +33898,25 @@ "generator": null, "icon": "http://www.gruene-dessau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "-" }, - "duration": 591, + "duration": 396, "error": null, + "responsive": { + "document_width": { + "1024x768": 1293, + "1920x1080": 1920, + "320x480": 512, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-dessau.de/" } @@ -28549,7 +33954,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 591 + "value": 396 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28615,6 +34025,12 @@ "url": "https://www.gruene-dgf-lan.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28626,8 +34042,17 @@ "opengraph": null, "title": "KV Dingolfing-Landau: Home" }, - "duration": 63, + "duration": 181, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-dgf-lan.de/home/" } @@ -28664,9 +34089,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 181 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -28677,7 +34107,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -28732,6 +34162,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28743,8 +34179,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 269, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -28781,9 +34226,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 269 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28794,7 +34244,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -28849,6 +34299,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28860,8 +34316,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 80, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -28900,7 +34365,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 80 + "value": 69 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -28966,6 +34436,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -28979,6 +34455,15 @@ }, "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29019,6 +34504,11 @@ "type": "number", "value": 68 }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -29083,6 +34573,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29094,8 +34590,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29134,7 +34639,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29200,6 +34710,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29211,8 +34727,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 64, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29251,7 +34776,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 70 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29317,6 +34847,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29328,8 +34864,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29368,7 +34913,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29434,6 +34984,12 @@ "url": "https://www.gruene-diepholz.de/" } ], + "responsive": { + "min_width": 622, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29445,8 +35001,17 @@ "opengraph": null, "title": "Kreisverband Diepholz: Home" }, - "duration": 75, + "duration": 332, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 622, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-diepholz.de/home/" } @@ -29483,9 +35048,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 332 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29496,7 +35066,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -29554,6 +35124,12 @@ "url": "https://www.gruene-dillingen-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -29568,8 +35144,17 @@ "opengraph": null, "title": "Die Grünen in Dillingen - BÜNDNIS 90/DIE GRÜNEN Dillingen/Saar" }, - "duration": 370, + "duration": 349, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dillingen-saar.de/" } @@ -29606,7 +35191,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 370 + "value": 349 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -29617,7 +35207,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -29674,6 +35264,12 @@ "url": "https://www.gruene-dillingen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29685,8 +35281,17 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-dillingen.de/startseite/" }, @@ -29700,8 +35305,17 @@ "opengraph": null, "title": "Kreisverband Dillingen: Startseite" }, - "duration": 70, + "duration": 116, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dillingen.de/startseite/" } @@ -29741,7 +35355,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -29752,7 +35371,7 @@ "value": true } }, - "score": 5.0 + "score": 6.0 }, { "details": { @@ -29814,6 +35433,10 @@ "url": "https://www.gruene-dissen.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -29823,13 +35446,22 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 428, + "duration": 653, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dissen.de" }, @@ -29841,13 +35473,22 @@ "generator": null, "icon": "http://www.gruene-dissen.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Dissen ::\tWir machen das klar." }, - "duration": 359, + "duration": 388, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dissen.de/" } @@ -29887,7 +35528,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 520 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -29953,6 +35599,12 @@ "url": "https://www.gruene-dithmarschen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -29964,8 +35616,17 @@ "opengraph": null, "title": "Kreisverband Dithmarschen: Startseite" }, - "duration": 66, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-dithmarschen.de/startseite/" } @@ -30004,7 +35665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30015,7 +35681,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -30070,6 +35736,12 @@ "url": "https://www.gruene-donau-ries.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30081,8 +35753,17 @@ "opengraph": null, "title": "Die Grünen Donau-Ries: Grüne Donau-Ries" }, - "duration": 143, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-donau-ries.de/" } @@ -30120,7 +35801,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30131,7 +35817,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -30194,6 +35880,12 @@ "url": "https://www.gruene-dortmund.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30205,8 +35897,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 238, + "duration": 621, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-dortmund.de/" }, @@ -30220,8 +35921,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN - Die GRÜNEN in Dortmund - Kreisverband - Kreisverband Dortmund" }, - "duration": 512, + "duration": 450, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-dortmund.de/" } @@ -30261,7 +35971,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 536 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30272,7 +35987,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -30332,6 +36047,10 @@ "url": "https://www.gruene-dto.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -30343,8 +36062,17 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 58, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-dto.de/" }, @@ -30358,8 +36086,17 @@ "opengraph": null, "title": "Bündnis90/Die Grünen in Nordsachsen" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-dto.de/" } @@ -30400,7 +36137,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 60 + "value": 63 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -30469,6 +36211,12 @@ "url": "https://www.gruene-dueren.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30481,16 +36229,25 @@ "generator": null, "icon": "https://gruene-dueren.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Düren" }, - "duration": 383, + "duration": 408, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-dueren.de/" } @@ -30527,7 +36284,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 383 + "value": 408 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30538,7 +36300,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -30602,6 +36364,12 @@ "url": "https://www.gruene-duesseldorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30614,17 +36382,26 @@ "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:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Düsseldorf" }, - "duration": 66, + "duration": 244, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-duesseldorf.de/" } @@ -30660,9 +36437,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 244 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30673,7 +36455,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -30728,6 +36510,12 @@ "url": "https://www.gruene-duew.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -30739,8 +36527,17 @@ "opengraph": null, "title": "Grüner KV Bad Dürkheim: Startseite" }, - "duration": 72, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-duew.de/startseite/" } @@ -30777,9 +36574,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 217 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30790,7 +36592,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -30851,6 +36653,12 @@ "url": "https://www.gruene-ebe.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -30862,8 +36670,17 @@ "opengraph": null, "title": "Die Grünen im Landkreis Ebersberg: Die Grünen im Landkreis Ebersberg" }, - "duration": 151, + "duration": 148, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ebersberg.de/" } @@ -30901,7 +36718,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 151 + "value": 148 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -30912,7 +36734,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -30964,6 +36786,10 @@ "url": "https://gruene-edewecht.de/" } ], + "responsive": { + "min_width": 1113, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -30975,18 +36801,27 @@ "generator": "WordPress 4.9.5", "icon": "http://gruene-edewecht.de/wp-content/themes/gruene-edewecht/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Edewecht • BlickWechsel Infos über GRÜNE Politik in Edewecht" }, - "duration": 934, + "duration": 759, "error": null, + "responsive": { + "document_width": { + "1024x768": 1113, + "1920x1080": 1920, + "320x480": 1113, + "768x1024": 1113 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-edewecht.de/" } @@ -31024,7 +36859,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 934 + "value": 759 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31090,6 +36930,12 @@ "url": "https://www.gruene-eichstaett.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31101,8 +36947,17 @@ "opengraph": null, "title": "Kreisverband Eichstätt: Home" }, - "duration": 67, + "duration": 327, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-eichstaett.de/home/" } @@ -31139,9 +36994,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 327 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31152,7 +37012,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -31213,6 +37073,12 @@ "url": "https://www.gruene-eimsbuettel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31224,8 +37090,17 @@ "opengraph": null, "title": "GRÜNE Eimsbüttel: Home" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-eimsbuettel.de/home/" } @@ -31264,7 +37139,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31275,7 +37155,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -31335,6 +37215,10 @@ "url": "https://www.gruene-eitorf.de/" } ], + "responsive": { + "min_width": 666, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -31346,8 +37230,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 49, + "duration": 77, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 666, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-eitorf.de/" }, @@ -31361,8 +37254,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen in Eitorf" }, - "duration": 54, + "duration": 170, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 666, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-eitorf.de/" } @@ -31401,9 +37303,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 52 + "value": 124 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31414,7 +37321,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -31477,6 +37384,10 @@ "url": "https://www.gruene-elbe-weisseritz.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -31490,8 +37401,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Sächsische Schweiz - Osterzgebirge" }, - "duration": 218, + "duration": 219, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-elbe-weisseritz.de/startseite/" } @@ -31529,7 +37449,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 218 + "value": 219 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -31595,6 +37520,12 @@ "url": "https://www.gruene-els.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31606,8 +37537,17 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 62, + "duration": 177, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-els.de/home/" } @@ -31644,9 +37584,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 177 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31657,7 +37602,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -31712,6 +37657,12 @@ "url": "https://www.gruene-els.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31723,8 +37674,17 @@ "opengraph": null, "title": "Grüne Emsland Süd: Home" }, - "duration": 73, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-els.de/home/" } @@ -31763,7 +37723,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31774,7 +37739,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -31832,6 +37797,12 @@ "url": "https://www.gruene-em.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -31844,17 +37815,26 @@ "generator": null, "icon": "https://gruene-em.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne im Kreis Emmendingen" }, - "duration": 176, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-em.de/" } @@ -31891,7 +37871,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 176 + "value": 128 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -31902,7 +37887,185 @@ "value": true } }, - "score": 8.5 + "score": 9.5 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-emden.de/", + "http://www.gruene-emden.de/" + ], + "cms": "joomla", + "feeds": [ + "http://gruene-emden.de/index.php?format=feed&type=rss", + "http://www.gruene-emden.de/index.php?format=feed&type=rss" + ], + "hostnames": { + "gruene-emden.de": { + "aliases": [], + "ip_addresses": [ + "109.237.140.52" + ], + "resolvable": true, + "resolved_hostname": "gruene-emden.de" + }, + "www.gruene-emden.de": { + "aliases": [], + "ip_addresses": [ + "109.237.140.52" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-emden.de" + } + }, + "icons": [ + "http://gruene-emden.de/templates/design_control/favicon.ico", + "http://www.gruene-emden.de/templates/design_control/favicon.ico" + ], + "ipv4_addresses": [ + "109.237.140.52" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": null, + "url": "http://gruene-emden.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "http://www.gruene-emden.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='gruene-emden.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'gruene-emden.de' doesn't match either of '*.alfahosting-server.de', 'alfahosting-server.de'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://gruene-emden.de/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='www.gruene-emden.de', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'www.gruene-emden.de' doesn't match either of '*.alfahosting-server.de', 'alfahosting-server.de'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://www.gruene-emden.de/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale=1.0" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [ + "http://gruene-emden.de/index.php?format=feed&type=rss", + "http://gruene-emden.de/index.php?format=feed&type=rss" + ], + "generator": "Joomla! - Open Source Content Management", + "icon": "http://gruene-emden.de/templates/design_control/favicon.ico", + "opengraph": null, + "title": "Start" + }, + "duration": 309, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale=1.0" + }, + "status_code": 200, + "url": "http://gruene-emden.de/" + }, + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [ + "http://www.gruene-emden.de/index.php?format=feed&type=rss", + "http://www.gruene-emden.de/index.php?format=feed&type=rss" + ], + "generator": "Joomla! - Open Source Content Management", + "icon": "http://www.gruene-emden.de/templates/design_control/favicon.ico", + "opengraph": null, + "title": "Start" + }, + "duration": 647, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale=1.0" + }, + "status_code": 200, + "url": "http://www.gruene-emden.de/" + } + ] + }, + "input_url": "http://www.gruene-emden.de/", + "meta": { + "city": null, + "district": "Emden/Ostfriesland", + "level": "DE:KREISVERBAND", + "state": "Niedersachsen" + }, + "result": { + "CANONICAL_URL": { + "score": 0, + "type": "boolean", + "value": false + }, + "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": 478 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 6.5 }, { "details": { @@ -31957,6 +38120,12 @@ "url": "https://www.gruene-en.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -31968,8 +38137,17 @@ "opengraph": null, "title": "Kreisverband Ennepe-Ruhr: Home" }, - "duration": 193, + "duration": 231, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-en.de/home/" } @@ -32007,7 +38185,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 193 + "value": 231 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32018,7 +38201,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -32082,6 +38265,12 @@ "url": "https://www.gruene-eppelborn.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -32094,17 +38283,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 391, + "duration": 480, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -32142,7 +38340,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 391 + "value": 480 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32153,7 +38356,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -32208,6 +38411,12 @@ "url": "https://www.gruene-erding.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32219,8 +38428,17 @@ "opengraph": null, "title": "Kreisverband Erding: AKTUELLES" }, - "duration": 65, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-erding.de/home/" } @@ -32259,7 +38477,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32270,7 +38493,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -32325,6 +38548,12 @@ "url": "https://www.gruene-erlangen-land.de/" } ], + "responsive": { + "min_width": 514, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32336,8 +38565,17 @@ "opengraph": null, "title": "Erlangen-Land: Home" }, - "duration": 65, + "duration": 90, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 514, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-erlangen-land.de/home/" } @@ -32376,7 +38614,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 90 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -32442,6 +38685,12 @@ "url": "https://www.gruene-erlangen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32453,8 +38702,17 @@ "opengraph": null, "title": "Kreisverband Erlangen: Start" }, - "duration": 65, + "duration": 130, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-erlangen.de/start/" } @@ -32491,9 +38749,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 130 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32504,7 +38767,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -32567,6 +38830,10 @@ "url": "https://www.gruene-erzgebirge.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -32580,8 +38847,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN im Erzgebirge" }, - "duration": 225, + "duration": 231, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-erzgebirge.de/startseite/" } @@ -32619,7 +38895,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 225 + "value": 231 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -32685,6 +38966,12 @@ "url": "https://www.gruene-es.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32696,8 +38983,17 @@ "opengraph": null, "title": "Kreisverband Esslingen: HOME" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-es.de/home/" } @@ -32736,7 +39032,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32747,7 +39048,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -32802,6 +39103,12 @@ "url": "https://www.gruene-ettlingen.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -32813,8 +39120,17 @@ "opengraph": null, "title": "KV Ettlingen: Kreisverband" }, - "duration": 63, + "duration": 214, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ettlingen.de/kreisverband/" } @@ -32851,9 +39167,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 214 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -32864,7 +39185,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -32926,6 +39247,12 @@ "url": "https://www.gruene-euskirchen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -32938,16 +39265,25 @@ "generator": null, "icon": "http://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 354, + "duration": 378, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-euskirchen.de/" }, @@ -32962,16 +39298,25 @@ "generator": null, "icon": "https://www.gruene-euskirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen KV Euskirchen" }, - "duration": 486, + "duration": 513, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-euskirchen.de/" } @@ -33009,7 +39354,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 420 + "value": 446 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33020,7 +39370,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -33075,6 +39425,12 @@ "url": "https://www.gruene-fichtelgebirge.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33086,8 +39442,17 @@ "opengraph": null, "title": "GRÜNE-FICHTELGEBIRGE : Home" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-fichtelgebirge.de/home/" } @@ -33126,7 +39491,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33137,7 +39507,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33192,6 +39562,12 @@ "url": "https://www.gruene-flensburg.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33203,8 +39579,17 @@ "opengraph": null, "title": "GRÜNE Flensburg: Home" }, - "duration": 87, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-flensburg.de/home/" } @@ -33243,7 +39628,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 87 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33254,7 +39644,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33309,6 +39699,12 @@ "url": "https://www.gruene-forchheim.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33320,8 +39716,17 @@ "opengraph": null, "title": "Kreisverband Forchheim: Startseite" }, - "duration": 62, + "duration": 317, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-forchheim.de/startseite/" } @@ -33358,9 +39763,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 317 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33371,7 +39781,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -33426,6 +39836,12 @@ "url": "https://www.gruene-frankfurt-oder.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -33437,8 +39853,17 @@ "opengraph": null, "title": "Frankfurt (Oder): Start" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-frankfurt-oder.de/start/" } @@ -33477,7 +39902,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33488,7 +39918,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -33534,6 +39964,12 @@ "url": "https://gruene-frankfurt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -33545,8 +39981,17 @@ "opengraph": null, "title": "Home" }, - "duration": 698, + "duration": 820, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 769 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://www.gruene-frankfurt.de/home/" }, @@ -33560,8 +40005,17 @@ "opengraph": null, "title": "Home" }, - "duration": 760, + "duration": 694, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 769 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "https://www.gruene-frankfurt.de/home/" } @@ -33600,7 +40054,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 729 + "value": 757 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33611,7 +40070,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -33665,6 +40124,10 @@ "url": "https://www.gruene-fredenbeck.de/" } ], + "responsive": { + "min_width": 1018, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -33676,8 +40139,17 @@ "opengraph": null, "title": "Startseite" }, - "duration": 135, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1018, + "768x1024": 1018 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-fredenbeck.de/" }, @@ -33691,8 +40163,17 @@ "opengraph": null, "title": "Startseite" }, - "duration": 145, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1018, + "768x1024": 1018 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-fredenbeck.de/" } @@ -33732,7 +40213,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 140 + "value": 135 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -33790,6 +40276,10 @@ "url": "https://gruene-freiburg.de/" } ], + "responsive": { + "min_width": 1006, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -33803,8 +40293,17 @@ "opengraph": null, "title": "Das Neueste" }, - "duration": 201, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1028, + "1920x1080": 1920, + "320x480": 1006, + "768x1024": 1006 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-freiburg.de/das-neueste.html" } @@ -33842,7 +40341,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 201 + "value": 232 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -33917,6 +40421,12 @@ "url": "https://www.gruene-freisen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -33929,17 +40439,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 380, + "duration": 404, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -33977,7 +40496,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 380 + "value": 404 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -33988,7 +40512,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -34043,6 +40567,12 @@ "url": "https://www.gruene-freising.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34054,8 +40584,17 @@ "opengraph": null, "title": "Kreisverband Freising: Kreisverband" }, - "duration": 67, + "duration": 324, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-freising.de/kreisverband/" } @@ -34092,9 +40631,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 324 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34105,7 +40649,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -34158,6 +40702,12 @@ "url": "https://gruene-freudenstadt.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34170,16 +40720,25 @@ "generator": null, "icon": "http://gruene-freudenstadt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Freudenstadt" }, - "duration": 516, + "duration": 569, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-freudenstadt.de/" } @@ -34217,7 +40776,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 516 + "value": 569 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34228,7 +40792,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -34283,6 +40847,12 @@ "url": "https://www.gruene-frg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34294,8 +40864,17 @@ "opengraph": null, "title": "Freyung-Grafenau: AnsprechpartnerInnen" }, - "duration": 65, + "duration": 268, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-frg.de/ansprechpartnerinnen/" } @@ -34332,9 +40911,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 268 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34345,7 +40929,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -34391,7 +40975,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, @@ -34399,13 +40983,19 @@ }, { "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, "url": "https://www.gruene-fuerstenfeldbruck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34417,8 +41007,17 @@ "opengraph": null, "title": "KV Fürstenfeldbruck: Home" }, - "duration": 65, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreisverband-ffb.de/home/" } @@ -34457,7 +41056,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34468,7 +41072,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -34522,6 +41126,12 @@ "url": "https://gruene-fuerth-land.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34534,17 +41144,26 @@ "generator": null, "icon": "http://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 186, + "duration": 276, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-fuerth-land.de/" }, @@ -34559,17 +41178,26 @@ "generator": null, "icon": "https://www.gruene-fuerth-land.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KREISVERBAND FÜRTH-LAND" }, - "duration": 256, + "duration": 318, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-fuerth-land.de/" } @@ -34607,7 +41235,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 297 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34618,7 +41251,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -34667,7 +41300,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, @@ -34675,13 +41308,19 @@ }, { "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, "url": "https://www.gruene-fuerth.de/" } ], + "responsive": { + "min_width": 509, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -34694,16 +41333,26 @@ "generator": null, "icon": "http://www.gruene-fuerth.de/wp/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Fürth" }, - "duration": 245, + "duration": 252, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 509, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-fuerth.de/" } @@ -34741,7 +41390,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 245 + "value": 252 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -34807,6 +41461,12 @@ "url": "https://www.gruene-fulda.de/" } ], + "responsive": { + "min_width": 336, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -34818,8 +41478,17 @@ "opengraph": null, "title": "Kreis FULDA: Home" }, - "duration": 64, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 336, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-fulda.de/home/" } @@ -34858,7 +41527,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34869,7 +41543,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -34877,7 +41551,9 @@ "http://gruene-gap.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-gap.de/index.php?id=204338&type=100" + ], "hostnames": { "gruene-gap.de": { "aliases": [], @@ -34924,19 +41600,36 @@ "url": "https://www.gruene-gap.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-gap.de/index.php?id=204338&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-gap.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "KV Garmisch-Partenkirchen: Startseite" }, - "duration": 66, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-gap.de/startseite/" } @@ -34963,9 +41656,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -34975,7 +41667,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -34986,7 +41683,7 @@ "value": true } }, - "score": 6.0 + "score": 8.0 }, { "details": { @@ -35039,6 +41736,12 @@ "url": "https://gruene-gehrden.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35051,17 +41754,26 @@ "generator": null, "icon": "http://www.gruene-gehrden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Gehrden" }, - "duration": 335, + "duration": 345, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gehrden.de/" } @@ -35099,7 +41811,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 335 + "value": 345 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35110,7 +41827,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35175,6 +41892,12 @@ "url": "https://www.gruene-gellersen.de/" } ], + "responsive": { + "min_width": 328, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35188,16 +41911,25 @@ "generator": null, "icon": "http://www.gruene-gellersen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Gellersen" }, - "duration": 930, + "duration": 688, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 328, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gellersen.de/" } @@ -35235,7 +41967,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 930 + "value": 688 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35246,7 +41983,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35311,6 +42048,12 @@ "url": "https://www.gruene-gelsenkirchen.de/" } ], + "responsive": { + "min_width": 410, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35324,18 +42067,27 @@ "generator": null, "icon": "http://www.gruene-gelsenkirchen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "GRÜNE Gelsenkirchen" }, - "duration": 989, + "duration": 844, "error": null, + "responsive": { + "document_width": { + "1024x768": 1094, + "1920x1080": 1920, + "320x480": 410, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-gelsenkirchen.de/" } @@ -35373,7 +42125,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 989 + "value": 844 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35384,7 +42141,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -35445,6 +42202,10 @@ "url": "https://www.gruene-georgsmarienhuette.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -35454,13 +42215,22 @@ "generator": null, "icon": "http://www.gruene-georgsmarienhuette.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Georgmarienhütte ::\tWir machen das klar." }, - "duration": 403, + "duration": 535, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-georgsmarienhuette.de/" } @@ -35499,7 +42269,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 403 + "value": 535 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -35563,6 +42338,10 @@ "url": "https://www.gruene-giessen.de/" } ], + "responsive": { + "min_width": 336, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -35574,8 +42353,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen – Gießen" }, - "duration": 143, + "duration": 142, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 336, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-giessen.de/" } @@ -35614,7 +42402,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 143 + "value": 142 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -35683,6 +42476,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -35695,18 +42494,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 917, + "duration": 449, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -35743,7 +42551,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 917 + "value": 449 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35754,7 +42567,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -35809,6 +42622,12 @@ "url": "https://www.gruene-gleichen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -35820,8 +42639,17 @@ "opengraph": null, "title": "Gemeindeverband Gleichen: Home" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-gleichen.de/home/" } @@ -35860,7 +42688,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35871,7 +42704,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -35920,6 +42753,12 @@ "url": "https://gruene-goeppingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -35931,8 +42770,17 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 557, + "duration": 678, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goeppingen.de/bundestagswahl-2017/" }, @@ -35946,8 +42794,17 @@ "opengraph": null, "title": "Grüne KV Göppingen: Bundestagswahl 2017" }, - "duration": 646, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-goeppingen.de/bundestagswahl-2017/" } @@ -35986,7 +42843,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 602 + "value": 367 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -35997,7 +42859,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -36060,6 +42922,10 @@ "url": "https://www.gruene-goerlitz.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -36073,8 +42939,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Görlitz" }, - "duration": 213, + "duration": 453, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-goerlitz.de/startseite/" } @@ -36112,7 +42987,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 213 + "value": 453 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -36178,6 +43058,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36191,6 +43077,15 @@ }, "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36231,6 +43126,11 @@ "type": "number", "value": 67 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -36240,7 +43140,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36295,6 +43195,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36306,8 +43212,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 62, + "duration": 249, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36344,9 +43259,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 249 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36357,7 +43277,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -36412,6 +43332,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36423,8 +43349,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 68, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36463,7 +43398,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36474,7 +43414,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36529,6 +43469,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36540,8 +43486,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36580,7 +43535,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36591,7 +43551,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36646,6 +43606,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36657,8 +43623,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 70, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36697,7 +43672,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36708,7 +43688,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36763,6 +43743,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36774,8 +43760,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36814,7 +43809,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36825,7 +43825,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -36880,6 +43880,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -36891,8 +43897,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 66, + "duration": 280, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -36929,9 +43944,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 280 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -36942,7 +43962,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -36997,6 +44017,12 @@ "url": "https://www.gruene-goettingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37008,8 +44034,17 @@ "opengraph": null, "title": "GRÜNE Göttingen: Startseite" }, - "duration": 67, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goettingen.de/startseite/" } @@ -37048,7 +44083,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37059,7 +44099,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -37114,6 +44154,12 @@ "url": "https://www.gruene-goslar.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37125,8 +44171,17 @@ "opengraph": null, "title": "Kreisverband Goslar: Home" }, - "duration": 66, + "duration": 586, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-goslar.de/home/" } @@ -37163,9 +44218,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 586 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37176,7 +44236,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37231,6 +44291,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37242,8 +44308,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 64, + "duration": 427, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37280,9 +44355,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 427 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37293,7 +44373,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37348,6 +44428,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37359,8 +44445,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 66, + "duration": 179, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37397,9 +44492,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 179 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37410,7 +44510,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -37465,6 +44565,12 @@ "url": "https://www.gruene-grafschaft.de/" } ], + "responsive": { + "min_width": 340, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37476,8 +44582,17 @@ "opengraph": null, "title": "Grüne Grafschaft: Start" }, - "duration": 64, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 340, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-grafschaft.de/start/" } @@ -37516,7 +44631,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37527,7 +44647,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -37580,6 +44700,12 @@ "url": "https://gruene-guenzburg.de/" } ], + "responsive": { + "min_width": 393, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -37592,16 +44718,25 @@ "generator": null, "icon": "http://gruene-guenzburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Günzburg" }, - "duration": 253, + "duration": 260, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 393, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-guenzburg.de/" } @@ -37639,7 +44774,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 253 + "value": 260 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37650,7 +44790,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -37716,6 +44856,12 @@ "url": "https://www.gruene-hagen-cux.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -37730,8 +44876,17 @@ "opengraph": null, "title": "Home" }, - "duration": 255, + "duration": 278, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-hagen-cux.de/" }, @@ -37748,8 +44903,17 @@ "opengraph": null, "title": "Home" }, - "duration": 252, + "duration": 402, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-hagen-cux.de/" } @@ -37788,7 +44952,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 254 + "value": 340 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -37859,6 +45028,12 @@ "url": "https://www.gruene-hagen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -37870,8 +45045,17 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 81, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hagen.de/" }, @@ -37885,8 +45069,17 @@ "opengraph": null, "title": "Grüne Hagen" }, - "duration": 74, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hagen.de/" } @@ -37927,7 +45120,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 78 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -37938,7 +45136,7 @@ "value": true } }, - "score": 4.0 + "score": 5.0 }, { "details": { @@ -37992,6 +45190,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38005,17 +45209,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 238, + "duration": 487, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38053,7 +45266,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 487 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38118,6 +45336,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38131,17 +45355,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 209, + "duration": 266, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38179,7 +45412,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 266 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38244,6 +45482,12 @@ "url": "https://gruene-hameln-pyrmont.de/" } ], + "responsive": { + "min_width": 1087, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38257,17 +45501,26 @@ "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:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Startseite | Willkommen in Hameln-Pyrmont!" }, - "duration": 219, + "duration": 256, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 1087, + "768x1024": 1087 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hameln-pyrmont.de/category/startseite/" } @@ -38305,7 +45558,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 219 + "value": 256 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38381,6 +45639,12 @@ "url": "https://www.gruene-hamm.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38394,17 +45658,26 @@ "generator": null, "icon": "http://www.gruene-hamm.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Hamm/Westf." }, - "duration": 483, + "duration": 467, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hamm.de/" } @@ -38442,7 +45715,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 483 + "value": 467 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38453,7 +45731,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -38514,6 +45792,12 @@ "url": "https://www.gruene-hannover.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -38525,8 +45809,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 127, + "duration": 164, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://gruene-hannover.de/" }, @@ -38540,8 +45833,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 133, + "duration": 128, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hannover.de/" }, @@ -38555,8 +45857,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 206, + "duration": 227, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://gruene-hannover.de/" }, @@ -38570,8 +45881,17 @@ "opengraph": null, "title": "Grüne Hannover | ." }, - "duration": 214, + "duration": 512, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hannover.de/" } @@ -38610,7 +45930,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 170 + "value": 258 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38621,7 +45946,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -38679,6 +46004,12 @@ "url": "https://www.gruene-harburg.de/" } ], + "responsive": { + "min_width": 493, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -38691,16 +46022,25 @@ "generator": null, "icon": "https://gruene-harburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen" }, - "duration": 585, + "duration": 192, "error": null, + "responsive": { + "document_width": { + "1024x768": 1213, + "1920x1080": 1920, + "320x480": 493, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-harburg.de/" } @@ -38737,7 +46077,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 585 + "value": 192 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38748,7 +46093,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -38798,6 +46143,10 @@ "url": "https://gruene-hardt.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -38809,8 +46158,17 @@ "opengraph": null, "title": "Grüne im Rhein-Neckar Kreis - Der Kreisverband Hardt" }, - "duration": 74, + "duration": 307, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-hardt.de/index.php?id=50" } @@ -38847,9 +46205,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 74 + "value": 307 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -38860,7 +46223,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -38906,7 +46269,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, @@ -38914,13 +46277,19 @@ }, { "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, "url": "https://www.gruene-harpstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -38932,8 +46301,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: OV Harpstedt" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/ov-harpstedt/" } @@ -38972,7 +46350,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -38983,7 +46366,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39033,6 +46416,12 @@ "url": "https://gruene-harsefeld.de/" } ], + "responsive": { + "min_width": 374, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -39045,17 +46434,26 @@ "generator": null, "icon": "https://gruene-harsefeld.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Harsefeld - Politik für Umwelt, Mensch und TierGrüne Harsefeld" }, - "duration": 54, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 374, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-harsefeld.de/" } @@ -39092,7 +46490,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 54 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39103,7 +46506,7 @@ "value": true } }, - "score": 9.0 + "score": 10.0 }, { "details": { @@ -39158,6 +46561,12 @@ "url": "https://www.gruene-harz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39169,8 +46578,17 @@ "opengraph": null, "title": "Grüne im Landkreis Harz: Willkommen" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-harz.de/willkommen/" } @@ -39209,7 +46627,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39220,7 +46643,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39275,6 +46698,12 @@ "url": "https://www.gruene-hassberge.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39286,8 +46715,17 @@ "opengraph": null, "title": "Kreisverband Haßberge: Home" }, - "duration": 64, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hassberge.de/home/" } @@ -39326,7 +46764,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39337,7 +46780,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -39392,6 +46835,12 @@ "url": "https://www.gruene-havelland.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39403,8 +46852,17 @@ "opengraph": null, "title": "Kreisverband Havelland: Startseite" }, - "duration": 64, + "duration": 171, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-havelland.de/startseite/" } @@ -39441,9 +46899,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 171 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39454,7 +46917,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -39509,6 +46972,12 @@ "url": "https://www.gruene-heidekreis.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39520,8 +46989,17 @@ "opengraph": null, "title": "Kreisverband Heidekreis: Home" }, - "duration": 63, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-heidekreis.de/home/" } @@ -39558,9 +47036,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 313 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39571,7 +47054,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -39622,6 +47105,12 @@ "url": "https://gruene-heidelberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" + ] + }, "urlchecks": [ { "content": { @@ -39637,8 +47126,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Heidelberg" }, - "duration": 180, + "duration": 362, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" + }, "status_code": 200, "url": "https://www.gruene-heidelberg.de/" } @@ -39675,7 +47173,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 180 + "value": 362 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39686,7 +47189,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -39745,11 +47248,17 @@ "url": "https://www.gruene-heidenheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { "canonical_link": "https://gruene-heidenheim.de/", - "encoding": "ISO-8859-1", + "encoding": "UTF-8", "feeds": [ "https://gruene-heidenheim.de/feed/", "https://gruene-heidenheim.de/comments/feed/", @@ -39758,16 +47267,25 @@ "generator": null, "icon": "https://gruene-heidenheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], - "title": "Grüne Heidenheim" + "title": "Grüne Heidenheim" }, - "duration": 184, + "duration": 457, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-heidenheim.de/" } @@ -39804,7 +47322,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 184 + "value": 457 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39815,7 +47338,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -39862,6 +47385,12 @@ "url": "https://gruene-heilbronn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -39873,8 +47402,17 @@ "opengraph": null, "title": "Grüne Heilbronn: Kreisverband Heilbronn" }, - "duration": 740, + "duration": 748, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-heilbronn.de/" } @@ -39912,7 +47450,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 740 + "value": 748 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -39923,7 +47466,144 @@ "value": true } }, - "score": 7.5 + "score": 8.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-helmstedt.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-helmstedt.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-helmstedt.de" + }, + "www.gruene-helmstedt.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-helmstedt.de" + } + }, + "icons": [ + "http://www.gruene-helmstedt.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "http://gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "http://www.gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "https://gruene-helmstedt.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-helmstedt.de/home/", + "url": "https://www.gruene-helmstedt.de/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-helmstedt.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Helmstedt: Home" + }, + "duration": 65, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-helmstedt.de/home/" + } + ] + }, + "input_url": "http://www.gruene-helmstedt.de/home/", + "meta": { + "city": null, + "district": "Helmstedt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -39979,6 +47659,10 @@ "url": "https://www.gruene-hemmoor.de/" } ], + "responsive": { + "min_width": 771, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -39990,8 +47674,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 63, + "duration": 74, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-hemmoor.de/" }, @@ -40005,8 +47698,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 64, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hemmoor.de/" }, @@ -40020,8 +47722,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 145, + "duration": 263, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-hemmoor.de/" }, @@ -40035,8 +47746,17 @@ "opengraph": null, "title": "News - Bündnis90/DIE GRÜNEN" }, - "duration": 141, + "duration": 148, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-hemmoor.de/" } @@ -40076,7 +47796,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 103 + "value": 189 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -40150,6 +47875,12 @@ "url": "https://www.gruene-herne.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "user-scalable=no, width=640" + ] + }, "urlchecks": [ { "content": { @@ -40163,6 +47894,15 @@ }, "duration": 722, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no, width=640" + }, "status_code": 200, "url": "http://gruene-herne.de/" }, @@ -40176,8 +47916,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen Herne" }, - "duration": 750, + "duration": 893, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no, width=640" + }, "status_code": 200, "url": "http://www.gruene-herne.de/" } @@ -40217,7 +47966,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 736 + "value": 808 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40228,7 +47982,7 @@ "value": true } }, - "score": 4.5 + "score": 5.5 }, { "details": { @@ -40283,6 +48037,12 @@ "url": "https://www.gruene-hersfeld-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40294,8 +48054,17 @@ "opengraph": null, "title": "KV Hersfeld-Rotenburg: Home" }, - "duration": 89, + "duration": 295, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hersfeld-rotenburg.de/home/" } @@ -40332,9 +48101,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 295 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40345,7 +48119,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40406,6 +48180,12 @@ "url": "https://www.gruene-hessen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40421,18 +48201,27 @@ "generator": null, "icon": "http://www.gruene-hessen.de/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen in Hessen" }, - "duration": 724, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-hessen.de/" } @@ -40467,9 +48256,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 724 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40480,7 +48274,7 @@ "value": true } }, - "score": 8.5 + "score": 10.0 }, { "details": { @@ -40535,6 +48329,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40546,8 +48346,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40586,7 +48395,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40597,7 +48411,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -40652,6 +48466,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40663,8 +48483,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 66, + "duration": 286, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40701,9 +48530,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 286 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40714,7 +48548,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40769,6 +48603,12 @@ "url": "https://www.gruene-hildesheim.de/" } ], + "responsive": { + "min_width": 321, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -40780,8 +48620,17 @@ "opengraph": null, "title": "Kreisverband Hildesheim: Startseite" }, - "duration": 64, + "duration": 109, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 321, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hildesheim.de/startseite/" } @@ -40818,9 +48667,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 109 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -40831,7 +48685,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -40893,6 +48747,10 @@ "url": "https://www.gruene-hilter.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -40902,13 +48760,22 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 435, + "duration": 505, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hilter.de" }, @@ -40920,13 +48787,22 @@ "generator": null, "icon": "http://www.gruene-hilter.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Hilter ::\tWir machen das klar." }, - "duration": 357, + "duration": 592, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-hilter.de/" } @@ -40966,7 +48842,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 396 + "value": 548 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41032,6 +48913,12 @@ "url": "https://www.gruene-hochtaunus.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41043,8 +48930,17 @@ "opengraph": null, "title": "B90/GRÜNE KV Hochtaunus: Startseite" }, - "duration": 70, + "duration": 187, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hochtaunus.de/startseite/" } @@ -41081,9 +48977,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 187 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41094,7 +48995,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -41149,6 +49050,12 @@ "url": "https://www.gruene-hoexter.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41160,8 +49067,17 @@ "opengraph": null, "title": "DIE GRÜNEN IM KREIS HÖXTER: Start" }, - "duration": 64, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hoexter.de/start/" } @@ -41200,7 +49116,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41211,7 +49132,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41266,6 +49187,12 @@ "url": "https://www.gruene-hof.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41277,8 +49204,17 @@ "opengraph": null, "title": "Kreisverband Hof: Willkommen bei den Hofer Grünen - Wir freuen uns auf Euch..." }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hof.de/home/" } @@ -41317,7 +49253,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41328,7 +49269,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41383,6 +49324,12 @@ "url": "https://www.gruene-hohenlohe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41394,8 +49341,17 @@ "opengraph": null, "title": "GRÜNE Hohenlohe: Startseite" }, - "duration": 65, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-hohenlohe.de/startseite/" } @@ -41434,7 +49390,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41445,7 +49406,144 @@ "value": true } }, - "score": 6.0 + "score": 7.0 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-holzminden.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-holzminden.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-holzminden.de" + }, + "www.gruene-holzminden.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-holzminden.de" + } + }, + "icons": [ + "http://www.gruene-holzminden.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "http://gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "http://www.gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "https://gruene-holzminden.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-holzminden.de/home/", + "url": "https://www.gruene-holzminden.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-holzminden.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Holzminden: Home" + }, + "duration": 64, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-holzminden.de/home/" + } + ] + }, + "input_url": "http://www.gruene-holzminden.de/home/", + "meta": { + "city": null, + "district": "Holzminden", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -41500,6 +49598,12 @@ "url": "https://www.gruene-hoya.de/" } ], + "responsive": { + "min_width": 515, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41511,8 +49615,17 @@ "opengraph": null, "title": "Grüne Hoya: Home" }, - "duration": 67, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 515, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-hoya.de/home/" } @@ -41551,7 +49664,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 65 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41611,7 +49729,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, @@ -41619,13 +49737,19 @@ }, { "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, "url": "https://www.gruene-hsk.de/" } ], + "responsive": { + "min_width": 559, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -41638,17 +49762,26 @@ "generator": null, "icon": "http://www.gruene-hsk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "grüne Politik im Hochsauerlandkreis › Grüne Hochsauerlandkreis" }, - "duration": 545, + "duration": 745, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 559, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-hsk.de/" } @@ -41686,7 +49819,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 545 + "value": 745 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -41752,6 +49890,12 @@ "url": "https://www.gruene-ilmkreis.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -41763,8 +49907,17 @@ "opengraph": null, "title": "Kreisverband Ilmkreis: Home" }, - "duration": 64, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ilmkreis.de/home/" } @@ -41803,7 +49956,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41814,7 +49972,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -41878,6 +50036,12 @@ "url": "https://www.gruene-in-halle.de/" } ], + "responsive": { + "min_width": 382, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -41890,16 +50054,25 @@ "generator": null, "icon": "http://www.gruene-in-halle.de/inhalte/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 10, + "duration": 306, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 382, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-in-halle.de/" } @@ -41935,9 +50108,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 10 + "value": 306 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -41948,7 +50126,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -42009,6 +50187,12 @@ "url": "https://www.gruene-ingolstadt.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42020,8 +50204,17 @@ "opengraph": null, "title": "Grüner Kreisverband Ingolstadt: Startseite" }, - "duration": 64, + "duration": 296, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://ingolstadt-gruene.de/startseite/" } @@ -42058,9 +50251,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 296 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42071,7 +50269,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -42135,6 +50333,12 @@ "url": "https://www.gruene-jesteburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42147,16 +50351,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüner Ortsverband Samtgemeinde Jesteburg" }, - "duration": 419, + "duration": 440, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-jesteburg.de/" } @@ -42194,7 +50407,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 419 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42205,7 +50423,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -42260,6 +50478,12 @@ "url": "https://www.gruene-karlsruhe-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42271,8 +50495,17 @@ "opengraph": null, "title": "KV Karlsruhe-Land: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-karlsruhe-land.de/home/" } @@ -42311,7 +50544,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42322,7 +50560,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42385,6 +50623,12 @@ "url": "https://www.gruene-karlsruhe.de/" } ], + "responsive": { + "min_width": 846, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42396,18 +50640,27 @@ "generator": null, "icon": "http://gruenekarlsruhe.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne KarlsruheGrüne Karlsruhe" }, - "duration": 674, + "duration": 668, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 846, + "768x1024": 846 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruenekarlsruhe.de/" } @@ -42445,7 +50698,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 674 + "value": 668 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -42511,6 +50769,12 @@ "url": "https://www.gruene-keh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42522,8 +50786,17 @@ "opengraph": null, "title": "KV Kelheim: Startseite" }, - "duration": 61, + "duration": 99, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-keh.de/startseite/" } @@ -42562,7 +50835,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 61 + "value": 99 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42573,7 +50851,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42628,6 +50906,12 @@ "url": "https://www.gruene-kempten.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42639,8 +50923,17 @@ "opengraph": null, "title": "Kreisverband Kempten: Home" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kempten.de/home/" } @@ -42679,7 +50972,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42690,7 +50988,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42748,6 +51046,12 @@ "url": "https://www.gruene-kg.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -42759,8 +51063,17 @@ "opengraph": null, "title": "BÜNDIS 90/DIE GRÜNEN Bad Kissingen: Die Grünen in Landkreis Bad Kissingen" }, - "duration": 190, + "duration": 183, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-kg.de/" } @@ -42798,7 +51111,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 190 + "value": 183 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42809,7 +51127,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -42864,6 +51182,12 @@ "url": "https://www.gruene-kiel.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -42875,8 +51199,17 @@ "opengraph": null, "title": "Am 6. Mai GRÜN wählen!: Home" }, - "duration": 64, + "duration": 94, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kiel.de/home/" } @@ -42915,7 +51248,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 94 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -42926,7 +51264,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -42986,6 +51324,10 @@ "url": "https://www.gruene-kirkel.de/" } ], + "responsive": { + "min_width": 1296, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -42997,8 +51339,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 68, + "duration": 52, "error": null, + "responsive": { + "document_width": { + "1024x768": 1296, + "1920x1080": 1920, + "320x480": 1296, + "768x1024": 1296 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-kirkel.de/" }, @@ -43012,8 +51363,17 @@ "opengraph": null, "title": "Bündnis 90/Die Grünen - Ortsverband Kirkel" }, - "duration": 59, + "duration": 52, "error": null, + "responsive": { + "document_width": { + "1024x768": 1296, + "1920x1080": 1920, + "320x480": 1296, + "768x1024": 1296 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-kirkel.de/" } @@ -43054,7 +51414,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 52 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -43120,6 +51485,12 @@ "url": "https://www.gruene-kitzingen.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43131,8 +51502,17 @@ "opengraph": null, "title": "KV Kitzingen: Home" }, - "duration": 71, + "duration": 85, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kitzingen.de/home/" } @@ -43171,7 +51551,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 85 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43182,7 +51567,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -43247,6 +51632,12 @@ "url": "https://www.gruene-koenigswinter.de/" } ], + "responsive": { + "min_width": 385, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -43260,16 +51651,25 @@ "generator": null, "icon": "http://www.gruene-koenigswinter.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Königswinter" }, - "duration": 872, + "duration": 858, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 385, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-koenigswinter.de/" } @@ -43307,7 +51707,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 872 + "value": 858 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43318,7 +51723,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -43373,6 +51778,12 @@ "url": "https://www.gruene-konstanz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43384,8 +51795,17 @@ "opengraph": null, "title": "Kreisverband Konstanz: Startseite" }, - "duration": 71, + "duration": 168, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-konstanz.de/startseite/" } @@ -43422,9 +51842,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 168 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43435,7 +51860,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -43485,6 +51910,10 @@ "url": "https://gruene-krefeld.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -43496,8 +51925,17 @@ "opengraph": null, "title": "Grüne Krefeld: Start" }, - "duration": 144, + "duration": 446, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-krefeld.de/index.php?id=106" } @@ -43536,7 +51974,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 144 + "value": 446 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -43594,6 +52037,12 @@ "url": "https://gruene-kreis-calw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43605,8 +52054,17 @@ "opengraph": null, "title": "Grüne Calw: Aktuelles" }, - "duration": 638, + "duration": 720, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-kreis-calw.de/aktuelles/" } @@ -43644,7 +52102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 638 + "value": 720 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43655,7 +52118,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -43710,6 +52173,12 @@ "url": "https://www.gruene-kreis-harburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43721,8 +52190,17 @@ "opengraph": null, "title": "Landkreis Harburg: Herzlich willkommen im Kreisverband Harburg-Land" }, - "duration": 64, + "duration": 283, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreis-harburg.de/aktuell/" } @@ -43759,9 +52237,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 283 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43772,7 +52255,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -43827,6 +52310,12 @@ "url": "https://www.gruene-kreis-herford.de/" } ], + "responsive": { + "min_width": 334, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -43838,8 +52327,17 @@ "opengraph": null, "title": "GRÜNE im Kreis Herford: Home" }, - "duration": 63, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 334, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-herford.de/home/" } @@ -43878,7 +52376,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -43889,7 +52392,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -43948,6 +52451,12 @@ "url": "https://www.gruene-kreis-kleve.de/" } ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -43961,17 +52470,26 @@ "generator": null, "icon": "https://gruene-kreis-kleve.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Kleve" }, - "duration": 390, + "duration": 472, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kreis-kleve.de/" } @@ -44008,7 +52526,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 390 + "value": 472 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44019,7 +52542,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -44083,6 +52606,12 @@ "url": "https://www.gruene-kreis-mettmann.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44095,16 +52624,25 @@ "generator": null, "icon": "http://www.gruener-kreisverband-mettmann.de/wp-content/themes/1508172033-7obdov/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die GRÜNEN im Kreis Mettmann" }, - "duration": 107, + "duration": 61, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruener-kreisverband-mettmann.de/" } @@ -44140,9 +52678,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 107 + "value": 61 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44153,7 +52696,7 @@ "value": true } }, - "score": 6.5 + "score": 8.0 }, { "details": { @@ -44208,6 +52751,12 @@ "url": "https://www.gruene-kreis-steinfurt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44219,8 +52768,17 @@ "opengraph": null, "title": "Kreisverband Steinfurt: News" }, - "duration": 65, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreis-steinfurt.de/news/" } @@ -44259,7 +52817,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44270,7 +52833,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44334,6 +52897,12 @@ "url": "https://www.gruene-kreis-unna.de/" } ], + "responsive": { + "min_width": 627, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44346,20 +52915,29 @@ "generator": null, "icon": "http://gruene-kreis-unna.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "B90 / Die Grünen Kreisverband Unna" }, - "duration": 288, + "duration": 719, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 627, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kreis-unna.de/" } @@ -44397,7 +52975,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 288 + "value": 719 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -44457,7 +53040,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, @@ -44465,13 +53048,19 @@ }, { "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, "url": "https://www.gruene-kreis-viersen.de/" } ], + "responsive": { + "min_width": 329, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44484,20 +53073,29 @@ "generator": "Give v1.8.12", "icon": "http://www.gruene-kreis-viersen.de/wp-content/themes/Joseph-knows-best-master/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Start - Grüne Kreis ViersenGrüne Kreis Viersen" }, - "duration": 596, + "duration": 623, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 329, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-kreis-viersen.de/" } @@ -44535,7 +53133,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 596 + "value": 623 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44546,7 +53149,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -44601,6 +53204,12 @@ "url": "https://www.gruene-kreis-wesel.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44612,8 +53221,17 @@ "opengraph": null, "title": "Kreis Wesel: Startseite" }, - "duration": 85, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-wesel.de/startseite/" } @@ -44652,7 +53270,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44663,7 +53286,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44727,6 +53350,12 @@ "url": "https://www.gruene-kreisgt.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -44739,17 +53368,26 @@ "generator": null, "icon": "http://gruene-kreisgt.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": null }, - "duration": 71, + "duration": 312, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-kreisgt.de/" } @@ -44785,9 +53423,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 71 + "value": 312 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44798,7 +53441,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -44853,6 +53496,12 @@ "url": "https://www.gruene-kreisrheinberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -44864,8 +53513,17 @@ "opengraph": null, "title": "Kreisverband Rhein-Berg: Home" }, - "duration": 63, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kreisrheinberg.de/home/" } @@ -44904,7 +53562,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -44915,7 +53578,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -44961,6 +53624,10 @@ "url": "https://gruene-kronach.de/" } ], + "responsive": { + "min_width": 958, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -44972,8 +53639,17 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 87, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 958, + "768x1024": 958 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-kronach.de/" }, @@ -44987,8 +53663,17 @@ "opengraph": null, "title": "Die Grünen-Kronach" }, - "duration": 164, + "duration": 221, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 958, + "768x1024": 958 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-kronach.de/" } @@ -45027,7 +53712,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 126 + "value": 162 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -45093,6 +53783,12 @@ "url": "https://www.gruene-kulmbach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45104,8 +53800,17 @@ "opengraph": null, "title": "Kreisverband Kulmbach: Home" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kulmbach.de/home/" } @@ -45144,7 +53849,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45155,7 +53865,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45210,6 +53920,12 @@ "url": "https://www.gruene-kv-heinsberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45221,8 +53937,17 @@ "opengraph": null, "title": "Im Kreis Heinsberg: Startseite" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-heinsberg.de/startseite/" } @@ -45261,7 +53986,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45272,7 +54002,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45327,6 +54057,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45340,6 +54076,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45380,6 +54125,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45389,7 +54139,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45444,6 +54194,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45457,6 +54213,15 @@ }, "duration": 77, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45497,6 +54262,11 @@ "type": "number", "value": 77 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45506,7 +54276,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45561,6 +54331,12 @@ "url": "https://www.gruene-kv-rotenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45572,8 +54348,17 @@ "opengraph": null, "title": "Kreisverband Rotenburg: Home" }, - "duration": 64, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-rotenburg.de/home/" } @@ -45612,7 +54397,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45623,7 +54413,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45678,6 +54468,12 @@ "url": "https://www.gruene-kv-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45689,8 +54485,17 @@ "opengraph": null, "title": "Kreisverband Stade: Aktuelle Informationen aus dem Kreisverband Stade - Bündnis90/Die Grünen" }, - "duration": 65, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kv-stade.de/aktuelles/" } @@ -45729,7 +54534,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45740,7 +54550,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -45798,6 +54608,12 @@ "url": "https://www.gruene-kvwuppertal.de/" } ], + "responsive": { + "min_width": 365, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -45810,17 +54626,26 @@ "generator": null, "icon": "https://www.gruene-kvwuppertal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Willkommen - KV WuppertalKV Wuppertal" }, - "duration": 729, + "duration": 119, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 365, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-kvwuppertal.de/" } @@ -45857,7 +54682,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 729 + "value": 119 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -45868,7 +54698,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -45923,6 +54753,12 @@ "url": "https://www.gruene-kyffhaeuserkreis.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -45936,6 +54772,15 @@ }, "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-kyffhaeuserkreis.de/home/" } @@ -45976,6 +54821,11 @@ "type": "number", "value": 70 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -45985,7 +54835,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46046,6 +54896,12 @@ "url": "https://www.gruene-la.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46057,8 +54913,17 @@ "opengraph": null, "title": "KV Landshut - Stadt: Willkommen bei den Landshuter Grünen" }, - "duration": 62, + "duration": 84, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-btw-landshut.de/willkommen-bei-den-landshuter-gruenen/" } @@ -46097,7 +54962,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 84 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46108,7 +54978,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46163,6 +55033,12 @@ "url": "https://www.gruene-lahn-dill.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46174,8 +55050,17 @@ "opengraph": null, "title": "Kreisverband Lahn-Dill: Home" }, - "duration": 62, + "duration": 262, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lahn-dill.de/home/" } @@ -46212,9 +55097,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 262 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46225,7 +55115,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -46233,7 +55123,9 @@ "https://gruene-lambsheim.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "https://gruene-lambsheim.de/index.php?id=4345&type=100" + ], "hostnames": { "gruene-lambsheim.de": { "aliases": [], @@ -46280,19 +55172,36 @@ "url": "https://www.gruene-lambsheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "https://gruene-lambsheim.de/index.php?id=4345&type=100" + ], "generator": "TYPO3 CMS", "icon": "https://gruene-lambsheim.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Ortsverband Lambsheim: Startseite" }, - "duration": 198, + "duration": 278, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-lambsheim.de/startseite/" } @@ -46319,9 +55228,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 2, @@ -46330,7 +55238,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 198 + "value": 278 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46341,7 +55254,7 @@ "value": true } }, - "score": 7.5 + "score": 9.5 }, { "details": { @@ -46402,6 +55315,12 @@ "url": "https://www.gruene-landau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" + ] + }, "urlchecks": [ { "content": { @@ -46413,8 +55332,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Startseite" }, - "duration": 508, + "duration": 629, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" + }, "status_code": 200, "url": "http://www.gruene-landau.de/" } @@ -46453,7 +55381,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 508 + "value": 629 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46464,7 +55397,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -46528,6 +55461,12 @@ "url": "https://www.gruene-landkreis-kassel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -46540,16 +55479,25 @@ "generator": null, "icon": "http://www.gruene-landkreis-kassel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "gruene-landkreis-kassel.de" }, - "duration": 120, + "duration": 161, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-landkreis-kassel.de/" } @@ -46587,7 +55535,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 120 + "value": 161 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46598,7 +55551,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -46661,6 +55614,10 @@ "url": "https://www.gruene-landkreis-leipzig.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -46674,8 +55631,17 @@ "opengraph": null, "title": "Startseite - Kreisverband Landkreis Leipzig" }, - "duration": 214, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-landkreis-leipzig.de/startseite/" } @@ -46713,7 +55679,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 214 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -46779,6 +55750,12 @@ "url": "https://www.gruene-landkreis-rostock.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -46790,8 +55767,17 @@ "opengraph": null, "title": "Landkreis Rostock: Startseite" }, - "duration": 64, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-landkreis-rostock.de/startseite/" } @@ -46830,7 +55816,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -46841,7 +55832,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -46889,7 +55880,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, @@ -46897,13 +55888,17 @@ }, { "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, "url": "https://www.gruene-landsberg.de/" } ], + "responsive": { + "min_width": 976, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -46915,8 +55910,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 188, + "duration": 623, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 976, + "768x1024": 976 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-landsberg.de/" }, @@ -46930,8 +55934,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Ortsverband Landsberg am Lech" }, - "duration": 759, + "duration": 361, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 976, + "768x1024": 976 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-landsberg.de/" } @@ -46971,7 +55984,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 474 + "value": 492 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -47037,6 +56055,12 @@ "url": "https://www.gruene-landshut.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47048,8 +56072,17 @@ "opengraph": null, "title": "Landkreis Landshut: Home" }, - "duration": 67, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-landshut.de/home/" } @@ -47088,7 +56121,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47099,7 +56137,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47154,6 +56192,12 @@ "url": "https://www.gruene-langenhagen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47165,8 +56209,17 @@ "opengraph": null, "title": "Grüne Langenhagen: Home" }, - "duration": 65, + "duration": 197, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-langenhagen.de/home/" } @@ -47203,9 +56256,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 197 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47216,7 +56274,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -47271,6 +56329,12 @@ "url": "https://www.gruene-lehrte.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47282,8 +56346,17 @@ "opengraph": null, "title": "Grüne Lehrte: Home" }, - "duration": 64, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lehrte.de/home/" } @@ -47322,7 +56395,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47333,7 +56411,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47388,6 +56466,12 @@ "url": "https://www.gruene-lichtenfels.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47399,8 +56483,17 @@ "opengraph": null, "title": "Kreisverband Lichtenfels: Home" }, - "duration": 75, + "duration": 237, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lichtenfels.de/home/" } @@ -47437,9 +56530,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 237 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47450,7 +56548,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -47500,6 +56598,12 @@ "url": "https://gruene-lindau.eu/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47512,19 +56616,28 @@ "generator": null, "icon": "https://gruene.li/wp-content/uploads/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Lindau - Bündnis 90 / DIE GRÜNEN" }, - "duration": 272, + "duration": 606, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + }, "status_code": 200, "url": "https://gruene.li" } @@ -47561,7 +56674,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 272 + "value": 606 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47572,7 +56690,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -47633,6 +56751,12 @@ "url": "https://www.gruene-lippe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -47644,8 +56768,17 @@ "opengraph": null, "title": "Lippe: Startseite" }, - "duration": 66, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://xn--grne-lippe-beb.de/startseite/" } @@ -47684,7 +56817,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47695,7 +56833,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -47759,6 +56897,12 @@ "url": "https://www.gruene-loerrach.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47771,17 +56915,26 @@ "generator": null, "icon": "http://www.gruene-loerrach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / DIE GRÜNEN Lörrach" }, - "duration": 615, + "duration": 601, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-loerrach.de/" } @@ -47819,7 +56972,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 615 + "value": 601 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47830,7 +56988,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -47894,6 +57052,12 @@ "url": "https://www.gruene-lohmar.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -47906,17 +57070,26 @@ "generator": "EventON 2.6.8", "icon": "http://www.gruene-lohmar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE Lohmar" }, - "duration": 333, + "duration": 395, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-lohmar.de/" } @@ -47954,7 +57127,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 333 + "value": 395 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -47965,7 +57143,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -48029,6 +57207,12 @@ "url": "https://www.gruene-loxstedt-schiffdorf.de/" } ], + "responsive": { + "min_width": 326, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -48041,16 +57225,25 @@ "generator": null, "icon": "http://www.gruene-loxstedt-schiffdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 359, + "duration": 398, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 326, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-loxstedt-schiffdorf.de/" } @@ -48088,7 +57281,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 359 + "value": 398 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48099,7 +57297,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -48161,6 +57359,12 @@ "url": "https://www.gruene-lsa.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -48174,14 +57378,23 @@ "icon": "http://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 862, + "duration": 134, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "http://www.gruene-lsa.de/" }, @@ -48197,14 +57410,23 @@ "icon": "https://www.gruene-lsa.de/wordpress/wp-content/uploads/2016/11/cropped-GRÜNE-Profilbild-klein-300x300.png", "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE LSA – Zukunft ist, was wir draus machen." }, - "duration": 892, + "duration": 8, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-lsa.de/" } @@ -48240,9 +57462,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 877 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48253,7 +57480,7 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { @@ -48308,6 +57535,12 @@ "url": "https://www.gruene-lu.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48319,8 +57552,17 @@ "opengraph": null, "title": "B90/GRÜNE Ludwigshafen: Home" }, - "duration": 69, + "duration": 189, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-lu.de/home/" } @@ -48357,9 +57599,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 69 + "value": 189 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48370,7 +57617,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -48417,6 +57664,12 @@ "url": "https://gruene-ludwigsburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48428,8 +57681,17 @@ "opengraph": null, "title": "Grüne KV Ludwigsburg: Grüne KV Ludwigsburg" }, - "duration": 461, + "duration": 567, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-ludwigsburg.de/" } @@ -48467,7 +57729,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 461 + "value": 567 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48478,7 +57745,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -48533,6 +57800,12 @@ "url": "https://www.gruene-ludwigslust-parchim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48544,8 +57817,17 @@ "opengraph": null, "title": "Grüne Ludwigslust-Parchim: Startseite" }, - "duration": 63, + "duration": 83, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ludwigslust-parchim.de/startseite/" } @@ -48584,7 +57866,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 83 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -48595,7 +57882,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -48650,6 +57937,12 @@ "url": "https://www.gruene-luebeck.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48663,6 +57956,15 @@ }, "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-luebeck.de/home/" } @@ -48703,6 +58005,11 @@ "type": "number", "value": 66 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -48712,7 +58019,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -48778,6 +58085,10 @@ "url": "https://www.gruene-luehe.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -48792,8 +58103,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 404, + "duration": 291, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-luehe.de/" }, @@ -48810,8 +58130,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 427, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-luehe.de/" }, @@ -48828,8 +58157,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 577, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-luehe.de/" }, @@ -48846,8 +58184,17 @@ "opengraph": null, "title": "GRÜNE, Ortsverband Lühe" }, - "duration": 530, + "duration": 354, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-luehe.de/" } @@ -48885,7 +58232,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 484 + "value": 330 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -48951,6 +58303,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -48962,8 +58320,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 65, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -49002,7 +58369,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49013,7 +58385,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49067,6 +58439,12 @@ "url": "https://www.gruene-main-tauber.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49078,8 +58456,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 294, + "duration": 289, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-main-tauber.de/startseite.html" }, @@ -49093,8 +58480,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Main-Tauber - Bündnis 90 / Die Grünen Main-Tauber" }, - "duration": 804, + "duration": 590, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-main-tauber.de/startseite.html" } @@ -49134,7 +58530,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 549 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49145,7 +58546,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -49200,6 +58601,12 @@ "url": "https://www.gruene-mainz-bingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49213,6 +58620,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-mainz-bingen.de/home/" } @@ -49253,6 +58669,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -49262,7 +58683,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49320,6 +58741,12 @@ "url": "https://www.gruene-mandelbachtal.de/" } ], + "responsive": { + "min_width": 431, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49334,8 +58761,17 @@ "opengraph": null, "title": "Ortsverband Mandelbachtal - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 297, + "duration": 723, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 431, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-mandelbachtal.de/" } @@ -49372,7 +58808,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 297 + "value": 723 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49383,7 +58824,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -49437,6 +58878,12 @@ "url": "https://gruene-mannheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49449,16 +58896,25 @@ "generator": null, "icon": "http://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "" }, - "duration": 330, + "duration": 455, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-mannheim.de/" }, @@ -49473,16 +58929,25 @@ "generator": null, "icon": "https://www.gruene-mannheim.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "" }, - "duration": 396, + "duration": 423, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mannheim.de/" } @@ -49520,7 +58985,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 363 + "value": 439 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49531,7 +59001,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -49586,6 +59056,12 @@ "url": "https://www.gruene-marburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49597,8 +59073,17 @@ "opengraph": null, "title": "Grüne Marburg-Biedenkopf: STARTSEITE" }, - "duration": 79, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-marburg.de/startseite/" } @@ -49637,7 +59122,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 79 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49648,7 +59138,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -49711,6 +59201,10 @@ "url": "https://www.gruene-meissen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -49724,8 +59218,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Meißen" }, - "duration": 215, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-meissen.de/startseite/" } @@ -49763,7 +59266,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 215 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -49789,7 +59297,7 @@ "gruene-memmingen.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "gruene-memmingen.de" @@ -49801,8 +59309,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -49843,6 +59351,12 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -49854,21 +59368,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s1a02c1fb7c7746a8/img/favicon.png?t=1389983714", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Startseite - BÜNDNIS 90 / DIE GRÜNEN MEMMINGEN" }, - "duration": 281, + "duration": 245, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-memmingen.de/" } @@ -49905,7 +59428,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 245 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -49916,7 +59444,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -49974,6 +59502,12 @@ "url": "https://www.gruene-merzig.de/" } ], + "responsive": { + "min_width": 378, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -49988,8 +59522,17 @@ "opengraph": null, "title": "Stadtverband Merzig - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 304, + "duration": 968, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 378, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-merzig.de/" } @@ -50026,7 +59569,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 304 + "value": 968 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50037,7 +59585,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -50098,6 +59646,10 @@ "url": "https://www.gruene-mg.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -50109,8 +59661,17 @@ "opengraph": null, "title": "Hier und jetzt in MG..." }, - "duration": 63, + "duration": 178, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-mg.de/" } @@ -50147,9 +59708,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 178 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -50160,7 +59726,7 @@ "value": true } }, - "score": 6.0 + "score": 5.5 }, { "details": { @@ -50224,6 +59790,12 @@ "url": "https://www.gruene-mh.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -50236,18 +59808,27 @@ "generator": null, "icon": "http://gruene-mh.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "gruene-mh.de" }, - "duration": 297, + "duration": 324, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-mh.de/" } @@ -50285,7 +59866,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 297 + "value": 324 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50296,7 +59882,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -50351,6 +59937,12 @@ "url": "https://www.gruene-miesbach.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50362,8 +59954,17 @@ "opengraph": null, "title": "Kreisverband Miesbach: Aktuelles" }, - "duration": 182, + "duration": 440, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-miesbach.de/aktuelles/" } @@ -50401,7 +60002,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 182 + "value": 440 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50412,7 +60018,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -50463,6 +60069,12 @@ "url": "https://gruene-miltenberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -50477,8 +60089,17 @@ "opengraph": null, "title": "Kreisverband Miltenberg | Bündnis 90 / Die Grünen" }, - "duration": 195, + "duration": 485, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://gruene-miltenberg.de/" } @@ -50517,7 +60138,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 195 + "value": 485 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50528,7 +60154,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -50591,6 +60217,12 @@ "url": "https://www.gruene-mitte.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50602,21 +60234,30 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/sae3b2d7f9e352ddd/img/favicon.ico?t=1373287436", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Willkommen bei den GRÜNEN in Hamburg-Mitte - GRÜNE Hamburg-Mitte" }, - "duration": 308, + "duration": 309, "error": null, + "responsive": { + "document_width": { + "1024x768": 1040, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 841 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruenemitte.com/" } @@ -50653,7 +60294,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 308 + "value": 309 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50664,7 +60310,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -50721,6 +60367,12 @@ "url": "https://www.gruene-mittelfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -50734,8 +60386,17 @@ "opengraph": null, "title": "Grüne Mittelfranken: Startseite" }, - "duration": 131, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mittelfranken.de/startseite/" } @@ -50771,9 +60432,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 131 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -50784,7 +60450,7 @@ "value": true } }, - "score": 6.5 + "score": 8.0 }, { "details": { @@ -50847,6 +60513,10 @@ "url": "https://www.gruene-mittelsachsen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -50860,8 +60530,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN in Mittelsachsen" }, - "duration": 211, + "duration": 225, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-mittelsachsen.de/startseite/" } @@ -50899,7 +60578,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 211 + "value": 225 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -50968,6 +60652,12 @@ "url": "https://www.gruene-mk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -50980,16 +60670,25 @@ "generator": null, "icon": "https://www.gruene-mk.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90 / DIE GRÜNEN KREISVERBAND MARK" }, - "duration": 724, + "duration": 891, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mk.de/" } @@ -51026,7 +60725,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 724 + "value": 891 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51037,7 +60741,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -51092,6 +60796,12 @@ "url": "https://www.gruene-mol.de/" } ], + "responsive": { + "min_width": 322, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51103,8 +60813,17 @@ "opengraph": null, "title": "KV MÄRKISCH-ODERLAND: STARTSEITE" }, - "duration": 63, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 322, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-mol.de/startseite/" } @@ -51143,7 +60862,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51154,7 +60878,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51215,6 +60939,12 @@ "url": "https://www.gruene-moormerland.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51226,8 +60956,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 63, + "duration": 706, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/index.php?id=128647" } @@ -51264,9 +61003,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 706 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51277,7 +61021,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -51338,6 +61082,12 @@ "url": "https://www.gruene-mtk.de/" } ], + "responsive": { + "min_width": 460, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51349,8 +61099,17 @@ "opengraph": null, "title": "Kreisverband Main-Taunus: Startseite" }, - "duration": 62, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 460, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-mtk.de/startseite/" } @@ -51389,7 +61148,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 92 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51400,7 +61164,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51455,6 +61219,12 @@ "url": "https://www.gruene-muehldorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51466,8 +61236,17 @@ "opengraph": null, "title": "Kreisverband Mühldorf: Home" }, - "duration": 86, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-muehldorf.de/home/" } @@ -51504,9 +61283,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 86 + "value": 165 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51517,7 +61301,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -51577,6 +61361,12 @@ "url": "https://www.gruene-muenchen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -51589,17 +61379,26 @@ "generator": null, "icon": "http://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 203, + "duration": 291, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-muenchen.de/" }, @@ -51614,17 +61413,26 @@ "generator": null, "icon": "https://www.gruene-muenchen.de/wp-content/themes/grnmuc/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München" }, - "duration": 276, + "duration": 290, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-muenchen.de/" } @@ -51662,7 +61470,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 240 + "value": 290 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51673,7 +61486,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -51737,6 +61550,12 @@ "url": "https://www.gruene-mutterstadt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -51749,16 +61568,25 @@ "generator": null, "icon": "http://www.gruene-mutterstadt.de/Wordpress/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Gruene in Mutterstadt" }, - "duration": 332, + "duration": 269, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-mutterstadt.de/" } @@ -51796,7 +61624,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 332 + "value": 269 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51807,7 +61640,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -51862,6 +61695,12 @@ "url": "https://www.gruene-myk.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51873,8 +61712,17 @@ "opengraph": null, "title": "KV Mayen-Koblenz: HOME" }, - "duration": 64, + "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-myk.de/home/" } @@ -51913,7 +61761,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 89 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -51924,7 +61777,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -51971,6 +61824,12 @@ "url": "https://gruene-neckar-bergstrasse.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -51982,8 +61841,17 @@ "opengraph": null, "title": "Grüne Kreisverband Neckar-Bergstraße: Startseite" }, - "duration": 794, + "duration": 821, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-neckar-bergstrasse.de/index.php?id=2116" } @@ -52021,7 +61889,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 794 + "value": 821 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52032,7 +61905,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -52082,6 +61955,12 @@ "url": "https://gruene-neu-ulm.de/" } ], + "responsive": { + "min_width": 512, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -52093,8 +61972,17 @@ "opengraph": null, "title": "Die Grünen Neu-Ulm: Grüne Neu-Ulm" }, - "duration": 142, + "duration": 141, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 512, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-neu-ulm.th-vi.de/" } @@ -52132,7 +62020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 141 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52208,6 +62101,12 @@ "url": "https://www.gruene-neuburg.de/" } ], + "responsive": { + "min_width": 466, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -52221,16 +62120,25 @@ "generator": null, "icon": "http://www.gruene-neusob.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Neuburg | Bündnis 90/Die Grünen ND-SOB" }, - "duration": 757, + "duration": 342, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 466, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-neusob.de/?cat=75" } @@ -52268,7 +62176,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 757 + "value": 342 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52279,7 +62192,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -52340,6 +62253,12 @@ "url": "https://www.gruene-neukoelln.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52349,17 +62268,26 @@ "generator": "TYPO3 CMS", "icon": "http://www.gruene-neukoelln.de/typo3conf/ext/theme_uk/Resources/Public/img/project/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Grüne Neukölln - Homepage" }, - "duration": 554, + "duration": 198, "error": null, + "responsive": { + "document_width": { + "1024x768": 1025, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-neukoelln.de/" } @@ -52398,7 +62326,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 554 + "value": 198 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52409,7 +62342,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -52464,6 +62397,12 @@ "url": "https://www.gruene-neumarkt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52475,8 +62414,17 @@ "opengraph": null, "title": "Kreisverband Neumarkt: Startseite" }, - "duration": 64, + "duration": 213, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-neumarkt.de/startseite/" } @@ -52513,9 +62461,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 213 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52526,7 +62479,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -52589,6 +62542,10 @@ "url": "https://www.gruene-neustadt-aisch.de/" } ], + "responsive": { + "min_width": 930, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -52602,8 +62559,17 @@ "opengraph": null, "title": "Bündnis 90/ Die Grünen Neustadt-Aisch: Aktuell" }, - "duration": 75, + "duration": 169, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 930, + "768x1024": 930 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-neustadt-aisch.de/764.html" } @@ -52639,9 +62605,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 75 + "value": 169 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52652,7 +62623,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -52713,6 +62684,12 @@ "url": "https://www.gruene-neustadt-waldnaab.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52724,8 +62701,17 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 63, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" } @@ -52764,7 +62750,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -52775,7 +62766,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -52827,6 +62818,10 @@ "url": "https://gruene-neuwulmstorf.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -52840,8 +62835,17 @@ "opengraph": null, "title": "Startseite - Grüne Neu Wulmstorf" }, - "duration": 423, + "duration": 646, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-neuwulmstorf.de/" } @@ -52879,7 +62883,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 423 + "value": 646 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -52945,6 +62954,12 @@ "url": "https://www.gruene-nf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -52956,8 +62971,17 @@ "opengraph": null, "title": "GRÜNE Nordfriesland: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-nf.de/home/" } @@ -52996,7 +63020,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53007,7 +63036,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53062,6 +63091,12 @@ "url": "https://www.gruene-niederbayern.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53073,8 +63108,17 @@ "opengraph": null, "title": "Grüne Niederbayern: Aktuelles" }, - "duration": 75, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-niederbayern.de/aktuelles/" } @@ -53113,7 +63157,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 75 + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53124,7 +63173,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53188,6 +63237,12 @@ "url": "https://www.gruene-niederrhein-wupper.de/" } ], + "responsive": { + "min_width": 356, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -53200,16 +63255,25 @@ "generator": null, "icon": "http://gruene-niederrhein-wupper.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband NrW von Bündnis 90/Die Grünen › Grüne Niederrhein-Wupper" }, - "duration": 71, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 356, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-niederrhein-wupper.de/" } @@ -53247,7 +63311,149 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.0 + }, + { + "details": { + "canonical_urls": [ + "http://gruene-nienburg.de/herzlich-willkommen/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-nienburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-nienburg.de" + }, + "www.gruene-nienburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-nienburg.de" + } + }, + "icons": [ + "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "http://gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "http://www.gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "https://gruene-nienburg.de/" + }, + { + "error": null, + "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", + "url": "https://www.gruene-nienburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Nienburg: Herzlich Willkommen" + }, + "duration": 63, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://gruene-nienburg.de/herzlich-willkommen/" + } + ] + }, + "input_url": "http://www.gruene-nienburg.de/", + "meta": { + "city": null, + "district": "Nienburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53313,6 +63519,12 @@ "url": "https://www.gruene-nienburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53324,125 +63536,17 @@ "opengraph": null, "title": "Kreisverband Nienburg: Herzlich Willkommen" }, - "duration": 139, + "duration": 63, "error": null, - "status_code": 200, - "url": "http://gruene-nienburg.de/herzlich-willkommen/" - } - ] - }, - "input_url": "http://www.gruene-nienburg.de/", - "meta": { - "city": null, - "district": "Nienburg", - "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": 0, - "type": "boolean", - "value": false - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 0.5, - "type": "number", - "value": 139 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 5.5 - }, - { - "details": { - "canonical_urls": [ - "http://gruene-nienburg.de/herzlich-willkommen/" - ], - "cms": "typo3-gcms", - "feeds": [], - "hostnames": { - "gruene-nienburg.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "gruene-nienburg.de" - }, - "www.gruene-nienburg.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "www.gruene-nienburg.de" - } - }, - "icons": [ - "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" - ], - "ipv4_addresses": [ - "91.102.13.20" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "http://gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "http://www.gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "https://gruene-nienburg.de/" - }, - { - "error": null, - "redirects_to": "http://gruene-nienburg.de/herzlich-willkommen/", - "url": "https://www.gruene-nienburg.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": null, - "encoding": "utf-8", - "feeds": [], - "generator": "TYPO3 CMS", - "icon": "http://gruene-nienburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", - "opengraph": null, - "title": "Kreisverband Nienburg: Herzlich Willkommen" + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" }, - "duration": 62, - "error": null, "status_code": 200, "url": "http://gruene-nienburg.de/herzlich-willkommen/" } @@ -53481,7 +63585,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53492,7 +63601,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53547,6 +63656,12 @@ "url": "https://www.gruene-nok.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [ + "width=1010" + ] + }, "urlchecks": [ { "content": { @@ -53558,17 +63673,26 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:url", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuell - BÜNDNIS 90/DIE GRÜNEN Kreisverband Neckar-Odenwald" }, - "duration": 872, + "duration": 929, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": "width=1010" + }, "status_code": 200, "url": "https://www.gruene-nok.de/" } @@ -53606,7 +63730,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 872 + "value": 929 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -53678,6 +63807,12 @@ "url": "https://www.gruene-nord.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53689,8 +63824,17 @@ "opengraph": null, "title": "GRÜNE Nord: Home" }, - "duration": 70, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nord.de/home/" } @@ -53729,7 +63873,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53740,7 +63889,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -53788,6 +63937,10 @@ "url": "https://gruene-norderney.de/" } ], + "responsive": { + "min_width": 771, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -53799,8 +63952,17 @@ "opengraph": null, "title": "Home" }, - "duration": 62, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 771, + "768x1024": 771 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-norderney.de/" } @@ -53840,7 +64002,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 65 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -53906,6 +64073,12 @@ "url": "https://www.gruene-nordhausen.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -53917,8 +64090,17 @@ "opengraph": null, "title": "Kreisverband Nordhausen • #gruenendh: Partei" }, - "duration": 66, + "duration": 93, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-nordhausen.de/partei/" } @@ -53957,7 +64139,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 93 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -53968,7 +64155,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54023,6 +64210,12 @@ "url": "https://www.gruene-nordwestmecklenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54034,8 +64227,17 @@ "opengraph": null, "title": "Nordwestmecklenburg Wismar: Startseite" }, - "duration": 71, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nordwestmecklenburg.de/startseite/" } @@ -54074,7 +64276,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 71 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54085,7 +64292,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54140,6 +64347,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54151,8 +64364,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 63, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54189,9 +64411,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54202,7 +64429,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -54257,6 +64484,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54268,8 +64501,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 62, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54308,7 +64550,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54319,7 +64566,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54374,6 +64621,12 @@ "url": "https://www.gruene-northeim-einbeck.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54385,8 +64638,17 @@ "opengraph": null, "title": "KV Northeim-Einbeck: Home" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-northeim-einbeck.de/home/" } @@ -54425,7 +64687,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54436,7 +64703,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -54502,6 +64769,12 @@ "url": "https://www.gruene-nrue.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -54516,16 +64789,25 @@ "generator": null, "icon": "http://www.gruene-nrue.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen" }, - "duration": 586, + "duration": 910, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-nrue.de/" } @@ -54563,7 +64845,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 586 + "value": 910 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54574,7 +64861,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -54632,6 +64919,12 @@ "url": "https://www.gruene-nrw.de/" } ], + "responsive": { + "min_width": 329, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -54644,16 +64937,25 @@ "generator": null, "icon": "https://gruene-nrw.de/site/themes/josephknowsbest/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Grüne NRW - Gemeinsam NRW gestalten." }, - "duration": 177, + "duration": 232, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 329, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-nrw.de/" } @@ -54690,7 +64992,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 177 + "value": 232 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54701,7 +65008,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -54761,6 +65068,10 @@ "url": "https://www.gruene-nuernberg.de/" } ], + "responsive": { + "min_width": 950, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -54772,8 +65083,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 104, + "duration": 92, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 950, + "768x1024": 950 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-nuernberg.de/" }, @@ -54787,8 +65107,17 @@ "opengraph": null, "title": "Aktuelles" }, - "duration": 92, + "duration": 311, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 950, + "768x1024": 950 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-nuernberg.de/" } @@ -54827,9 +65156,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 98 + "value": 202 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -54840,7 +65174,7 @@ "value": true } }, - "score": 4.0 + "score": 3.5 }, { "details": { @@ -54895,6 +65229,12 @@ "url": "https://www.gruene-nuernberger-land.de/" } ], + "responsive": { + "min_width": 399, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -54906,8 +65246,17 @@ "opengraph": null, "title": "Kreisverb. Nürnberger Land: Startseite" }, - "duration": 70, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 399, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-nuernberger-land.de/startseite/" } @@ -54946,7 +65295,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -54957,7 +65311,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55012,6 +65366,12 @@ "url": "https://www.gruene-oa.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55023,8 +65383,17 @@ "opengraph": null, "title": "Die Grünen Oberallgäu: Grüne Oberallgäu" }, - "duration": 142, + "duration": 149, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-oa.de/" } @@ -55062,7 +65431,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 142 + "value": 149 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55073,7 +65447,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -55131,6 +65505,12 @@ "url": "https://www.gruene-oal.de/" } ], + "responsive": { + "min_width": 324, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55143,17 +65523,26 @@ "generator": null, "icon": "https://gruene-oal.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", "og:site_name", - "og:type" + "og:type", + "og:title", + "og:url" ], "title": "Grüne Ostallgäu-Kaufbeuren" }, - "duration": 415, + "duration": 509, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 324, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-oal.de/" } @@ -55190,7 +65579,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 415 + "value": 509 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55201,7 +65595,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -55256,6 +65650,12 @@ "url": "https://www.gruene-oberberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55267,8 +65667,17 @@ "opengraph": null, "title": "Kreisverband Oberberg : Startseite" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberberg.de/startseite/" } @@ -55307,7 +65716,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55318,7 +65732,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55373,6 +65787,12 @@ "url": "https://www.gruene-oberhausen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55384,8 +65804,17 @@ "opengraph": null, "title": "GRÜNE Oberhausen: Home" }, - "duration": 69, + "duration": 70, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oberhausen.de/home/" } @@ -55424,7 +65853,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 70 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55435,7 +65869,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55499,6 +65933,12 @@ "url": "https://www.gruene-oberpfalz.de/" } ], + "responsive": { + "min_width": 383, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55511,17 +65951,26 @@ "generator": null, "icon": "http://gruene-oberpfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Oberpfalz" }, - "duration": 463, + "duration": 481, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 383, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-oberpfalz.de/" } @@ -55559,7 +66008,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 463 + "value": 481 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55570,7 +66024,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -55625,6 +66079,12 @@ "url": "https://www.gruene-odenthal.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55636,8 +66096,17 @@ "opengraph": null, "title": "GRÜNE - Odenthal: Home" }, - "duration": 65, + "duration": 78, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-odenthal.de/home/" } @@ -55676,7 +66145,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 78 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55687,7 +66161,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55742,6 +66216,12 @@ "url": "https://www.gruene-odenwald-kraichgau.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -55753,8 +66233,17 @@ "opengraph": null, "title": "KV Odenwald-Kraichgau: Startseite" }, - "duration": 66, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-odenwald-kraichgau.de/startseite/" } @@ -55793,7 +66282,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55804,7 +66298,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -55866,6 +66360,12 @@ "url": "https://www.gruene-odenwald.de/" } ], + "responsive": { + "min_width": 482, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -55878,16 +66378,25 @@ "generator": null, "icon": "http://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Odenwald" }, - "duration": 362, + "duration": 600, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 482, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-odenwald.de/" }, @@ -55902,16 +66411,25 @@ "generator": null, "icon": "https://www.gruene-odenwald.de/testgebiet/wp_green/wp-content/themes/urwahl3000b/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Odenwald" }, - "duration": 453, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1044, + "1920x1080": 1920, + "320x480": 482, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-odenwald.de/" } @@ -55949,7 +66467,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 532 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -55960,7 +66483,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -56015,6 +66538,12 @@ "url": "https://www.gruene-oder-spree.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56026,8 +66555,17 @@ "opengraph": null, "title": "Kreisverband Oder-Spree: Home" }, - "duration": 66, + "duration": 81, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oder-spree.de/home/" } @@ -56066,7 +66604,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 81 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56077,7 +66620,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56130,6 +66673,12 @@ "url": "https://www.gruene-offenbach-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56139,15 +66688,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Bündnis 90/Die Grünen Kreisverband Offenbach-Land" }, - "duration": 492, + "duration": 562, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://partei.gruene-offenbach-land.de/" } @@ -56186,7 +66744,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 492 + "value": 562 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56197,7 +66760,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -56252,6 +66815,12 @@ "url": "https://www.gruene-oh.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56263,8 +66832,17 @@ "opengraph": null, "title": "Kreisverband Ostholstein: Aktuelles" }, - "duration": 65, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-oh.de/aktuelles/" } @@ -56303,7 +66881,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56314,7 +66897,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56371,6 +66954,12 @@ "url": "https://www.gruene-ohv.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56384,8 +66973,17 @@ "opengraph": null, "title": ": HOME" }, - "duration": 68, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ohv.de/home/" } @@ -56423,7 +67021,149 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.0 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-oldenburg-land.de/homeaktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-oldenburg-land.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-oldenburg-land.de" + }, + "www.gruene-oldenburg-land.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-oldenburg-land.de" + } + }, + "icons": [ + "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "http://gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "http://www.gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "https://gruene-oldenburg-land.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", + "url": "https://www.gruene-oldenburg-land.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Oldenburg Land: Home/Aktuelles" + }, + "duration": 72, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" + } + ] + }, + "input_url": "http://www.gruene-oldenburg-land.de/", + "meta": { + "city": null, + "district": "Oldenburg-Land", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56489,6 +67229,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56500,125 +67246,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 64, + "duration": 77, "error": null, - "status_code": 200, - "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" - } - ] - }, - "input_url": "http://www.gruene-oldenburg-land.de/", - "meta": { - "city": null, - "district": "Oldenburg-Land", - "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": 0, - "type": "boolean", - "value": false - }, - "HTTPS": { - "score": 0, - "type": "boolean", - "value": false - }, - "HTTP_RESPONSE_DURATION": { - "score": 1, - "type": "number", - "value": 64 - }, - "SITE_REACHABLE": { - "score": 1, - "value": true - }, - "WWW_OPTIONAL": { - "score": 1, - "value": true - } - }, - "score": 6.0 - }, - { - "details": { - "canonical_urls": [ - "http://www.gruene-oldenburg-land.de/homeaktuelles/" - ], - "cms": "typo3-gcms", - "feeds": [], - "hostnames": { - "gruene-oldenburg-land.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "gruene-oldenburg-land.de" - }, - "www.gruene-oldenburg-land.de": { - "aliases": [], - "ip_addresses": [ - "91.102.13.20" - ], - "resolvable": true, - "resolved_hostname": "www.gruene-oldenburg-land.de" - } - }, - "icons": [ - "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" - ], - "ipv4_addresses": [ - "91.102.13.20" - ], - "resolvable_urls": [ - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "http://gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "http://www.gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "https://gruene-oldenburg-land.de/" - }, - { - "error": null, - "redirects_to": "http://www.gruene-oldenburg-land.de/homeaktuelles/", - "url": "https://www.gruene-oldenburg-land.de/" - } - ], - "urlchecks": [ - { - "content": { - "canonical_link": null, - "encoding": "utf-8", - "feeds": [], - "generator": "TYPO3 CMS", - "icon": "http://www.gruene-oldenburg-land.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", - "opengraph": null, - "title": "Grüne Oldenburg Land: Home/Aktuelles" + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" }, - "duration": 64, - "error": null, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56657,7 +67295,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 77 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56668,7 +67311,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56723,6 +67366,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56734,8 +67383,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56774,7 +67432,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56785,7 +67448,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -56840,6 +67503,12 @@ "url": "https://www.gruene-oldenburg-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -56851,8 +67520,17 @@ "opengraph": null, "title": "Grüne Oldenburg Land: Home/Aktuelles" }, - "duration": 72, + "duration": 138, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-oldenburg-land.de/homeaktuelles/" } @@ -56889,9 +67567,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 138 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -56902,7 +67585,144 @@ "value": true } }, - "score": 6.0 + "score": 6.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-oldenburg.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-oldenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-oldenburg.de" + }, + "www.gruene-oldenburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-oldenburg.de" + } + }, + "icons": [ + "http://www.gruene-oldenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "http://gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "http://www.gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "https://gruene-oldenburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-oldenburg.de/home/", + "url": "https://www.gruene-oldenburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-oldenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Stadtverband Oldenburg: Home" + }, + "duration": 63, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-oldenburg.de/home/" + } + ] + }, + "input_url": "http://www.gruene-oldenburg.de/home/", + "meta": { + "city": null, + "district": "Oldenburg-Stadt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -56915,7 +67735,7 @@ "gruene-olhi.de": { "aliases": [], "ip_addresses": [ - "52.31.35.146" + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "gruene-olhi.de" @@ -56969,6 +67789,10 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -56978,21 +67802,30 @@ "generator": null, "icon": "data:image/png;base64,iVBORw0KGgo=", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", - "og:image:width", - "og:image:height", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:image:width", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Herzlich Willkommen bei www.gruene-olhi.de - gruene-olhis Webseite!" }, - "duration": 295, + "duration": 297, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 900 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-olhi.de/" } @@ -57030,7 +67863,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 295 + "value": 297 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -57096,6 +67934,12 @@ "url": "https://www.gruene-olpe.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57107,8 +67951,17 @@ "opengraph": null, "title": "Kreisverband Olpe: Start" }, - "duration": 73, + "duration": 295, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-olpe.de/start/" } @@ -57145,9 +67998,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 73 + "value": 295 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57158,7 +68016,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -57207,7 +68065,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, @@ -57215,13 +68073,19 @@ }, { "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, "url": "https://www.gruene-ortenau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -57234,16 +68098,25 @@ "generator": null, "icon": "http://gruene-ortenau.de/wp-9b89d-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Ortenau" }, - "duration": 473, + "duration": 568, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-ortenau.de/" } @@ -57281,7 +68154,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 473 + "value": 568 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57292,7 +68170,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -57353,6 +68231,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57364,8 +68248,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 76, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57404,7 +68297,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57415,7 +68313,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57476,6 +68374,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57487,8 +68391,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 65, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57527,7 +68440,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57538,7 +68456,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57599,6 +68517,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57610,8 +68534,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57650,7 +68583,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57661,7 +68599,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57722,6 +68660,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57733,8 +68677,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 66, + "duration": 91, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57773,7 +68726,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 91 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57784,7 +68742,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -57845,6 +68803,12 @@ "url": "https://www.gruene-os-land.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -57856,8 +68820,17 @@ "opengraph": null, "title": "Grüne OS Land: Startseite" }, - "duration": 68, + "duration": 365, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-os-landkreis.de/startseite/" } @@ -57894,9 +68867,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 365 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -57907,7 +68885,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -57969,6 +68947,10 @@ "url": "https://www.gruene-ostercappeln.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -57978,13 +68960,22 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 357, + "duration": 416, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ostercappeln.de" }, @@ -57996,13 +68987,22 @@ "generator": null, "icon": "http://www.gruene-ostercappeln.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Ostercappeln ::\tWir machen das klar." }, - "duration": 406, + "duration": 429, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ostercappeln.de/" } @@ -58042,7 +69042,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 382 + "value": 422 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -58108,6 +69113,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58119,8 +69130,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 72, + "duration": 163, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58157,9 +69177,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 163 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58170,7 +69195,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -58225,6 +69250,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58236,8 +69267,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 62, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58276,7 +69316,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58287,7 +69332,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58342,6 +69387,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58353,8 +69404,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 70, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58393,7 +69453,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58404,7 +69469,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58459,6 +69524,12 @@ "url": "https://www.gruene-osterholz.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58470,8 +69541,17 @@ "opengraph": null, "title": "LK Osterholz wird grün!: Home" }, - "duration": 66, + "duration": 305, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-osterholz.de/home/" } @@ -58508,9 +69588,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 305 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58521,7 +69606,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -58569,7 +69654,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, @@ -58577,13 +69662,19 @@ }, { "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, "url": "https://www.gruene-ottersberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width" + ] + }, "urlchecks": [ { "content": { @@ -58599,8 +69690,17 @@ "opengraph": null, "title": "" }, - "duration": 355, + "duration": 372, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width" + }, "status_code": 200, "url": "http://www.gruene-ottersberg.de/" } @@ -58639,7 +69739,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 355 + "value": 372 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58650,7 +69755,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -58710,6 +69815,10 @@ "url": "https://www.gruene-ov-aurich.de/" } ], + "responsive": { + "min_width": 1002, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -58721,8 +69830,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 256, + "duration": 502, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1002, + "768x1024": 1002 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-ov-aurich.de/" }, @@ -58736,8 +69854,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN · Ortsverband Aurich" }, - "duration": 217, + "duration": 439, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1002, + "768x1024": 1002 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-ov-aurich.de/" } @@ -58778,7 +69905,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 236 + "value": 470 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -58844,6 +69976,12 @@ "url": "https://www.gruene-ov-stade.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58855,8 +69993,17 @@ "opengraph": null, "title": "Ortsverband Stade: Aktuelles" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ov-stade.de/aktuelles/" } @@ -58895,7 +70042,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -58906,7 +70058,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -58961,6 +70113,12 @@ "url": "https://www.gruene-owl.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -58972,8 +70130,17 @@ "opengraph": null, "title": "Die GRÜNEN OWL: Aktuell aus OWL" }, - "duration": 65, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-owl.de/aktuell-aus-owl/" } @@ -59010,9 +70177,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 313 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59023,7 +70195,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -59076,6 +70248,12 @@ "url": "https://gruene-oyten.de/" } ], + "responsive": { + "min_width": 416, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59088,16 +70266,25 @@ "generator": null, "icon": "http://www.gruene-oyten.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 Die Grünen" }, - "duration": 121, + "duration": 136, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 416, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-oyten.de/" } @@ -59135,7 +70322,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 121 + "value": 136 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59146,7 +70338,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -59206,6 +70398,12 @@ "url": "https://www.gruene-passau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59218,17 +70416,26 @@ "generator": null, "icon": "http://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 766, + "duration": 809, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-passau.de/" }, @@ -59243,17 +70450,26 @@ "generator": null, "icon": "https://gruene-passau.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN - Kreisverband Passau-Stadt" }, - "duration": 845, + "duration": 165, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-passau.de/" } @@ -59290,7 +70506,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 806 + "value": 487 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59301,7 +70522,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -59356,6 +70577,12 @@ "url": "https://www.gruene-passauland.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -59367,8 +70594,17 @@ "opengraph": null, "title": "Die Grünen Passau Land: Grüne Passau Land" }, - "duration": 140, + "duration": 145, "error": null, + "responsive": { + "document_width": { + "1024x768": 1039, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 783 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-passauland.de/" } @@ -59406,7 +70642,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 140 + "value": 145 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59417,7 +70658,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -59472,6 +70713,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59483,8 +70730,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59523,7 +70779,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59534,7 +70795,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59589,6 +70850,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59600,8 +70867,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59640,7 +70916,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59651,7 +70932,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59706,6 +70987,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59717,8 +71004,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59757,7 +71053,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59768,7 +71069,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -59823,6 +71124,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59834,8 +71141,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 64, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59872,9 +71188,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 228 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -59885,7 +71206,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -59940,6 +71261,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -59951,8 +71278,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 64, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -59989,9 +71325,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 104 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60002,7 +71343,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -60057,6 +71398,12 @@ "url": "https://www.gruene-peine.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60068,8 +71415,17 @@ "opengraph": null, "title": "...im Landkreis Peine: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-peine.de/home/" } @@ -60108,7 +71464,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60119,7 +71480,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60177,6 +71538,12 @@ "url": "https://www.gruene-perl.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -60191,8 +71558,17 @@ "opengraph": null, "title": "Ortsverband Perl - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 296, + "duration": 819, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-perl.de/" } @@ -60229,7 +71605,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 296 + "value": 819 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60240,7 +71621,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -60295,6 +71676,12 @@ "url": "https://www.gruene-pfaffenhofen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60306,8 +71693,17 @@ "opengraph": null, "title": "Grüne Pfaffenhofen: Startseite" }, - "duration": 66, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-pfaffenhofen.de/startseite/" } @@ -60346,7 +71742,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60357,7 +71758,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60419,6 +71820,12 @@ "url": "https://www.gruene-pforzheim-enz.de/" } ], + "responsive": { + "min_width": 369, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -60431,16 +71838,25 @@ "generator": null, "icon": "http://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 572, + "duration": 745, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-pforzheim-enz.de/" }, @@ -60455,16 +71871,25 @@ "generator": null, "icon": "https://gruene-pforzheim-enz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90 / Die Grünen" }, - "duration": 629, + "duration": 594, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-pforzheim-enz.de/" } @@ -60502,7 +71927,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 600 + "value": 670 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60513,7 +71943,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -60568,6 +71998,12 @@ "url": "https://www.gruene-pi.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60579,8 +72015,17 @@ "opengraph": null, "title": "Kreisverband Pinneberg: Home" }, - "duration": 91, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-pi.de/home/" } @@ -60619,7 +72064,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 91 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60630,7 +72080,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -60677,6 +72127,12 @@ "url": "https://gruene-ra-bad.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60688,8 +72144,17 @@ "opengraph": null, "title": "Grüne Kreisverband Rastatt Baden-Baden: KV Rastatt Baden-Baden" }, - "duration": 654, + "duration": 796, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-ra-bad.de/" } @@ -60727,7 +72192,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 654 + "value": 796 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60738,7 +72208,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -60793,6 +72263,12 @@ "url": "https://www.gruene-rastede.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60804,8 +72280,17 @@ "opengraph": null, "title": "Ortsverband Rastede: Home" }, - "duration": 109, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rastede.de/home/" } @@ -60842,9 +72327,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 109 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60855,7 +72345,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -60902,6 +72392,12 @@ "url": "https://gruene-ravensburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -60913,8 +72409,17 @@ "opengraph": null, "title": "GRÜNE RAVENSBURG: START" }, - "duration": 376, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rv.de/start/" } @@ -60953,7 +72458,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 376 + "value": 228 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -60964,7 +72474,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -61019,6 +72529,12 @@ "url": "https://www.gruene-regen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61030,8 +72546,17 @@ "opengraph": null, "title": "Kreisverband Regen: Home" }, - "duration": 63, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-regen.de/home/" } @@ -61070,7 +72595,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61081,7 +72611,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -61136,6 +72666,12 @@ "url": "https://www.gruene-regensburg-land.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61147,8 +72683,17 @@ "opengraph": null, "title": "GRÜNE Regensburg-Land: Aktuelles" }, - "duration": 66, + "duration": 173, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-regensburg-land.de/aktuelles/" } @@ -61185,9 +72730,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 173 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61198,7 +72748,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -61262,6 +72812,12 @@ "url": "https://www.gruene-regensburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -61274,17 +72830,26 @@ "generator": null, "icon": "http://www.gruene-regensburg.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuelles | Grüne Stadtverband Regensburg" }, - "duration": 345, + "duration": 432, "error": null, + "responsive": { + "document_width": { + "1024x768": 1077, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-regensburg.de/" } @@ -61322,7 +72887,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 345 + "value": 432 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61333,7 +72903,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -61383,7 +72953,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, @@ -61391,13 +72961,19 @@ }, { "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, "url": "https://www.gruene-region-aachen.de/" } ], + "responsive": { + "min_width": 369, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -61411,16 +72987,25 @@ "generator": null, "icon": "http://gruene-region-aachen.de/kreisverband/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Die Grünen in der Städteregion Aachen" }, - "duration": 539, + "duration": 620, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 369, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-region-aachen.de/kreisverband/" } @@ -61458,7 +73043,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 539 + "value": 620 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61469,7 +73059,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -61526,6 +73116,10 @@ "url": "https://www.gruene-rehburg-loccum.de/" } ], + "responsive": { + "min_width": 1030, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -61537,8 +73131,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 164, + "duration": 177, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 1030, + "768x1024": 1030 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://gruene-rehburg-loccum.de/" }, @@ -61552,8 +73155,17 @@ "opengraph": null, "title": "BÜNDNIS 90/DIE GRÜNEN in Rehburg-Loccum" }, - "duration": 142, + "duration": 407, "error": null, + "responsive": { + "document_width": { + "1024x768": 1032, + "1920x1080": 1920, + "320x480": 1030, + "768x1024": 1030 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-rehburg-loccum.de/" } @@ -61592,7 +73204,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 153 + "value": 292 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -61663,6 +73280,10 @@ "url": "https://www.gruene-rek.de/" } ], + "responsive": { + "min_width": 1260, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -61674,8 +73295,17 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 527, + "duration": 534, "error": null, + "responsive": { + "document_width": { + "1024x768": 1260, + "1920x1080": 1920, + "320x480": 1260, + "768x1024": 1260 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-rek.de/" }, @@ -61689,8 +73319,17 @@ "opengraph": null, "title": "GRÜNE REK: Grüne im Rhein-Erft-Kreis" }, - "duration": 453, + "duration": 11, "error": null, + "responsive": { + "document_width": { + "1024x768": 1260, + "1920x1080": 1920, + "320x480": 1260, + "768x1024": 1260 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-rek.de/" } @@ -61731,7 +73370,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 490 + "value": 272 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -61789,6 +73433,12 @@ "url": "https://gruene-rems-murr.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61800,8 +73450,17 @@ "opengraph": null, "title": "Grüne Kreis Rems-Murr: Kreisverband Rems-Murr" }, - "duration": 658, + "duration": 331, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rems-murr.de/" } @@ -61839,7 +73498,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 658 + "value": 331 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61850,7 +73514,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -61905,6 +73569,12 @@ "url": "https://www.gruene-remscheid.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -61916,8 +73586,17 @@ "opengraph": null, "title": "GRÜNE Remscheid: Startseite" }, - "duration": 63, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-remscheid.de/startseite/" } @@ -61956,7 +73635,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -61967,7 +73651,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62014,6 +73698,12 @@ "url": "https://gruene-reutlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62025,8 +73715,17 @@ "opengraph": null, "title": "GRÜNE REUTLINGEN: HOME" }, - "duration": 461, + "duration": 321, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-reutlingen.de/home/" } @@ -62064,7 +73763,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 461 + "value": 321 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62075,7 +73779,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -62130,6 +73834,12 @@ "url": "https://www.gruene-rhein-lahn.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62141,8 +73851,17 @@ "opengraph": null, "title": "Kreisverband Rhein-Lahn: Home" }, - "duration": 62, + "duration": 90, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rhein-lahn.de/home/" } @@ -62181,7 +73900,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 90 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62192,7 +73916,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62247,6 +73971,12 @@ "url": "https://www.gruene-rheinbach.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62258,8 +73988,17 @@ "opengraph": null, "title": "Grüner Ortsverband Rheinbach: Was uns bewegt" }, - "duration": 62, + "duration": 191, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rheinbach.de/startseite/" } @@ -62296,9 +74035,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 191 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62309,7 +74053,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -62364,6 +74108,12 @@ "url": "https://www.gruene-rhoen-grabfeld.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62375,8 +74125,17 @@ "opengraph": null, "title": "Kreisverband Rhön-Grabfeld: Home" }, - "duration": 63, + "duration": 72, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rhoen-grabfeld.de/home/" } @@ -62415,7 +74174,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 72 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62426,7 +74190,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62488,6 +74252,12 @@ "url": "https://www.gruene-rkn.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -62500,16 +74270,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 78, + "duration": 98, "error": null, + "responsive": { + "document_width": { + "1024x768": 1045, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-rkn.de/" }, @@ -62524,16 +74303,25 @@ "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:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 189, + "duration": 183, "error": null, + "responsive": { + "document_width": { + "1024x768": 1045, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-rkn.de/" } @@ -62571,7 +74359,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 134 + "value": 140 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62582,7 +74375,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -62637,6 +74430,12 @@ "url": "https://www.gruene-ronnenberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -62648,8 +74447,17 @@ "opengraph": null, "title": "Grüne Ronnenberg: Home" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-ronnenberg.de/home/" } @@ -62688,7 +74496,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62699,7 +74512,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -62763,6 +74576,12 @@ "url": "https://www.gruene-rosdorf.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -62775,16 +74594,25 @@ "generator": null, "icon": "http://www.gruene-rosdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Rosdorf" }, - "duration": 306, + "duration": 293, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-rosdorf.de/" } @@ -62822,7 +74650,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 293 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62833,7 +74666,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -62884,7 +74717,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, @@ -62892,13 +74725,19 @@ }, { "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, "url": "https://www.gruene-rosengarten.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + ] + }, "urlchecks": [ { "content": { @@ -62913,8 +74752,17 @@ "opengraph": null, "title": "Home" }, - "duration": 357, + "duration": 329, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://gruene-rosengarten.de/" }, @@ -62931,8 +74779,17 @@ "opengraph": null, "title": "Home" }, - "duration": 377, + "duration": 334, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" + }, "status_code": 200, "url": "http://www.gruene-rosengarten.de/" } @@ -62971,7 +74828,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 332 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -62982,7 +74844,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -63037,6 +74899,12 @@ "url": "https://www.gruene-rosenheim.de/" } ], + "responsive": { + "min_width": 334, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63048,8 +74916,17 @@ "opengraph": null, "title": "KREISVERBAND ROSENHEIM: Aktuell" }, - "duration": 66, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 334, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-rosenheim.de/aktuell/" } @@ -63088,7 +74965,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63099,7 +74981,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63154,6 +75036,12 @@ "url": "https://www.gruene-rostock.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63165,8 +75053,17 @@ "opengraph": null, "title": "Grüne KV Rostock: Startseite" }, - "duration": 67, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1027, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-rostock.de/startseite/" } @@ -63205,7 +75102,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63216,7 +75118,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63280,6 +75182,12 @@ "url": "https://www.gruene-rotenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -63292,17 +75200,26 @@ "generator": null, "icon": "https://www.rotenburger-gruene.de/wp-content/themes/1508319867-iO23Vb/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / die Grünen in Rotenburg an der WümmeDie Grünen in Rotenburg" }, - "duration": 909, + "duration": 956, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.rotenburger-gruene.de/" } @@ -63339,7 +75256,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 909 + "value": 956 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63350,7 +75272,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -63405,6 +75327,12 @@ "url": "https://www.gruene-roth.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63416,8 +75344,17 @@ "opengraph": null, "title": "Kreisverband Roth: Startseite" }, - "duration": 67, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-roth.de/startseite/" } @@ -63456,7 +75393,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63467,7 +75409,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -63527,6 +75469,10 @@ "url": "https://www.gruene-rottal-inn.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -63540,6 +75486,15 @@ }, "duration": 89, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-rottal-inn.de/" }, @@ -63553,8 +75508,17 @@ "opengraph": null, "title": "Gruene Startseite" }, - "duration": 95, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-rottal-inn.de/" } @@ -63595,7 +75559,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 92 + "value": 84 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -63653,6 +75622,12 @@ "url": "https://gruene-rottweil.de/" } ], + "responsive": { + "min_width": 380, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63664,8 +75639,17 @@ "opengraph": null, "title": "Grüne Kreisverband Rottweil: KV Rottweil" }, - "duration": 497, + "duration": 852, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 380, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rottweil.de/" } @@ -63703,7 +75687,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 497 + "value": 852 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63714,7 +75703,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -63769,6 +75758,12 @@ "url": "https://www.gruene-rtk.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -63780,15 +75775,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Rheingau-Taunus-Kreis" }, - "duration": 221, + "duration": 367, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-rtk.de/" } @@ -63826,7 +75830,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 221 + "value": 367 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63837,7 +75846,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -63901,6 +75910,12 @@ "url": "https://www.gruene-ruhr.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -63913,16 +75928,25 @@ "generator": null, "icon": "http://gruene-ruhr.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bezirksverband Ruhrgebiet von BÜNDNIS 90/DIE GRÜNEN NRW › Die Grünen Ruhr" }, - "duration": 76, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1046, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-ruhr.de/" } @@ -63960,7 +75984,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 76 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -63971,7 +76000,7 @@ "value": true } }, - "score": 7.0 + "score": 8.0 }, { "details": { @@ -64035,6 +76064,10 @@ "url": "https://www.gruene-saalekreis.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -64044,13 +76077,22 @@ "http://www.gruene-saalekreis.de/feed/", "http://www.gruene-saalekreis.de/uber-uns/aktuelles/feed/" ], - "generator": "WordPress 4.9.1", + "generator": "WordPress 4.9.5", "icon": "http://www.gruene-saalekreis.de/wp-content/themes/blum-o-matic1_0_7/favicon.ico", "opengraph": null, "title": "Grüne Saalekreis" }, - "duration": 604, + "duration": 651, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-saalekreis.de/" } @@ -64088,7 +76130,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 604 + "value": 651 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -64163,6 +76210,12 @@ "url": "https://www.gruene-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -64175,17 +76228,26 @@ "generator": null, "icon": "http://gruene-saar.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "DIE GRÜNEN SAAR - SAAR.LAND.ZUKUNFT" }, - "duration": 408, + "duration": 445, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-saar.de/" } @@ -64223,7 +76285,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 408 + "value": 445 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64234,7 +76301,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -64289,6 +76356,12 @@ "url": "https://www.gruene-salzhausen-hanstedt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64300,8 +76373,17 @@ "opengraph": null, "title": "Grüne Salzhausen-Hanstedt: Home" }, - "duration": 65, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-salzhausen-hanstedt.de/home/" } @@ -64340,7 +76422,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64351,7 +76438,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64406,6 +76493,12 @@ "url": "https://www.gruene-schaumburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64417,8 +76510,17 @@ "opengraph": null, "title": "Grüne Schaumburg: Aktuelles" }, - "duration": 63, + "duration": 222, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schaumburg.de/aktuelles/" } @@ -64455,9 +76557,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 222 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64468,7 +76575,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -64523,6 +76630,12 @@ "url": "https://www.gruene-schuettorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64534,8 +76647,17 @@ "opengraph": null, "title": "Grüne Schüttorf: Home" }, - "duration": 70, + "duration": 322, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schuettorf.de/home/" } @@ -64572,9 +76694,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 70 + "value": 322 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64585,7 +76712,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -64640,6 +76767,12 @@ "url": "https://www.gruene-schwabach.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64651,8 +76784,17 @@ "opengraph": null, "title": "Kreisverband Schwabach: Home" }, - "duration": 63, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwabach.de/home/" } @@ -64691,7 +76833,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64702,7 +76849,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64757,6 +76904,12 @@ "url": "https://www.gruene-schwaben.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -64768,8 +76921,17 @@ "opengraph": null, "title": "Bezirksverband Schwaben: Nachrichten" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwaben.de/startseite/nachrichten/" } @@ -64808,7 +76970,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -64819,7 +76986,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -64866,7 +77033,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, @@ -64874,13 +77041,17 @@ }, { "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, "url": "https://www.gruene-schwaebisch-gmuend.de/" } ], + "responsive": { + "min_width": 1010, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -64892,8 +77063,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 508, + "duration": 510, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-schwaebisch-gmuend.de/" }, @@ -64907,8 +77087,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen Kreisverband Schwäbisch Gmünd" }, - "duration": 517, + "duration": 552, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1010, + "768x1024": 1010 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-schwaebisch-gmuend.de/" } @@ -64948,7 +77137,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 512 + "value": 531 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -65014,6 +77208,12 @@ "url": "https://www.gruene-schwalm-eder.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65025,8 +77225,17 @@ "opengraph": null, "title": "Kreisverband Schwalm-Eder: Startseite" }, - "duration": 68, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwalm-eder.de/startseite/" } @@ -65065,7 +77274,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65076,7 +77290,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65131,6 +77345,12 @@ "url": "https://www.gruene-schwandorf.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65142,8 +77362,17 @@ "opengraph": null, "title": "Kreisverband Schwandorf: Startseite" }, - "duration": 63, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwandorf.de/startseite/" } @@ -65182,7 +77411,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65193,7 +77427,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65240,6 +77474,12 @@ "url": "https://gruene-schwarzwald-baar.de/" } ], + "responsive": { + "min_width": 387, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65251,8 +77491,17 @@ "opengraph": null, "title": "Grüne Kreisverband Schwarzwald Baar: Kreisverband Schwarzwald-Baar" }, - "duration": 445, + "duration": 670, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 387, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-schwarzwald-baar.de/" } @@ -65290,7 +77539,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 445 + "value": 670 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65301,7 +77555,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -65356,6 +77610,12 @@ "url": "https://www.gruene-schweinfurt.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65367,8 +77627,17 @@ "opengraph": null, "title": "Kreisverband Schweinfurt: Startseite" }, - "duration": 66, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schweinfurt.de/startseite/" } @@ -65407,7 +77676,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65418,7 +77692,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65475,6 +77749,12 @@ "url": "https://www.gruene-schwerin.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65486,8 +77766,17 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 64, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-schwerin.de/startseite/" }, @@ -65501,8 +77790,17 @@ "opengraph": null, "title": "Grüne in Schwerin: Startseite" }, - "duration": 65, + "duration": 175, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-schwerin.de/startseite/" } @@ -65540,9 +77838,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 120 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65553,7 +77856,7 @@ "value": true } }, - "score": 5.0 + "score": 5.5 }, { "details": { @@ -65608,6 +77911,12 @@ "url": "https://www.gruene-seenplatte.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65619,8 +77928,17 @@ "opengraph": null, "title": "Meckl. Seenplatte: Startseite" }, - "duration": 63, + "duration": 200, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-seenplatte.de/startseite/" } @@ -65657,9 +77975,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 63 + "value": 200 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65670,7 +77993,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -65725,6 +78048,12 @@ "url": "https://www.gruene-seevetal.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65736,8 +78065,17 @@ "opengraph": null, "title": "B90/GRÜNE OV Seevetal - Aktuell: Startseite" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-seevetal.de/startseite/" } @@ -65776,7 +78114,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65787,7 +78130,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -65842,6 +78185,12 @@ "url": "https://www.gruene-sehnde.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65853,8 +78202,17 @@ "opengraph": null, "title": "Ortsverband Sehnde: Home" }, - "duration": 72, + "duration": 162, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-sehnde.de/home/" } @@ -65891,9 +78249,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 162 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -65904,7 +78267,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -65959,6 +78322,12 @@ "url": "https://www.gruene-sg-fintel.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -65970,8 +78339,17 @@ "opengraph": null, "title": "Ortsverband SG Fintel: Startseite" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sg-fintel.de/startseite/" } @@ -66010,7 +78388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66021,7 +78404,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66076,6 +78459,12 @@ "url": "https://www.gruene-sha.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66089,6 +78478,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-sha.de/home/" } @@ -66129,6 +78527,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -66138,7 +78541,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66183,13 +78586,17 @@ }, { "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, "url": "https://gruene-siegen-wittgenstein.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66203,8 +78610,17 @@ "opengraph": null, "title": "Start - Die Grünen Siegen-Wittgenstein" }, - "duration": 438, + "duration": 302, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-siegen-wittgenstein.de/" } @@ -66242,7 +78658,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 438 + "value": 302 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66306,6 +78727,12 @@ "url": "https://gruene-sigmaringen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -66318,17 +78745,26 @@ "generator": null, "icon": "http://gruene-sigmaringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Sigmaringen" }, - "duration": 228, + "duration": 200, "error": null, + "responsive": { + "document_width": { + "1024x768": 1031, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-sigmaringen.de/" } @@ -66366,7 +78802,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 228 + "value": 200 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66377,7 +78818,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -66432,6 +78873,12 @@ "url": "https://www.gruene-sl-fl.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66443,8 +78890,17 @@ "opengraph": null, "title": "Grüne Schleswig-Flensburg: Home" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-sl-fl.de/home/" } @@ -66483,7 +78939,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66494,7 +78955,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -66542,6 +79003,10 @@ "url": "https://gruene-slf-ru.de/" } ], + "responsive": { + "min_width": 992, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66553,8 +79018,17 @@ "opengraph": null, "title": "Bündnis 90 / Die Grünen - Aktuelles" }, - "duration": 152, + "duration": 392, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 992, + "768x1024": 992 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-slf-ru.de/" } @@ -66594,7 +79068,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 152 + "value": 392 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66672,6 +79151,12 @@ "url": "https://gruene-sms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -66685,16 +79170,25 @@ "generator": null, "icon": "https://gruene-sms.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Schmalkalden-Meiningen-Suhl › BÜNDNIS 90/DIE GRÜNEN Regionalverband" }, - "duration": 350, + "duration": 375, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sms.de/" } @@ -66731,7 +79225,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 350 + "value": 375 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -66742,7 +79241,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -66806,6 +79305,10 @@ "url": "https://www.gruene-solingen.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -66819,8 +79322,17 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 166, + "duration": 172, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://gruene-solingen.de/" }, @@ -66836,8 +79348,17 @@ "opengraph": null, "title": "Portal - Grüne Solingen" }, - "duration": 165, + "duration": 218, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-solingen.de/" } @@ -66876,7 +79397,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 166 + "value": 195 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -66948,6 +79474,12 @@ "url": "https://www.gruene-stadt-leer.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -66959,8 +79491,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Startseite" }, - "duration": 70, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/index.php?id=124996" } @@ -66999,7 +79540,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 70 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67010,7 +79556,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67065,6 +79611,12 @@ "url": "https://www.gruene-starnberg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67076,8 +79628,17 @@ "opengraph": null, "title": "Kreisverband Starnberg: Home" }, - "duration": 67, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-starnberg.de/home/" } @@ -67116,7 +79677,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 67 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67127,7 +79693,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67182,6 +79748,12 @@ "url": "https://www.gruene-steinburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67193,8 +79765,17 @@ "opengraph": null, "title": "Kreisverband Steinburg: Home / Aktuelles" }, - "duration": 69, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-steinburg.de/home-aktuelles/" } @@ -67233,7 +79814,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67244,7 +79830,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67299,6 +79885,12 @@ "url": "https://www.gruene-stormarn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67310,8 +79902,17 @@ "opengraph": null, "title": "Kreisverband Stormarn: Home" }, - "duration": 85, + "duration": 67, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-stormarn.de/home/" } @@ -67350,7 +79951,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 67 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67361,7 +79967,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67416,6 +80022,12 @@ "url": "https://www.gruene-straubing-bogen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67427,8 +80039,17 @@ "opengraph": null, "title": "Grüne Straubing-Bogen: Home" }, - "duration": 67, + "duration": 206, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-straubing-bogen.de/home/" } @@ -67465,9 +80086,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 67 + "value": 206 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67478,7 +80104,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -67533,6 +80159,12 @@ "url": "https://www.gruene-stuttgart.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67544,8 +80176,17 @@ "opengraph": null, "title": "Kreisverband Stuttgart: Startseite" }, - "duration": 200, + "duration": 419, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-stuttgart.de/startseite/" } @@ -67583,7 +80224,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 200 + "value": 419 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67594,7 +80240,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -67649,6 +80295,12 @@ "url": "https://www.gruene-toelz-wor.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -67662,6 +80314,15 @@ }, "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-toelz-wor.de/home/" } @@ -67702,6 +80363,11 @@ "type": "number", "value": 63 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -67711,7 +80377,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -67775,6 +80441,12 @@ "url": "https://www.gruene-traunstein.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" + ] + }, "urlchecks": [ { "content": { @@ -67789,8 +80461,17 @@ "opengraph": null, "title": "Kreisverband Traunstein |" }, - "duration": 6, + "duration": 890, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" + }, "status_code": 200, "url": "http://www.gruene-traunstein.de/" } @@ -67826,9 +80507,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 6 + "value": 890 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -67839,7 +80525,7 @@ "value": true } }, - "score": 7.0 + "score": 7.5 }, { "details": { @@ -67898,6 +80584,10 @@ "url": "https://www.gruene-treptow-koepenick.de/" } ], + "responsive": { + "min_width": 878, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -67909,8 +80599,17 @@ "opengraph": null, "title": "Home - Bündnis 90 / Die Grünen KV Treptow-Köpenick von Berlin" }, - "duration": 359, + "duration": 322, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 878, + "768x1024": 878 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-treptow-koepenick.de/" } @@ -67950,7 +80649,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 359 + "value": 322 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -68025,6 +80729,12 @@ "url": "https://www.gruene-ts.de/" } ], + "responsive": { + "min_width": 360, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -68037,18 +80747,27 @@ "generator": null, "icon": "http://www.gruene-ts.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen - Tempelhof-Schöneberg" }, - "duration": 287, + "duration": 264, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 360, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-ts.de/" } @@ -68086,7 +80805,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 287 + "value": 264 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68097,7 +80821,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -68152,6 +80876,12 @@ "url": "https://www.gruene-tuebingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68163,8 +80893,17 @@ "opengraph": null, "title": "Kreisverband Tübingen: Home" }, - "duration": 64, + "duration": 68, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-tuebingen.de/home/" } @@ -68203,7 +80942,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 68 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68214,7 +80958,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -68261,6 +81005,10 @@ "url": "https://gruene-tuttlingen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -68272,8 +81020,17 @@ "opengraph": null, "title": "Grüne Kreis Tuttlingen: Aktuelles" }, - "duration": 530, + "duration": 564, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-tuttlingen.de/kreisverband/aktuelles/" } @@ -68311,7 +81068,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 530 + "value": 564 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -68377,6 +81139,12 @@ "url": "https://www.gruene-ulm.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68388,8 +81156,17 @@ "opengraph": null, "title": "Grüne Ulm: Termine" }, - "duration": 66, + "duration": 101, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-ulm.de/termine/" } @@ -68426,9 +81203,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 66 + "value": 101 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68439,7 +81221,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68494,6 +81276,12 @@ "url": "https://www.gruene-um.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68505,8 +81293,17 @@ "opengraph": null, "title": "KREISVERBAND UCKERMARK: Home" }, - "duration": 68, + "duration": 104, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-um.de/home/" } @@ -68543,9 +81340,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 68 + "value": 104 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68556,7 +81358,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68611,6 +81413,12 @@ "url": "https://www.gruene-unterallgaeu.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68622,8 +81430,17 @@ "opengraph": null, "title": "Unterallgäu: Startseite" }, - "duration": 65, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-unterallgaeu.de/startseite/" } @@ -68662,7 +81479,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68673,7 +81495,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -68728,6 +81550,12 @@ "url": "https://www.gruene-unterfranken.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68739,8 +81567,17 @@ "opengraph": null, "title": "Bezirksverband Unterfranken: Startseite" }, - "duration": 72, + "duration": 164, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-unterfranken.de/startseite/" } @@ -68777,9 +81614,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 72 + "value": 164 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68790,7 +81632,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -68839,7 +81681,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, @@ -68847,13 +81689,19 @@ }, { "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, "url": "https://www.gruene-verden.de/" } ], + "responsive": { + "min_width": 390, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -68866,17 +81714,26 @@ "generator": null, "icon": "http://www.gruene-verden.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 751, + "duration": 127, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 390, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-verden.de/" } @@ -68914,7 +81771,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 751 + "value": 127 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -68925,7 +81787,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -68978,6 +81840,12 @@ "url": "https://www.gruene-vogelsberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -68987,15 +81855,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Vogelsberg" }, - "duration": 222, + "duration": 210, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-vogelsberg.de/" } @@ -69034,7 +81911,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 222 + "value": 210 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69045,7 +81927,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69108,6 +81990,10 @@ "url": "https://www.gruene-vogtland.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -69121,8 +82007,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Vogtland" }, - "duration": 209, + "duration": 271, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-vogtland.de/startseite/" } @@ -69160,7 +82055,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 271 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -69221,6 +82121,12 @@ "url": "https://gruene-vorpommern-greifswald.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69232,8 +82138,17 @@ "opengraph": null, "title": "KV Vorpommern-Greifswald: Startseite" }, - "duration": 90, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vorpommern-greifswald.de/startseite/" } @@ -69272,7 +82187,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 90 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69283,7 +82203,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69338,6 +82258,12 @@ "url": "https://www.gruene-vorpommern-ruegen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69349,8 +82275,17 @@ "opengraph": null, "title": "Grüne Vorpommern-Rügen: Startseite" }, - "duration": 68, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-vorpommern-ruegen.de/startseite/" } @@ -69389,7 +82324,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69400,7 +82340,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69461,6 +82401,12 @@ "url": "https://www.gruene-waf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69472,8 +82418,17 @@ "opengraph": null, "title": "Grüne WAF: Startseite" }, - "duration": 69, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-kreis-warendorf.de/startseite/" } @@ -69512,7 +82467,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 69 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69523,7 +82483,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69576,6 +82536,12 @@ "url": "https://www.gruene-waldeck-frankenberg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69585,15 +82551,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "B90/Die Grünen im Landkreis Waldeck-Frankenberg" }, - "duration": 209, + "duration": 212, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-waldeck-frankenberg.de/" } @@ -69632,7 +82607,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 209 + "value": 212 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -69643,7 +82623,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -69705,6 +82685,10 @@ "url": "https://www.gruene-wallenhorst.de/" } ], + "responsive": { + "min_width": 978, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -69714,13 +82698,22 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 444, + "duration": 428, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wallenhorst.de" }, @@ -69732,13 +82725,22 @@ "generator": null, "icon": "http://www.gruene-wallenhorst.de/fileadmin/template/images/favicon.ico", "opengraph": [ - "og:description", - "og:title" + "og:title", + "og:description" ], "title": "Grüne Ortsverband Wallenhorst ::\tWir machen das klar." }, - "duration": 341, + "duration": 447, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 978, + "768x1024": 978 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wallenhorst.de/" } @@ -69778,7 +82780,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 392 + "value": 438 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -69844,6 +82851,12 @@ "url": "https://www.gruene-walsrode.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -69857,6 +82870,15 @@ }, "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-walsrode.de/home/" } @@ -69897,6 +82919,11 @@ "type": "number", "value": 62 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -69906,7 +82933,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -69971,6 +82998,12 @@ "url": "https://www.gruene-wangen.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -69983,17 +83016,26 @@ "generator": null, "icon": "http://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Wangen" }, - "duration": 774, + "duration": 746, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-wangen.de/" }, @@ -70008,17 +83050,26 @@ "generator": null, "icon": "https://www.gruene-wangen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Wangen" }, - "duration": 911, + "duration": 778, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-wangen.de/" } @@ -70056,7 +83107,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 842 + "value": 762 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70067,7 +83123,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -70129,6 +83185,12 @@ "url": "https://www.gruene-wartburgkreis-eisenach.de/" } ], + "responsive": { + "min_width": 492, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -70141,16 +83203,25 @@ "generator": null, "icon": "http://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 624, + "duration": 802, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruene-wartburgkreis-eisenach.de/" }, @@ -70165,16 +83236,25 @@ "generator": null, "icon": "https://www.gruene-wartburgkreis-eisenach.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 677, + "duration": 781, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 492, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-wartburgkreis-eisenach.de/" } @@ -70212,7 +83292,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 650 + "value": 792 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70223,7 +83308,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -70278,6 +83363,12 @@ "url": "https://www.gruene-weiden.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70289,8 +83380,17 @@ "opengraph": null, "title": "Weiden - Neustadt/Waldnaab: Startseite" }, - "duration": 68, + "duration": 82, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weiden.de/startseite/" } @@ -70329,7 +83429,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 68 + "value": 82 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70340,7 +83445,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70395,6 +83500,12 @@ "url": "https://www.gruene-weilheim.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70406,8 +83517,17 @@ "opengraph": null, "title": "KV Weilheim-Schongau: Aktivitäten, Termine, Ereignisse 2018" }, - "duration": 62, + "duration": 294, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-weilheim.de/aktivitaeten-termine-ereignisse-2018/" } @@ -70444,9 +83564,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 62 + "value": 294 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70457,7 +83582,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -70512,6 +83637,12 @@ "url": "https://www.gruene-weimar.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70525,6 +83656,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weimar.de/gruene-neuigkeiten/" } @@ -70565,6 +83705,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -70574,7 +83719,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70629,6 +83774,12 @@ "url": "https://www.gruene-weissenburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70642,6 +83793,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-weissenburg.de/home/" } @@ -70682,6 +83842,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -70691,7 +83856,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70746,6 +83911,12 @@ "url": "https://www.gruene-wermelskirchen.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70757,8 +83928,17 @@ "opengraph": null, "title": "Grüne in Wermelskirchen: Home" }, - "duration": 62, + "duration": 79, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wermelskirchen.de/home/" } @@ -70797,7 +83977,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 79 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70808,7 +83993,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -70863,6 +84048,12 @@ "url": "https://www.gruene-werra-meissner.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70874,8 +84065,17 @@ "opengraph": null, "title": "Grüne Werra-Meißner: Start" }, - "duration": 65, + "duration": 138, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-werra-meissner.de/startseite/" } @@ -70912,9 +84112,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 65 + "value": 138 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -70925,7 +84130,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -70980,6 +84185,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -70991,8 +84202,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 63, + "duration": 66, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71031,7 +84251,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 66 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71042,7 +84267,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71097,6 +84322,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71108,8 +84339,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 64, + "duration": 221, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71146,9 +84386,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 64 + "value": 221 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71159,7 +84404,7 @@ "value": true } }, - "score": 6.0 + "score": 6.5 }, { "details": { @@ -71214,6 +84459,12 @@ "url": "https://www.gruene-wesermarsch.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71225,8 +84476,17 @@ "opengraph": null, "title": "Grüne Wesermarsch: Home" }, - "duration": 73, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wesermarsch.de/home/" } @@ -71265,7 +84525,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 73 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71276,7 +84541,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71329,6 +84594,12 @@ "url": "https://www.gruene-wetterau.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71338,15 +84609,24 @@ "generator": "WordPress 4.9.5", "icon": null, "opengraph": [ - "og:image", - "og:site_name", "og:type", + "og:site_name", + "og:image", "og:description" ], "title": "Grüne Wetterau" }, - "duration": 517, + "duration": 531, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-wetterau.de/" } @@ -71385,7 +84665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 517 + "value": 531 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71396,7 +84681,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -71457,6 +84742,12 @@ "url": "https://www.gruene-wf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71470,6 +84761,15 @@ }, "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.xn--grne-wf-o2a.de/startseite/" } @@ -71510,6 +84810,11 @@ "type": "number", "value": 64 }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -71519,7 +84824,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71574,6 +84879,12 @@ "url": "https://www.gruene-wiefelstede.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71585,8 +84896,17 @@ "opengraph": null, "title": "Ortsverband Wiefelstede: Home" }, - "duration": 297, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wiefelstede.de/home/" } @@ -71623,9 +84943,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 297 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71636,7 +84961,7 @@ "value": true } }, - "score": 5.5 + "score": 7.0 }, { "details": { @@ -71691,6 +85016,12 @@ "url": "https://www.gruene-wiesbaden.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -71702,8 +85033,17 @@ "opengraph": null, "title": "DIE GRÜNEN WIESBADEN: Startseite" }, - "duration": 64, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-wiesbaden.de/startseite/" } @@ -71742,7 +85082,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71753,7 +85098,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -71806,6 +85151,12 @@ "url": "https://gruene-winsen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -71818,16 +85169,25 @@ "generator": null, "icon": "http://gruene-winsen.de/wp-content/themes/1508095540-3wqS2x/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Winsen" }, - "duration": 174, + "duration": 227, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-winsen.de/" } @@ -71865,7 +85225,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 174 + "value": 227 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -71876,7 +85241,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -71940,6 +85305,10 @@ "url": "https://www.gruene-wittenberg.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -71952,18 +85321,27 @@ "generator": "WordPress 4.2.2", "icon": "http://www.gruene-wittenberg.de/wp-content/themes/blum-o-matic/favicon.ico", "opengraph": [ - "og:url", - "og:locale:alternate", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "Allgemein | BÜNDNIS 90/DIE GRÜNEN Lutherstadt Wittenberg" }, - "duration": 89, + "duration": 100, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-wittenberg.de/" } @@ -71999,9 +85377,14 @@ "value": false }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 89 + "value": 100 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -72012,7 +85395,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -72065,6 +85448,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72077,16 +85466,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 306, + "duration": 275, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72124,7 +85522,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 306 + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72135,7 +85538,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72188,6 +85591,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72200,16 +85609,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 255, + "duration": 308, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72247,7 +85665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 255 + "value": 308 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72258,7 +85681,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72311,6 +85734,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72323,16 +85752,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 167, + "duration": 363, "error": null, + "responsive": { + "document_width": { + "1024x768": 1140, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72370,7 +85808,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 167 + "value": 363 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72381,7 +85824,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72434,6 +85877,12 @@ "url": "https://gruene-wittmund.de/" } ], + "responsive": { + "min_width": 453, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72446,16 +85895,25 @@ "generator": null, "icon": "http://gruene-wittmund.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90 / Die Grünen Kreisverband Wittmund" }, - "duration": 281, + "duration": 469, "error": null, + "responsive": { + "document_width": { + "1024x768": 1123, + "1920x1080": 1920, + "320x480": 453, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wittmund.de/" } @@ -72493,7 +85951,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 281 + "value": 469 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72504,7 +85967,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -72568,6 +86031,12 @@ "url": "https://www.gruene-wolfenbuettel.de/" } ], + "responsive": { + "min_width": 388, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -72580,17 +86049,26 @@ "generator": null, "icon": "http://gruene-wolfenbuettel.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Ortsverband Stadt Wolfenbüttel" }, - "duration": 718, + "duration": 792, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 388, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://gruene-wolfenbuettel.de/" } @@ -72628,7 +86106,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 718 + "value": 792 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72639,7 +86122,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruene-wolfsburg.de/aktuelles/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruene-wolfsburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruene-wolfsburg.de" + }, + "www.gruene-wolfsburg.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-wolfsburg.de" + } + }, + "icons": [ + "http://www.gruene-wolfsburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "http://gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "http://www.gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "https://gruene-wolfsburg.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruene-wolfsburg.de/aktuelles/", + "url": "https://www.gruene-wolfsburg.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruene-wolfsburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Grüne Wolfsburg: Aktuelles" + }, + "duration": 74, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruene-wolfsburg.de/aktuelles/" + } + ] + }, + "input_url": "http://www.gruene-wolfsburg.de/aktuelles/", + "meta": { + "city": null, + "district": "Wolfsburg", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 74 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -72694,6 +86314,12 @@ "url": "https://www.gruene-worms.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -72705,8 +86331,17 @@ "opengraph": null, "title": "Die Wormser Grünen: Start" }, - "duration": 64, + "duration": 65, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-worms.de/start/" } @@ -72745,7 +86380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 65 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72756,7 +86396,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -72811,6 +86451,12 @@ "url": "https://www.gruene-wst.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -72822,8 +86468,17 @@ "opengraph": null, "title": "GRÜNE OV Westerstede: Bündnis90/DIE GRÜNEN Ortsverband Westerstede" }, - "duration": 66, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-wst.de/home/" } @@ -72862,7 +86517,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -72873,7 +86533,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -72920,6 +86580,10 @@ "url": "https://gruene-wt.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -72931,8 +86595,17 @@ "opengraph": null, "title": "Grüne Kreis Waldshut: Kreisverband Waldshut" }, - "duration": 599, + "duration": 736, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-wt.de/" } @@ -72970,7 +86643,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 599 + "value": 736 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73041,6 +86719,12 @@ "url": "https://www.gruene-wuerzburg-land.de/" } ], + "responsive": { + "min_width": 349, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -73057,8 +86741,17 @@ ], "title": "Home" }, - "duration": 293, + "duration": 760, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://gruene-wuerzburg-land.de/cms/index.php/" }, @@ -73077,8 +86770,17 @@ ], "title": "Home" }, - "duration": 309, + "duration": 318, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 349, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-wuerzburg-land.de/cms/index.php/" } @@ -73116,7 +86818,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 301 + "value": 539 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73127,7 +86834,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73187,6 +86894,12 @@ "url": "https://www.gruene-wuerzburg.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -73201,8 +86914,17 @@ "opengraph": null, "title": "Home" }, - "duration": 386, + "duration": 412, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://gruene-wuerzburg.de/cms/" }, @@ -73219,8 +86941,17 @@ "opengraph": null, "title": "Home" }, - "duration": 399, + "duration": 417, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://www.gruene-wuerzburg.de/cms/" } @@ -73258,7 +86989,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 392 + "value": 414 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73269,7 +87005,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73329,6 +87065,12 @@ "url": "https://www.gruene-ww.de/" } ], + "responsive": { + "min_width": 1000, + "viewport_meta_tag": [ + "width=1000" + ] + }, "urlchecks": [ { "content": { @@ -73339,14 +87081,23 @@ "icon": null, "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE Westerwald" }, - "duration": 297, + "duration": 980, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "width=1000" + }, "status_code": 200, "url": "http://gruene-ww.de/" }, @@ -73359,14 +87110,23 @@ "icon": null, "opengraph": [ "og:url", - "og:description", "og:type", - "og:title" + "og:title", + "og:description" ], "title": "GRÜNE Westerwald" }, - "duration": 230, + "duration": 354, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 1000, + "768x1024": 1000 + }, + "viewport_meta_tag": "width=1000" + }, "status_code": 200, "url": "http://www.gruene-ww.de/" } @@ -73407,7 +87167,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 264 + "value": 667 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73473,6 +87238,12 @@ "url": "https://www.gruene-zeven.de/" } ], + "responsive": { + "min_width": 325, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -73484,8 +87255,17 @@ "opengraph": null, "title": "Ortsverband Zeven: Home" }, - "duration": 65, + "duration": 62, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 325, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-zeven.de/home/" } @@ -73524,7 +87304,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 65 + "value": 62 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73535,7 +87320,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -73582,6 +87367,12 @@ "url": "https://gruene-zollernalb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -73593,8 +87384,17 @@ "opengraph": null, "title": "Grüne Kreis Zollernalb: HOME" }, - "duration": 718, + "duration": 926, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-zollernalb.de/index.php?id=2000" } @@ -73632,7 +87432,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 718 + "value": 926 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73643,7 +87448,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -73706,6 +87511,10 @@ "url": "https://www.gruene-zwickau.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -73719,8 +87528,17 @@ "opengraph": null, "title": "Startseite - BÜNDNIS 90/DIE GRÜNEN Kreisverband Zwickau" }, - "duration": 215, + "duration": 228, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.gruene-zwickau.de/startseite/" } @@ -73758,7 +87576,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 215 + "value": 228 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -73833,6 +87656,12 @@ "url": "https://www.gruene-zwischenahn.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -73847,8 +87676,17 @@ "opengraph": null, "title": "Grüne Bad Zwischenahn | Infos über Grüne Kommunalpolitik" }, - "duration": 163, + "duration": 114, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" + }, "status_code": 200, "url": "http://gruene-zwischenahn.de/" } @@ -73886,7 +87724,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 163 + "value": 114 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -73897,7 +87740,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -73946,7 +87789,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, @@ -73954,13 +87797,19 @@ }, { "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, "url": "https://www.grueneboro.de/" } ], + "responsive": { + "min_width": 402, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -73973,18 +87822,27 @@ "generator": null, "icon": "http://www.grueneboro.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "OV Bobenheim-Roxheim" }, - "duration": 678, + "duration": 735, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 402, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.grueneboro.de/" } @@ -74022,7 +87880,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 678 + "value": 735 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74033,7 +87896,144 @@ "value": true } }, - "score": 6.5 + "score": 7.5 + }, + { + "details": { + "canonical_urls": [ + "http://www.gruenedelmenhorst.de/home/" + ], + "cms": "typo3-gcms", + "feeds": [], + "hostnames": { + "gruenedelmenhorst.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "gruenedelmenhorst.de" + }, + "www.gruenedelmenhorst.de": { + "aliases": [], + "ip_addresses": [ + "91.102.13.20" + ], + "resolvable": true, + "resolved_hostname": "www.gruenedelmenhorst.de" + } + }, + "icons": [ + "http://www.gruenedelmenhorst.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico" + ], + "ipv4_addresses": [ + "91.102.13.20" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "http://gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "http://www.gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "https://gruenedelmenhorst.de/" + }, + { + "error": null, + "redirects_to": "http://www.gruenedelmenhorst.de/home/", + "url": "https://www.gruenedelmenhorst.de/" + } + ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "utf-8", + "feeds": [], + "generator": "TYPO3 CMS", + "icon": "http://www.gruenedelmenhorst.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", + "opengraph": null, + "title": "Kreisverband Delmenhorst: Home" + }, + "duration": 76, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, + "status_code": 200, + "url": "http://www.gruenedelmenhorst.de/home/" + } + ] + }, + "input_url": "http://www.gruenedelmenhorst.de/home/", + "meta": { + "city": null, + "district": "Delmenhorst", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 0, + "type": "boolean", + "value": false + }, + "HTTP_RESPONSE_DURATION": { + "score": 1, + "type": "number", + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 7.0 }, { "details": { @@ -74074,18 +88074,31 @@ }, { "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, "url": "https://grueneduisburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": null, "duration": 48, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 403, "url": "http://grueneduisburg.de/" } @@ -74127,6 +88140,11 @@ "type": "number", "value": 48 }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false + }, "SITE_REACHABLE": { "score": 1, "value": true @@ -74191,6 +88209,12 @@ "url": "https://www.grueneleer.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74202,8 +88226,17 @@ "opengraph": null, "title": "Die GRÜNEN im LK Leer: Artikel" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://grueneleer.de/startseite/artikel/" } @@ -74242,7 +88275,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74253,7 +88291,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74312,6 +88350,12 @@ "url": "https://www.gruenemarzahnhellersdorf.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74325,17 +88369,26 @@ "generator": null, "icon": "https://www.gruenemarzahnhellersdorf.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite - Bündnis 90 / Die GrünenBündnis 90 / Die Grünen" }, - "duration": 948, + "duration": 268, "error": null, + "responsive": { + "document_width": { + "1024x768": 1052, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruenemarzahnhellersdorf.de/" } @@ -74372,7 +88425,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 948 + "value": 268 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74383,7 +88441,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -74438,6 +88496,12 @@ "url": "https://www.gruenemsp.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74449,8 +88513,17 @@ "opengraph": null, "title": "GRÜNE Main-Spessart: Startseite" }, - "duration": 63, + "duration": 75, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruenemsp.de/startseite/" } @@ -74489,7 +88562,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 75 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74500,7 +88578,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74549,6 +88627,10 @@ "url": "https://grueneniederkassel.de/" } ], + "responsive": { + "min_width": 1162, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -74560,8 +88642,17 @@ "opengraph": null, "title": null }, - "duration": 52, + "duration": 56, "error": null, + "responsive": { + "document_width": { + "1024x768": 1172, + "1920x1080": 1920, + "320x480": 1180, + "768x1024": 1162 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://grueneniederkassel.de/" }, @@ -74575,8 +88666,17 @@ "opengraph": null, "title": null }, - "duration": 134, + "duration": 845, "error": null, + "responsive": { + "document_width": { + "1024x768": 1172, + "1920x1080": 1920, + "320x480": 1180, + "768x1024": 1162 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://grueneniederkassel.de/" } @@ -74613,9 +88713,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 93 + "value": 450 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -74626,7 +88731,7 @@ "value": true } }, - "score": 7.0 + "score": 6.5 }, { "details": { @@ -74681,6 +88786,12 @@ "url": "https://www.grueneprignitz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -74692,8 +88803,17 @@ "opengraph": null, "title": "KREISVERBAND PRIGNITZ: Aktuelles/Termine" }, - "duration": 85, + "duration": 73, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.grueneprignitz.de/aktuellestermine/" } @@ -74732,7 +88852,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 85 + "value": 73 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -74743,7 +88868,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -74807,6 +88932,12 @@ "url": "https://www.gruenestadterfurt.de/" } ], + "responsive": { + "min_width": 515, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74819,20 +88950,29 @@ "generator": null, "icon": "http://www.gruenestadterfurt.de/wp-content/themes/1508149991-hYCbsW/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "GRÜNE.STADT.ERFURT" }, - "duration": 238, + "duration": 493, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 515, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.gruenestadterfurt.de/" } @@ -74870,7 +89010,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 238 + "value": 493 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -74925,7 +89070,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, @@ -74933,13 +89078,19 @@ }, { "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, "url": "https://www.gruenestelle.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -74951,8 +89102,17 @@ "opengraph": null, "title": "gruenestelle.de steht zum Verkauf - Sedo GmbH" }, - "duration": 406, + "duration": 617, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://sedo.com/search/details/?language=d&domain=gruenestelle.de&partnerid=50162&origin=partner" } @@ -74991,7 +89151,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 406 + "value": 617 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75002,7 +89167,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -75057,6 +89222,12 @@ "url": "https://www.gruenetir.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75068,8 +89239,17 @@ "opengraph": null, "title": "Grüne Kreis Tirschenreuth: Startseite" }, - "duration": 196, + "duration": 696, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruenetir.de/startseite/" } @@ -75107,7 +89287,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 196 + "value": 696 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75118,7 +89303,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -75135,8 +89320,8 @@ "grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.13", - "192.0.78.12" + "192.0.78.12", + "192.0.78.13" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -75146,8 +89331,8 @@ "www.grueneuhk.wordpress.com" ], "ip_addresses": [ - "192.0.78.13", - "192.0.78.12" + "192.0.78.12", + "192.0.78.13" ], "resolvable": true, "resolved_hostname": "lb.wordpress.com" @@ -75172,6 +89357,12 @@ "url": "https://lb.wordpress.com/" } ], + "responsive": { + "min_width": 330, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -75185,8 +89376,17 @@ "opengraph": null, "title": "WordPress.com" }, - "duration": 568, + "duration": 465, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 330, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" + }, "status_code": 200, "url": "https://en.wordpress.com/typo/?subdomain=lb" } @@ -75223,7 +89423,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 568 + "value": 465 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75234,7 +89439,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -75295,6 +89500,12 @@ "url": "https://www.offenbach-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75306,8 +89517,17 @@ "opengraph": null, "title": "Grüne Offenbach: Start" }, - "duration": 62, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-offenbach.de/start/" } @@ -75346,7 +89566,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 62 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75357,7 +89582,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -75406,7 +89631,7 @@ }, { "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, @@ -75414,13 +89639,17 @@ }, { "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, "url": "https://www.padergruen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -75433,20 +89662,29 @@ "generator": null, "icon": "https://www.xn--padergrn-d6a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", + "og:description", + "og:locale", "og:image", "og:image:width", - "og:description", - "og:image:height", - "og:title", - "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:height" ], "title": "Die Grünen" }, - "duration": 50, + "duration": 285, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.xn--padergrn-d6a.de/" } @@ -75481,9 +89719,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 1, + "score": 0.5, "type": "number", - "value": 50 + "value": 285 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -75494,7 +89737,7 @@ "value": true } }, - "score": 9.0 + "score": 8.5 }, { "details": { @@ -75557,6 +89800,10 @@ "url": "https://xn--grne-mnster-uhbe.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -75568,17 +89815,26 @@ "generator": "WordPress 4.9.5", "icon": "http://www.xn--grne-mnster-uhbe.de/wp-content/themes/blum-o-matic_1/favicon.ico", "opengraph": [ - "og:url", "og:description", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite - Grüne Münster" }, - "duration": 419, + "duration": 950, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "http://www.xn--grne-mnster-uhbe.de/" } @@ -75616,7 +89872,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 419 + "value": 950 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -75691,6 +89952,12 @@ "url": "https://xn--grne-speyer-uhb.de/" } ], + "responsive": { + "min_width": 335, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -75702,8 +89969,17 @@ "opengraph": null, "title": "Grüner Kreisverband Speyer: Home" }, - "duration": 64, + "duration": 76, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 335, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.xn--grne-speyer-uhb.de/home/" } @@ -75742,7 +90018,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 76 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75753,7 +90034,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -75818,6 +90099,12 @@ "url": "https://xn--salzlandgrne-mlb.de/" } ], + "responsive": { + "min_width": 447, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -75830,17 +90117,26 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "SALZLANDGRÜNE" }, - "duration": 491, + "duration": 468, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 447, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://www.xn--salzlandgrne-mlb.de/" }, @@ -75855,17 +90151,26 @@ "generator": null, "icon": "http://www.salzlandgruene.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "SALZLANDGRÜNE" }, - "duration": 498, + "duration": 530, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 447, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--salzlandgrne-mlb.de/" } @@ -75904,7 +90209,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 494 + "value": 499 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -75915,7 +90225,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -75969,6 +90279,12 @@ "url": "https://xn--grne-deggendorf-0vb.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -75981,17 +90297,26 @@ "generator": null, "icon": "http://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 198, + "duration": 217, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 367, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-deggendorf-0vb.de/" }, @@ -76006,17 +90331,26 @@ "generator": null, "icon": "https://xn--grne-deggendorf-0vb.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Deggendorf" }, - "duration": 268, + "duration": 334, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://xn--grne-deggendorf-0vb.de/" } @@ -76054,7 +90388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 233 + "value": 276 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76065,7 +90404,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -76118,6 +90457,12 @@ "url": "https://xn--grne-milk-r9a.de/" } ], + "responsive": { + "min_width": 367, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76130,16 +90475,25 @@ "generator": null, "icon": "http://xn--grne-milk-r9a.de/wp-content/themes/urwahl3000-2/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "KV Minden-Lübbecke" }, - "duration": 476, + "duration": 801, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 367, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-milk-r9a.de/" } @@ -76177,7 +90531,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 476 + "value": 801 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76188,7 +90547,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -76237,7 +90596,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, @@ -76245,13 +90604,19 @@ }, { "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, "url": "https://xn--grne-much-r9a.de/" } ], + "responsive": { + "min_width": 333, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76264,16 +90629,25 @@ "generator": null, "icon": "http://xn--grne-much-r9a.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "- Bündnis 90/Die Grünen Much" }, - "duration": 407, + "duration": 397, "error": null, + "responsive": { + "document_width": { + "1024x768": 1033, + "1920x1080": 1920, + "320x480": 333, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "http://xn--grne-much-r9a.de/" } @@ -76311,7 +90685,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 407 + "value": 397 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76322,7 +90701,7 @@ "value": true } }, - "score": 6.5 + "score": 7.5 }, { "details": { @@ -76381,6 +90760,12 @@ "url": "https://www.gruene-aw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76394,17 +90779,26 @@ "generator": null, "icon": "https://gruene-aw.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Ahrweiler" }, - "duration": 125, + "duration": 555, "error": null, + "responsive": { + "document_width": { + "1024x768": 1026, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-aw.de/" } @@ -76441,7 +90835,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 125 + "value": 555 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76452,7 +90851,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76507,6 +90906,12 @@ "url": "https://www.gruene-bayern.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "minimum-scale=1.0, width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76517,14 +90922,23 @@ "icon": "https://gruene-bayern.de/wp-content/uploads/2017/01/profil-neu-150x150.jpeg", "opengraph": [ "og:url", - "og:title", "og:image", + "og:title", "og:description" ], "title": "" }, - "duration": 106, + "duration": 143, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "minimum-scale=1.0, width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-bayern.de/" } @@ -76562,7 +90976,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 106 + "value": 143 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76573,7 +90992,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -76581,7 +91000,9 @@ "http://gruene-brandenburg.de/startseite/" ], "cms": "typo3-gcms", - "feeds": [], + "feeds": [ + "http://gruene-brandenburg.de/index.php?id=112730&type=100" + ], "hostnames": { "gruene-brandenburg.de": { "aliases": [], @@ -76628,19 +91049,36 @@ "url": "https://www.gruene-brandenburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { "canonical_link": null, "encoding": "utf-8", - "feeds": [], + "feeds": [ + "http://gruene-brandenburg.de/index.php?id=112730&type=100" + ], "generator": "TYPO3 CMS", "icon": "http://gruene-brandenburg.de/typo3conf/ext/ntc_gcms2014/Resources/Public/Icons/favicon.ico", "opengraph": null, "title": "Landesverband Brandenburg: Startseite" }, - "duration": 66, + "duration": 63, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-brandenburg.de/startseite/" } @@ -76667,9 +91105,8 @@ "value": true }, "FEEDS": { - "score": 0, - "type": "boolean", - "value": false + "score": 1, + "value": true }, "HTTPS": { "score": 0, @@ -76679,7 +91116,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 66 + "value": 63 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76690,7 +91132,7 @@ "value": true } }, - "score": 6.0 + "score": 8.0 }, { "details": { @@ -76747,6 +91189,12 @@ "url": "https://www.gruene-bremen.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76760,8 +91208,17 @@ "opengraph": null, "title": "GRÜNE Bremen: Startseite" }, - "duration": 943, + "duration": 680, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-bremen.de/startseite/" } @@ -76798,7 +91255,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 943 + "value": 680 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76809,7 +91271,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76866,6 +91328,12 @@ "url": "https://www.gruene-bw.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -76877,19 +91345,28 @@ "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:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Startseite | gruene-bw.de" }, - "duration": 257, + "duration": 243, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-bw.de/" } @@ -76926,7 +91403,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 257 + "value": 243 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -76937,7 +91419,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -76987,6 +91469,12 @@ "url": "https://gruene-chemnitz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -76999,16 +91487,25 @@ "generator": null, "icon": "https://gruene-chemnitz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen Chemnitz" }, - "duration": 761, + "duration": 333, "error": null, + "responsive": { + "document_width": { + "1024x768": 1037, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-chemnitz.de/" } @@ -77045,7 +91542,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 761 + "value": 333 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77056,7 +91558,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77114,6 +91616,12 @@ "url": "https://www.gruene-illingen-saar.de/" } ], + "responsive": { + "min_width": 352, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77128,8 +91636,17 @@ "opengraph": null, "title": "Ortsverband Illingen - BÜNDNIS90/DIE GRÜNEN Saarland" }, - "duration": 414, + "duration": 394, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 352, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-illingen-saar.de/" } @@ -77166,7 +91683,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 414 + "value": 394 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77177,7 +91699,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77227,6 +91749,12 @@ "url": "https://gruene-kv-soest.de/" } ], + "responsive": { + "min_width": 456, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77239,16 +91767,26 @@ "generator": null, "icon": "https://gruene-kv-soest.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Kreisverband Soest" }, - "duration": 521, + "duration": 731, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 456, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-kv-soest.de/" } @@ -77285,7 +91823,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 521 + "value": 731 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77296,7 +91839,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77346,6 +91889,12 @@ "url": "https://gruene-linksderweser.de/" } ], + "responsive": { + "min_width": 339, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77358,16 +91907,25 @@ "generator": null, "icon": "https://gruene-linksderweser.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Links der Weser" }, - "duration": 358, + "duration": 441, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 339, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-linksderweser.de/" } @@ -77404,7 +91962,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 358 + "value": 441 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77415,7 +91978,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77470,6 +92033,12 @@ "url": "https://www.gruene-lueneburg.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -77481,8 +92050,17 @@ "opengraph": null, "title": "Grünes Lüneburg ONLINE: Home" }, - "duration": 64, + "duration": 71, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://gruene-lueneburg.de/home/" } @@ -77521,7 +92099,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 64 + "value": 71 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77532,7 +92115,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -77590,6 +92173,12 @@ "url": "https://www.gruene-ml.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77602,17 +92191,26 @@ "generator": null, "icon": "https://gruene-ml.de/wordpress/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen München Land" }, - "duration": 905, + "duration": 943, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-ml.de/wordpress/" } @@ -77649,7 +92247,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 905 + "value": 943 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77660,7 +92263,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77718,6 +92321,12 @@ "url": "https://www.gruene-neunkirchen-saar.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77732,8 +92341,17 @@ "opengraph": null, "title": "Ortsverband Neunkirchen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 423, + "duration": 394, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-neunkirchen-saar.de/" } @@ -77770,7 +92388,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 423 + "value": 394 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77781,7 +92404,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77839,6 +92462,12 @@ "url": "https://www.gruene-rehlingen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -77853,8 +92482,17 @@ "opengraph": null, "title": "Grüne Rehlingen-Siersburg - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 630, + "duration": 815, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-rehlingen.de/" } @@ -77891,7 +92529,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 630 + "value": 815 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -77902,7 +92545,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -77957,6 +92600,12 @@ "url": "https://www.gruene-roesrath.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -77968,8 +92617,17 @@ "opengraph": null, "title": "Die Grünen Rösrath: Startseite" }, - "duration": 186, + "duration": 201, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://gruene-roesrath.de/startseite/" } @@ -78007,7 +92665,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 186 + "value": 201 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78018,7 +92681,7 @@ "value": true } }, - "score": 7.5 + "score": 8.5 }, { "details": { @@ -78076,6 +92739,12 @@ "url": "https://www.gruene-sb.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78090,8 +92759,17 @@ "opengraph": null, "title": "Kreisverband Saarbrücken - BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 336, + "duration": 382, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sb.de/" } @@ -78128,7 +92806,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 336 + "value": 382 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78139,7 +92822,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78197,6 +92880,12 @@ "url": "https://www.gruene-sls.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78211,8 +92900,17 @@ "opengraph": null, "title": "Kreisverband Saarlouis - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 363, + "duration": 382, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-sls.de/" } @@ -78249,7 +92947,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 363 + "value": 382 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78260,7 +92963,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78316,6 +93019,12 @@ "url": "https://www.gruene-vulkaneifel.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -78328,16 +93037,25 @@ "generator": "WordPress 4.9.4", "icon": null, "opengraph": [ - "og:url", - "og:title", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis90/Die Grünen Kreisverband Vulkaneifel »" }, - "duration": 402, + "duration": 80, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" + }, "status_code": 200, "url": "https://gruene-vulkaneifel.de/" } @@ -78373,9 +93091,14 @@ "value": true }, "HTTP_RESPONSE_DURATION": { - "score": 0.5, + "score": 1, "type": "number", - "value": 402 + "value": 80 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78386,7 +93109,7 @@ "value": true } }, - "score": 7.5 + "score": 9.0 }, { "details": { @@ -78444,6 +93167,12 @@ "url": "https://www.gruene-wadgassen.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78458,8 +93187,17 @@ "opengraph": null, "title": "Ortsverband Wadgassen - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 388, + "duration": 340, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-wadgassen.de/" } @@ -78496,7 +93234,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 388 + "value": 340 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78507,7 +93250,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78564,6 +93307,12 @@ "url": "https://www.gruene.berlin/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0, user-scalable=yes" + ] + }, "urlchecks": [ { "content": { @@ -78575,17 +93324,26 @@ "generator": "Drupal 7 (http://drupal.org)", "icon": "https://gruene.berlin/sites/gruene.berlin/files/favicon.ico", "opengraph": [ - "og:url", - "og:image:url", "og:image", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:image:url" ], "title": "Bündnis 90/DIE GRÜNEN Berlin |" }, - "duration": 202, + "duration": 204, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0, user-scalable=yes" + }, "status_code": 200, "url": "https://gruene.berlin/" } @@ -78622,7 +93380,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 202 + "value": 204 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78633,7 +93396,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78687,6 +93450,12 @@ "url": "https://www.hamburg.gruene.de/" } ], + "responsive": { + "min_width": 397, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + ] + }, "urlchecks": [ { "content": { @@ -78698,8 +93467,17 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 156, + "duration": 160, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 789 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + }, "status_code": 200, "url": "https://hamburg.gruene.de/" }, @@ -78713,8 +93491,17 @@ "opengraph": null, "title": "Grüne Hamburg" }, - "duration": 172, + "duration": 175, "error": null, + "responsive": { + "document_width": { + "1024x768": 1036, + "1920x1080": 1920, + "320x480": 397, + "768x1024": 789 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" + }, "status_code": 200, "url": "https://www.hamburg.gruene.de/" } @@ -78754,7 +93541,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 164 + "value": 168 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78765,7 +93557,7 @@ "value": true } }, - "score": 5.5 + "score": 6.5 }, { "details": { @@ -78823,6 +93615,12 @@ "url": "https://www.kreis.gruene-merzig.de/" } ], + "responsive": { + "min_width": 376, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78837,8 +93635,17 @@ "opengraph": null, "title": "Kreisverband Merzig-Wadern - BÜNDNIS 90/DIE GRÜNEN Saarland" }, - "duration": 367, + "duration": 353, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 376, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://kreis.gruene-merzig.de/" } @@ -78875,7 +93682,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 367 + "value": 353 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -78886,7 +93698,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -78942,6 +93754,12 @@ "url": "https://www.sh-gruene.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -78956,8 +93774,17 @@ "opengraph": null, "title": "GRÜNE Schleswig-Holstein" }, - "duration": 313, + "duration": 974, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://sh-gruene.de/" } @@ -78995,7 +93822,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 313 + "value": 974 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79006,7 +93838,158 @@ "value": true } }, - "score": 7.5 + "score": 8.5 + }, + { + "details": { + "canonical_urls": [ + "https://www.facebook.com/" + ], + "cms": null, + "feeds": [], + "hostnames": { + "facebook.com": { + "aliases": [], + "ip_addresses": [ + "185.60.216.35" + ], + "resolvable": true, + "resolved_hostname": "facebook.com" + }, + "www.facebook.com": { + "aliases": [ + "www.facebook.com" + ], + "ip_addresses": [ + "157.240.20.35" + ], + "resolvable": true, + "resolved_hostname": "star-mini.c10r.facebook.com" + } + }, + "icons": [ + "https://static.xx.fbcdn.net/rsrc.php/yz/r/KFyVIAWzntM.ico" + ], + "ipv4_addresses": [ + "157.240.20.35", + "185.60.216.35" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "https://www.facebook.com/", + "url": "http://facebook.com/" + }, + { + "error": { + "message": "HTTPConnectionPool(host='www.c10r.facebook.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))", + "type": "" + }, + "redirects_to": null, + "url": "http://star-mini.c10r.facebook.com/" + }, + { + "error": null, + "redirects_to": "https://www.facebook.com/", + "url": "https://facebook.com/" + }, + { + "error": { + "message": "HTTPSConnectionPool(host='star-mini.c10r.facebook.com', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError(\"hostname 'star-mini.c10r.facebook.com' doesn't match either of '*.facebook.com', '*.xx.fbcdn.net', '*.fbsbx.com', '*.xz.fbcdn.net', '*.facebook.net', '*.xy.fbcdn.net', '*.messenger.com', 'fb.com', '*.fbcdn.net', '*.fb.com', '*.m.facebook.com', 'messenger.com', 'facebook.com'\",),))", + "type": "" + }, + "redirects_to": null, + "url": "https://star-mini.c10r.facebook.com/" + } + ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "user-scalable=no,initial-scale=1,maximum-scale=1" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": "https://www.facebook.com/", + "encoding": "UTF-8", + "feeds": [], + "generator": null, + "icon": "https://static.xx.fbcdn.net/rsrc.php/yz/r/KFyVIAWzntM.ico", + "opengraph": [ + "og:locale", + "og:image", + "og:site_name", + "og:url", + "og:locale:alternate" + ], + "title": "Facebook – Anmelden oder Registrieren" + }, + "duration": 275, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "user-scalable=no,initial-scale=1,maximum-scale=1" + }, + "status_code": 200, + "url": "https://www.facebook.com/" + } + ] + }, + "input_url": "https://www.facebook.com/GrueneOS/", + "meta": { + "city": null, + "district": "Osnabrück-Stadt", + "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": 0, + "type": "boolean", + "value": false + }, + "HTTPS": { + "score": 2, + "value": true + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 275 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 8.5 }, { "details": { @@ -79061,6 +94044,12 @@ "url": "https://www.gruene-celle.de/" } ], + "responsive": { + "min_width": 323, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -79072,8 +94061,17 @@ "opengraph": null, "title": "Kreisverband Celle: Home" }, - "duration": 63, + "duration": 64, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 323, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-celle.de/home/" } @@ -79112,7 +94110,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 64 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79123,7 +94126,155 @@ "value": true } }, - "score": 6.0 + "score": 7.0 + }, + { + "details": { + "canonical_urls": [ + "https://www.gruene-friesland.de/" + ], + "cms": "wordpress-urwahl", + "feeds": [ + "https://www.gruene-friesland.de/comments/feed/", + "https://www.gruene-friesland.de/feed/" + ], + "hostnames": { + "gruene-friesland.de": { + "aliases": [], + "ip_addresses": [ + "195.201.128.221" + ], + "resolvable": true, + "resolved_hostname": "gruene-friesland.de" + }, + "www.gruene-friesland.de": { + "aliases": [], + "ip_addresses": [ + "195.201.128.221" + ], + "resolvable": true, + "resolved_hostname": "www.gruene-friesland.de" + } + }, + "icons": [ + "https://www.gruene-friesland.de/wp-content/themes/urwahl3000/favicon.png" + ], + "ipv4_addresses": [ + "195.201.128.221" + ], + "resolvable_urls": [ + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "http://gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "http://www.gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": "https://www.gruene-friesland.de/", + "url": "https://gruene-friesland.de/" + }, + { + "error": null, + "redirects_to": null, + "url": "https://www.gruene-friesland.de/" + } + ], + "responsive": { + "min_width": 370, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, + "urlchecks": [ + { + "content": { + "canonical_link": null, + "encoding": "UTF-8", + "feeds": [ + "https://www.gruene-friesland.de/feed/", + "https://www.gruene-friesland.de/comments/feed/" + ], + "generator": null, + "icon": "https://www.gruene-friesland.de/wp-content/themes/urwahl3000/favicon.png", + "opengraph": [ + "og:description", + "og:image", + "og:type", + "og:site_name", + "og:title", + "og:url" + ], + "title": "Kreisverband Friesland" + }, + "duration": 311, + "error": null, + "responsive": { + "document_width": { + "1024x768": 1113, + "1920x1080": 1920, + "320x480": 370, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, + "status_code": 200, + "url": "https://www.gruene-friesland.de/" + } + ] + }, + "input_url": "https://www.gruene-friesland.de/", + "meta": { + "city": null, + "district": "Friesland", + "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": 2, + "value": true + }, + "HTTP_RESPONSE_DURATION": { + "score": 0.5, + "type": "number", + "value": 311 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true + }, + "SITE_REACHABLE": { + "score": 1, + "value": true + }, + "WWW_OPTIONAL": { + "score": 1, + "value": true + } + }, + "score": 9.5 }, { "details": { @@ -79181,6 +94332,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79193,18 +94350,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 512, + "duration": 102, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79241,7 +94407,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 512 + "value": 102 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79252,7 +94423,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79310,6 +94481,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79322,18 +94499,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 609, + "duration": 680, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79370,7 +94556,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 609 + "value": 680 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79381,7 +94572,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79439,6 +94630,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79451,18 +94648,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 475, + "duration": 981, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79499,7 +94705,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 475 + "value": 981 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79510,7 +94721,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79568,6 +94779,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79580,18 +94797,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 536, + "duration": 822, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79628,7 +94854,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 536 + "value": 822 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79639,7 +94870,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79697,6 +94928,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79709,18 +94946,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 103, + "duration": 469, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79757,7 +95003,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 103 + "value": 469 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79768,7 +95019,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79826,6 +95077,12 @@ "url": "https://www.gruene-gifhorn.de/" } ], + "responsive": { + "min_width": 413, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -79838,18 +95095,27 @@ "generator": null, "icon": "https://www.gruene-gifhorn.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", "og:locale", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "GRÜNE im Landkreis Gifhorn - Kommunalpolitik + EHRLICH + OFFEN + KOMPETENTGRÜNE im Landkreis Gifhorn" }, - "duration": 475, + "duration": 112, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 413, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-gifhorn.de/" } @@ -79886,7 +95152,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 475 + "value": 112 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -79897,7 +95168,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -79952,6 +95223,12 @@ "url": "https://www.gruene-leipzig.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -79963,8 +95240,17 @@ "opengraph": null, "title": "Kreisverband Leipzig: Startseite" }, - "duration": 63, + "duration": 69, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "http://www.gruene-leipzig.de/startseite/" } @@ -80003,7 +95289,12 @@ "HTTP_RESPONSE_DURATION": { "score": 1, "type": "number", - "value": 63 + "value": 69 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80014,7 +95305,7 @@ "value": true } }, - "score": 6.0 + "score": 7.0 }, { "details": { @@ -80073,6 +95364,12 @@ "url": "https://www.gruene-limburg-weilburg.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80086,16 +95383,25 @@ "generator": null, "icon": "https://www.gruene-limburg-weilburg.de/cms/wp-content/themes/urwahl3001/favicon.png", "opengraph": [ - "og:url", "og:description", - "og:title", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Bündnis 90/Die Grünen" }, - "duration": 532, + "duration": 529, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-limburg-weilburg.de/" } @@ -80132,7 +95438,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 532 + "value": 529 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80143,7 +95454,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80201,6 +95512,12 @@ "url": "https://www.gruene-mainz.de/" } ], + "responsive": { + "min_width": 403, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80213,17 +95530,26 @@ "generator": null, "icon": "https://www.gruene-mainz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Mainz" }, - "duration": 279, + "duration": 374, "error": null, + "responsive": { + "document_width": { + "1024x768": 1069, + "1920x1080": 1920, + "320x480": 403, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-mainz.de/" } @@ -80260,7 +95586,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 279 + "value": 374 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80271,7 +95602,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80328,6 +95659,12 @@ "url": "https://www.gruene-niedersachsen.de/" } ], + "responsive": { + "min_width": 439, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -80339,19 +95676,28 @@ "generator": null, "icon": "https://www.gruene-niedersachsen.de/wp-content/uploads/2017/05/cropped-logo-100x100.png", "opengraph": [ - "og:url", - "og:title", - "og:image", - "og:image:secure_url", "og:description", "og:locale", + "og:image:secure_url", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "An morgen denken wir nicht erst seit gestern - Grüne Niedersachsen" }, - "duration": 290, + "duration": 347, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 439, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.gruene-niedersachsen.de/" } @@ -80388,7 +95734,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 290 + "value": 347 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80399,7 +95750,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80457,6 +95808,12 @@ "url": "https://www.gruene-rhein-pfalz.de/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80469,17 +95826,26 @@ "generator": null, "icon": "https://www.gruene-rhein-pfalz.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:image", "og:description", - "og:title", + "og:image", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Grüne Rhein-Pfalz" }, - "duration": 394, + "duration": 569, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://www.gruene-rhein-pfalz.de/" } @@ -80516,7 +95882,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 394 + "value": 569 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80527,7 +95898,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80584,6 +95955,10 @@ "url": "https://www.gruene-sachsen.de/" } ], + "responsive": { + "min_width": 980, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -80595,14 +95970,23 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene-sachsen.de/fileadmin/lv/images/favicon.ico", "opengraph": [ - "og:locale", "og:site_name", + "og:locale", "og:description" ], "title": "BÜNDNIS 90/DIE GRÜNEN Sachsen" }, - "duration": 446, + "duration": 313, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 980, + "768x1024": 980 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene-sachsen.de/startseite/" } @@ -80639,7 +96023,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 446 + "value": 313 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -80708,6 +96097,12 @@ "url": "https://www.gruene-thueringen.de/" } ], + "responsive": { + "min_width": 358, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1.0" + ] + }, "urlchecks": [ { "content": { @@ -80720,18 +96115,27 @@ "generator": null, "icon": "https://gruene-thueringen.de/wp-content/themes/urwahl3000/favicon.png", "opengraph": [ - "og:url", - "og:locale:alternate", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url", + "og:locale:alternate" ], "title": "BÜNDNIS 90/DIE GRÜNEN" }, - "duration": 375, + "duration": 357, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 358, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1.0" + }, "status_code": 200, "url": "https://gruene-thueringen.de/" } @@ -80768,7 +96172,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 375 + "value": 357 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -80779,7 +96188,7 @@ "value": true } }, - "score": 8.5 + "score": 9.5 }, { "details": { @@ -80844,6 +96253,10 @@ "url": "https://www.gruene.de/" } ], + "responsive": { + "min_width": 960, + "viewport_meta_tag": [] + }, "urlchecks": [ { "content": { @@ -80863,17 +96276,26 @@ "generator": "TYPO3 CMS", "icon": "https://www.gruene.de/tmpl/gfx/img/favicon.ico", "opengraph": [ - "og:url", - "og:title", - "og:image", "og:description", "og:locale", - "og:type" + "og:image", + "og:type", + "og:title", + "og:url" ], "title": "Startseite- BÜNDNIS 90/DIE GRÜNEN Bundespartei" }, - "duration": 204, + "duration": 235, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 960, + "768x1024": 960 + }, + "viewport_meta_tag": null + }, "status_code": 200, "url": "https://www.gruene.de/startseite.html" } @@ -80910,7 +96332,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 204 + "value": 235 + }, + "RESPONSIVE": { + "score": 0, + "type": "boolean", + "value": false }, "SITE_REACHABLE": { "score": 1, @@ -80936,7 +96363,7 @@ "mein-wachtberg.de": { "aliases": [], "ip_addresses": [ - "52.212.175.227" + "52.31.35.146" ], "resolvable": true, "resolved_hostname": "mein-wachtberg.de" @@ -80948,8 +96375,8 @@ "web-prod.jimdo-platform.net" ], "ip_addresses": [ - "52.212.175.227", - "52.31.35.146" + "52.31.35.146", + "52.212.175.227" ], "resolvable": true, "resolved_hostname": "web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com" @@ -80990,6 +96417,12 @@ "url": "https://web-prod-3fab4a-1499954829-1392918184.eu-west-1.elb.amazonaws.com/" } ], + "responsive": { + "min_width": 320, + "viewport_meta_tag": [ + "width=device-width, initial-scale=1" + ] + }, "urlchecks": [ { "content": { @@ -81001,17 +96434,26 @@ "generator": null, "icon": "https://u.jimcdn.com/cms/o/s5a69b32a96959e8e/img/favicon.png?t=1397765466", "opengraph": [ - "og:url", - "og:title", "og:description", "og:locale", + "og:type", "og:site_name", - "og:type" + "og:title", + "og:url" ], "title": "Aktuelles - BÜNDNIS 90 / DIE GRÜNEN in Wachtberg" }, - "duration": 322, + "duration": 300, "error": null, + "responsive": { + "document_width": { + "1024x768": 1024, + "1920x1080": 1920, + "320x480": 320, + "768x1024": 768 + }, + "viewport_meta_tag": "width=device-width, initial-scale=1" + }, "status_code": 200, "url": "https://www.mein-wachtberg.de/" } @@ -81048,7 +96490,12 @@ "HTTP_RESPONSE_DURATION": { "score": 0.5, "type": "number", - "value": 322 + "value": 300 + }, + "RESPONSIVE": { + "score": 1, + "type": "boolean", + "value": true }, "SITE_REACHABLE": { "score": 1, @@ -81059,6 +96506,6 @@ "value": true } }, - "score": 8.5 + "score": 9.5 } ] \ No newline at end of file