facepixxel.de

Website review facepixxel.de

 Generated on November 16 2016 20:47 PM

Old data? UPDATE !

The score is 49/100

SEO Content

Title

FACEPIXXEL | Location & Business Suche

Length : 38

Perfect, your title contains between 10 and 70 characters.

Description

Length : 0

Very bad. We haven't found meta description on your page. Use this free online meta tags generator to create description.

Keywords

Very bad. We haven't found meta keywords on your page. Use this free online meta tags generator to create keywords.

Og Meta Properties

This page does not take advantage of Og Properties. This tags allows social crawler's better structurize your page. Use this free og properties generator to create them.

Headings

H1 H2 H3 H4 H5 H6
0 2 8 0 0 0
  • [H2] Bitkom-Studie: 51.000 offene Stellen für IT-Spezialisten
  • [H2] Ein Tag in der großen Stadt
  • [H3] Menu
  • [H3] HomeToys\n\t\t\n\t\t\tHainveilchenweg, 04329 Leipzig\n\t\t\n\t\n\n\n\t\n\t\t\n\t\t\tBest Preis Deals seid 2009 Telefonische & Pers\u00f6nliche Beratung vor Ort. Faire Versandkosten Seri\u00f6s &…\n\t\t\n\t\n\n\n","type":"item","data":{"categories":[23],"price":"0"}},{"lat":"1","lng":"1","title":"Steak House","icon":"http:\/\/www.facepixxel.de\/wp-content\/uploads\/2016\/11\/category_default.png","context":"\n\t\n\t\n\t\tSteak House\n\t\t\n\t\t\t\n\t\t\n\t\n\n\n\t\n\t\t\n\t\t\tLorem ipsum dolor. Fusce accumsan mollis eros. Pellentesque a diam sit amet mi ullamcorper vehicula.…\n\t\t\n\t\n\n\n","type":"item","data":{"categories":[19,33],"price":"0"}},{"lat":"51.343734","lng":"12.3771906","title":"Golden Kugel","icon":"http:\/\/www.facepixxel.de\/wp-content\/uploads\/2016\/11\/anchor.png","context":"\n\t\n\t\n\t\tGolden Kugel\n\t\t\n\t\t\tRichard-Wagner-Stra\u00dfe 10, 04109 Leipzig\n\t\t\n\t\n\n\n\t\n\t\t\n\t\t\tGoldene Kugel in Leipzig in der Bewertung Vertrauen Sie der Beurteilung anderer lieferando-Nutzer! \u00dcber 73…\n\t\t\n\t\n\n\n","type":"item","data":{"categories":[19,21,59,324],"price":"3"}},{"lat":"48.85765530383802","lng":"2.2978225847380145","title":"Mirage Restaurant","icon":"http:\/\/www.facepixxel.de\/wp-content\/uploads\/2016\/11\/category_default.png","context":"\n\t\n\t\n\t\tMirage Restaurant\n\t\t\n\t\t\t14 Avenue Elis\u00e9e Reclus, 75007 Paris\n\t\t\n\t\n\n\n\t\n\t\t\n\t\t\tSuspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit amet mi ullamcorper vehicula. Integer…\n\t\t\n\t\n\n\n","type":"item","data":{"categories":[19,25],"price":"4"}}], {"styles":[{"stylers":[{"hue":""},{"saturation":"-20"},{"lightness":"5"}]},{"featureType":"landscape","stylers":[{"visibility":"on"},{"hue":""},{"saturation":""},{"lightness":""}]},{"featureType":"administrative","stylers":[{"visibility":"on"},{"hue":""},{"saturation":""},{"lightness":""}]},{"featureType":"road","stylers":[{"visibility":"on"},{"hue":""},{"saturation":""},{"lightness":""}]},{"featureType":"water","stylers":[{"visibility":"on"},{"hue":""},{"saturation":""},{"lightness":""}]},{"featureType":"poi","stylers":[{"visibility":"on"},{"hue":""},{"saturation":""},{"lightness":""}]}],"zoom":12}, {"name":"headerMap","enableAutoFit":true,"enableClustering":false,"typeId":"ROADMAP","clusterRadius":100,"enableGeolocation":false,"radius":100,"streetview":false,"address":{"address":"","latitude":"1","longitude":"1","streetview":"0","swheading":"90","swpitch":"5","swzoom":"1"},"swheading":"","swpitch":"","swzoom":"","externalInfoWindow":false,"i18n":{"error_geolocation_failed":"This page has been blocked from tracking your location","error_geolocation_unsupported":"Your browser doesn't support geolocation"}} )); }); })(jQuery, jQuery(window), jQuery(document), this); (function($, $window, $document, globals){ "use strict"; $window.load(function(){ addHeaderMapControls(); if(isResponsive(768)) { calcFixedHeight(); } if (Modernizr.touchevents || Modernizr.pointerevents) { // disable the panorama on mobile if(globals.globalMaps.headerMap.panorama != null){ // superhack waiting for content var headerMapPanoEvent = setInterval(function(){ // we need second div because the first is the google map itself // if(jQuery("#elm-header-map-3 .google-map-container").children('div').length > 1){ // old condition // this is better condition to check for button on streetview if(jQuery("#elm-header-map-3 .draggable-toggle-button").length > 1){ jQuery("#elm-header-map-3 .google-map-container div:last-child").find('.draggable-toggle-button').parent().parent().find('div:first').css({'pointer-events': 'none'}); clearInterval(headerMapPanoEvent); } }, 100); } } function addHeaderMapControls() { var map = globals.globalMaps.headerMap.map; var panorama = globals.globalMaps.headerMap.panorama; if (Modernizr.touchevents || Modernizr.pointerevents) { var disableControlDiv = document.createElement('div'); var disableControl = new DisableHeaderControl(disableControlDiv, map); map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(disableControlDiv); if(panorama != null){ var disableStreetViewDiv = document.createElement('div'); var disableStreetViewControl = new DisableHeaderStreetViewControl(disableStreetViewDiv); panorama.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(disableStreetViewDiv); } } } function isAdvancedSearch() { var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === "a") { return true; } } return false; } /** * The DisableControl adds a control to the map. * This constructor takes the control DIV as an argument. * @constructor */ function DisableHeaderControl(controlDiv, map) { var containerID = jQuery("#elm-header-map-3 .google-map-container").attr('id'); var disableButton = document.createElement('div'); disableButton.className = "draggable-toggle-button"; jQuery(disableButton).html(''); controlDiv.appendChild(disableButton); jQuery(this).removeClass('active').html(''); map.setOptions({ draggable : false }); google.maps.event.addDomListener(disableButton, 'click', function(e) { if(jQuery(this).hasClass('active')){ jQuery(this).removeClass('active').html(''); map.setOptions({ draggable : false }); } else { jQuery(this).addClass('active').html(''); map.setOptions({ draggable : true }); } }); } function DisableHeaderStreetViewControl(controlDiv){ var containerID = jQuery("#elm-header-map-3 .google-map-container").attr('id'); var disableButton = document.createElement('div'); disableButton.className = "draggable-toggle-button"; jQuery(disableButton).html(''); controlDiv.appendChild(disableButton); jQuery(this).removeClass('active').html(''); google.maps.event.addDomListener(disableButton, 'click', function(e) { if(jQuery(this).hasClass('active')){ jQuery(this).removeClass('active').html(''); if(globals.globalMaps.headerMap.panorama != null){ // pano hack jQuery(this).parent().parent().find('div:first').css({'pointer-events': 'none'}); } } else { jQuery(this).addClass('active').html(''); if(globals.globalMaps.headerMap.panorama != null){ // pano hack jQuery(this).parent().parent().find('div:first').css({'pointer-events': ''}); } } }); } /* Recalc fixed height - prevents resizing on viewport height change */ function calcFixedHeight() { var map = jQuery('.elm-header-map .google-map-container'); if (map.hasClass('auto')) { map.height(jQuery(window).height() - jQuery('.site-header').height() - jQuery('#wpadminbar').height()); } } }); })(jQuery, jQuery(window), jQuery(document), this); Toggle Search Bar´sOnlineshop´sRestaurantSushi & Co  Sushi BourgogneCentreIle-de-FranceImbisLimousinPays de-la-LoireRestaurantRhône-Alpes Radius: Off Radius: km Set radius for geolocation Search //jQuery(window).load(function(){ jQuery(document).ready(function(){ if(!isResponsive(1024)){ jQuery("#elm-search-form-4-main").waypoint(function(){ jQuery("#elm-search-form-4-main").addClass("load-finished"); }, { triggerOnce: true, offset: "95%" }); } else { jQuery("#elm-search-form-4-main").addClass('load-finished'); } /**/ var select2Settings = { dropdownParent: jQuery('#elm-search-form-4'), }; jQuery('#elm-search-form-4').find('select').select2(select2Settings).on("select2:close", function() { // fired to the original element when the dropdown closes jQuery('.select2-drop').removeClass('select2-drop-active'); // replace all   var regPattern = " "; jQuery('#elm-search-form-4 .category-search-wrap .select2-selection__rendered').html(jQuery('#elm-search-form-4 .category-search-wrap .select2-selection__rendered').html().replace(new RegExp(regPattern, "g"), '')); jQuery('#elm-search-form-4 .location-search-wrap .select2-selection__rendered').html(jQuery('#elm-search-form-4 .location-search-wrap .select2-selection__rendered').html().replace(new RegExp(regPattern, "g"), '')); }); jQuery('#elm-search-form-4').find('select').select2(select2Settings).on("select2-loaded", function() { jQuery('#elm-search-form-4').find('.select2-container').removeAttr('style'); }); if(isMobile()){ jQuery('#elm-search-form-4 .category-search-wrap').find('select').select2(select2Settings).on("select2:select", function(event) { jQuery('#elm-search-form-4').find('.category-clear').addClass('clear-visible'); }); jQuery('#elm-search-form-4 .location-search-wrap').find('select').select2(select2Settings).on("select2:select", function(event) { jQuery('#elm-search-form-4').find('.location-clear').addClass('clear-visible'); }); } else { jQuery('#elm-search-form-4').find('.category-search-wrap').hover(function(){ if(jQuery(this).find('select').val().length != 0){ jQuery(this).find('.category-clear').addClass('clear-visible'); } },function(){ if(jQuery(this).find('select').val() != ""){ jQuery(this).find('.category-clear').removeClass('clear-visible'); } }); jQuery('#elm-search-form-4').find('.location-search-wrap').hover(function(){ if(jQuery(this).find('select').val().length != 0){ jQuery(this).find('.location-clear').addClass('clear-visible'); } },function(){ if(jQuery(this).find('select').val() != ""){ jQuery(this).find('.location-clear').removeClass('clear-visible'); } }); jQuery('#elm-search-form-4').find('.price-search-wrap').hover(function(){ if(jQuery(this).find('input').val().length != 0){ jQuery(this).find('.price-clear').addClass('clear-visible'); } },function(){ if(jQuery(this).find('input').val() != ""){ jQuery(this).find('.price-clear').removeClass('clear-visible'); } }); } jQuery('#elm-search-form-4').find('.category-clear').click(function(e){ jQuery('#elm-search-form-4').find('.category-search-wrap select').select2("val", ""); jQuery(this).removeClass('clear-visible'); }); jQuery('#elm-search-form-4').find('.location-clear').click(function(e){ jQuery('#elm-search-form-4').find('.location-search-wrap select').select2("val", ""); jQuery(this).removeClass('clear-visible'); }); jQuery('#elm-search-form-4').find('.price-clear').click(function(e){ e.stopPropagation(); jQuery('#elm-search-form-4').find('.price-search-wrap .price-rating').raty("cancel", false); jQuery('#elm-search-form-4 .price-search-wrap').find('input').each(function(){ jQuery(this).attr('disabled', 'disabled'); }); jQuery(this).removeClass('clear-visible'); }); /* RADIUS SCRIPT */ var $headerMap = jQuery("#elm-header-map-3-container"); var $radiusContainer = jQuery('#elm-search-form-4 .radius'); var $radiusToggle = $radiusContainer.find('.radius-toggle'); var $radiusDisplay = $radiusContainer.find('.radius-display'); var $radiusPopup = $radiusContainer.find('.radius-popup-container'); $radiusToggle.click(function(){ jQuery(this).removeClass('radius-input-visible').addClass('radius-input-hidden'); $radiusContainer.find('input').each(function(){ jQuery(this).removeAttr('disabled'); }); $radiusDisplay.removeClass('radius-input-hidden').addClass('radius-input-visible'); $radiusDisplay.trigger('click'); $radiusDisplay.find('.radius-value').html($radiusPopup.find('input').val()); $radiusPopup.find('.radius-value').html($radiusPopup.find('input').val()); }); $radiusDisplay.click(function(){ $radiusPopup.removeClass('radius-input-hidden').addClass('radius-input-visible'); if($headerMap.length != 0){ $headerMap.gmap3({ getgeoloc: { callback: function(latLng){ if(latLng){ jQuery("#latitude-search").attr('value', latLng.lat()); jQuery("#longitude-search").attr('value', latLng.lng()); jQuery(".elm-header-map ").removeClass('deactivated'); } } } }); } else { navigator.geolocation.getCurrentPosition(function(position){ jQuery("#latitude-search").attr('value', position.coords.latitude); jQuery("#longitude-search").attr('value', position.coords.longitude); jQuery(".elm-header-map ").removeClass('deactivated'); }, function(){ // error callback }); } }); $radiusPopup.find('.radius-clear').click(function(e){ e.stopPropagation(); $radiusDisplay.removeClass('radius-input-visible').addClass('radius-input-hidden'); $radiusContainer.find('input').each(function(){ jQuery(this).attr('disabled', true); }); $radiusPopup.find('.radius-popup-close').trigger('click'); $radiusToggle.removeClass('radius-input-hidden').addClass('radius-input-visible'); }); $radiusPopup.find('.radius-popup-close').click(function(e){ e.stopPropagation(); $radiusPopup.removeClass('radius-input-visible').addClass('radius-input-hidden'); }); $radiusPopup.find('input').change(function(){ $radiusDisplay.find('.radius-value').html(jQuery(this).val()); $radiusPopup.find('.radius-value').html(jQuery(this).val()); }); /* RADIUS SCRIPT */ /* PRICE SCRIPT */ initPriceRatings(); var $priceContainer = jQuery('#elm-search-form-4 .price-search-wrap'); var $priceToggle = $priceContainer.find('.price-toggle'); var $priceDisplay = $priceContainer.find('.price-display'); var $pricePopup = $priceContainer.find('.price-popup-container'); $priceContainer.click(function(){ $priceToggle.removeClass('price-input-visible').addClass('price-input-hidden'); $priceContainer.find('input').each(function(){ jQuery(this).removeAttr('disabled'); }); $priceDisplay.removeClass('price-input-hidden').addClass('price-input-visible'); $pricePopup.removeClass('price-input-hidden').addClass('price-input-visible'); $priceDisplay.find('.price-value').html($pricePopup.find('input').val()); $pricePopup.find('.price-value').html($pricePopup.find('input').val()); }); $pricePopup.find('.price-clear').click(function(e){ e.stopPropagation(); $priceDisplay.removeClass('price-input-visible').addClass('price-input-hidden'); $priceContainer.find('input').each(function(){ jQuery(this).attr('disabled', true); }); $pricePopup.find('.price-popup-close').trigger('click'); $priceToggle.removeClass('price-input-hidden').addClass('price-input-visible'); }); $pricePopup.find('.price-popup-close').click(function(e){ e.stopPropagation(); $pricePopup.removeClass('price-input-visible').addClass('price-input-hidden'); }); // raty.js remove all disabled attrs on initialisation // so we have to add those attributes again $priceContainer.find('input').each(function(){ jQuery(this).attr('disabled', true); }); function initPriceRatings(){ jQuery('.price-search-wrap .price-rating').raty({ font : true, hints : false, readOnly : false, halfShow : false, starOff : 'fa-usd off', starOn : 'fa-usd', score : function(){ return (jQuery(this).attr('data-rating')); }, scoreName: 'price', }); } /* PRICE SCRIPT */ /* AUTO GROW SEARCH INPUT */ }); jQuery(document).on('toggle-search', function(){ if(isResponsive(640)) { if(jQuery('#toggle-search').hasClass('active')) { jQuery('.page-title').addClass('search-visible'); } else { jQuery('.page-title').removeClass('search-visible'); } } }); jQuery(document).on('toggle-map', function(){ if(isResponsive(640)) { jQuery('.page-title').removeClass('search-visible'); } }); 14. November 2016 0 Fairness-Label HomeToys
  • [H3] HomeToys
  • [H3] Golden Kugel
  • [H3] HomeToys
  • [H3] Golden Kugel
  • [H3] Sicherheit mit facepixxel
  • [H3] In Verbindung bleiben

Images

We found 20 images on this web page.

4 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.

Text/HTML Ratio

Ratio : 3%

This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.

Flash

Perfect, no Flash content has been detected on this page.

Iframe

Great, there are no Iframes detected on this page.

URL Rewrite

Bad. Your links have query string.

Underscores in the URLs

We have detected underscores in your URLs. You should rather use hyphens to optimize your SEO.

In-page links

We found a total of 15 links including 0 link(s) to files

Anchor Type Juice
Willkommen Internal Passing Juice
Fairness Label Internal Passing Juice
Login or Register Internal Passing Juice
Lost Password? Internal Passing Juice
Submit Internal Passing Juice
Beste Anbieter Internal Passing Juice
Erotik Internal Passing Juice
Fairness Label Internal Passing Juice
Handel Internal Passing Juice
- Internal Passing Juice
- Internal Passing Juice
Onlineshop´s Internal Passing Juice
Restaurant Internal Passing Juice
Sushi Internal Passing Juice
AIT-THEMES External Passing Juice

SEO Keywords

Keywords Cloud

von fairness login den mit facepixxel stellen für -spezialisten label

Keywords Consistency

Keyword Content Title Keywords Description Headings
mit 4
stellen 4
für 3
facepixxel 3
den 2

Usability

Url

Domain : facepixxel.de

Length : 13

Favicon

Great, your website has a favicon.

Printability

We could not find a Print-Friendly CSS.

Language

Good. Your declared language is de.

Dublin Core

This page does not take advantage of Dublin Core.

Document

Doctype

HTML 5

Encoding

Perfect. Your declared charset is UTF-8.

W3C Validity

Errors : 0

Warnings : 6

Email Privacy

Great no email address has been found in plain text!

Deprecated HTML

Great! We haven't found deprecated HTML tags in your HTML.

Speed Tips

Excellent, your website doesn't use nested tables.
Too bad, your website is using inline styles.
Too bad, your website has too many CSS files (more than 4).
Too bad, your website has too many JS files (more than 6).
Too bad, your website does not take advantage of gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimization

XML Sitemap

Missing

Your website does not have an XML sitemap - this can be problematic.

A sitemap lists URLs that are available for crawling and can include additional information like your site's latest updates, frequency of changes and importance of the URLs. This allows search engines to crawl the site more intelligently.

Robots.txt

http://facepixxel.de/robots.txt

Great, your website has a robots.txt file.

Analytics

Great, your website has an analytics tool.

   Google Analytics

PageSpeed Insights


Device
Categories

Website Review

Website Review is a free SEO tool which provides you content analysis of the website.