Trainerswall.com

Website beoordeling Trainerswall.com

 Gegenereerd op September 01 2013 14:12 PM

Oude statistieken? UPDATE !

De score is 57/100

SEO Content

Title

Trainers Wall |

Lengte : 15

Perfect, uw title tag bevat tussen de 10 en 70 karakters.

Description

Lengte : 0

Erg slecht.we hebben geen meta description gevonden in uw website. Gebruik deze gratis online meta tags generator om een beschrijving te genereren.

Keywords

Erg slecht. We hebben geen meta keywords gevonden in uw website. Gebruik deze gratis online meta tags generator om keywords te genereren.

Og Meta Properties

Goed, uw page maakt gebruik van Og Properties.

Property Content
locale en_US
type website
title Trainers Wall -
url http://www.trainerswall.com/
site_name Trainers Wall

Headings

H1 H2 H3 H4 H5 H6
0 0 4 0 0 0
  • [H3] Login\n\t \tLogout\n\t \tLost Password\n\t \tReset Password\n\t\t\tRegistration Form\n\t\t\tUnder maintenance\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnder maintenance\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUsername\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tPassword\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t Remember Me\n\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tx\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUsername or E-mail:\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tNew password\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tConfirm new password\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\tStrength indicator\n\t\t\t\t\tHint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ & ).\n\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\tUser registration is currently not allowed.\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\n\t\t\tLost your password?\nLog in\nLost your password?\nTerms of Service\nSign Up\n\n\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\n\t\n\n"; $(login_form) .hide() .appendTo('body') ; var options = { show:false }; $('#rh-modal-login').modal(options); $('#rh-modal-login').on('hide',function(){ $('.action-section').hide(); }); $('#rh-modal-login').on('hidden',function(){ $('.action-login' ).show(); }); $('#rh-modal-login').on('shown',function(){ if( $('#login-user_login').is(':visible') ){ $('#login-user_login').trigger('focus'); }else if( $('#register-user_login').is(':visible') ){ $('#register-user_login').trigger('focus'); } else if( $('#lost_password_user_login').is(':visible') ){ $('#lost_password_user_login').trigger('focus'); } }); $('#rh-modal-login').on('show',function(){ $('#rh-modal-login').find('.alert').remove(); $('#login-user_login,#user_pass').val(''); $('.action-section').hide(); $('.action-login' ).show(); var rel = $('#rh-modal-login').data('rhl'); if(rel){ var uri = parseUri( rel ); if(uri && uri.queryKey){ if(uri.queryKey.redirect_to ){ $('#rh-modal-login').find('input[name=redirect_to]').val( unescape(uri.queryKey.redirect_to) ); } if(uri.queryKey.action){ $('.action-section').hide(); $('.action-' + uri.queryKey.action ).show(); if('logout'==uri.queryKey.action && 'undefined'==typeof(uri.queryKey.showonly) ){ var args = { 'rhl_action':'logout', 'action':'logout', '_wpnonce':uri.queryKey._wpnonce||'', 'redirect_to': uri.queryKey.redirect_to?unescape(uri.queryKey.redirect_to):ajax_url }; $.post(ajax_url,args,function(data){ if(data.R=='OK'){ window.location = data.redirect_to; } },'json'); } } } } }); //login action $('#rhl_dologin').on('click',function(e){ var btn = this; var jbtn = $(this); $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); jbtn.button('loading'); var args = { 'rhl_action':'login', 'data':$('#loginform').serialize() }; $.post(ajax_url,args,function(data){ jbtn.button('reset'); if(data.R=='OK'){ $('#rh-modal-login').modal('hide'); if(data.redirect_to && data.redirect_to!=''){ window.location = data.redirect_to; }else{ location.reload(); } }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); replace_wp_login(); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } $('.rhl-spinner').hide(); },'json'); }); //lost password action $('#rhl_lostpassword').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'lostpassword', 'data':$('#lostpasswordform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); replace_wp_login(); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } $('.rhl-spinner').hide(); },'json'); }); //rp action $('#rhl_rp').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'rp', 'data':$('#resetpassform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); $('#resetpassform,#rhl_rp').hide(); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } replace_wp_login(); $('.rhl-spinner').hide(); },'json'); }); //register action $('#rhl_register').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'register', 'data':$('#registerform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } replace_wp_login(); $('.rhl-spinner').hide(); },'json'); }); //-- replace all links that contain wp-login.php replace_wp_login(); //-- lost password click //-- when used in frontend append the container for the image background try { var bg_html = "\n"; var bg = $(bg_html); $('BODY').prepend(bg.hide()); $('#rh-modal-login').on('show',function(e){ $('BODY').addClass('rhl-modal-opened'); bg.fadeIn(); }); $('#rh-modal-login').on('hide',function(e){ $('BODY').removeClass('rhl-modal-opened'); bg.fadeOut(); }); }catch(e){} /* handle keypress enter */ $(document).keypress(function(e) { if (e.which == "13") { var section = $(':focus').parents('.action-section'); if( section.length>0 ){ if( section.find('.input:last').is(':focus') ){ if( section.hasClass('action-login') ){ $('#rhl_dologin').trigger('click'); return false; }else if( section.hasClass('action-lostpassword') ){ $('#rhl_lostpassword').trigger('click'); return false; }else if( section.hasClass('action-rp') ){ $('#rhl_rp').trigger('click'); return false; }else if( section.hasClass('action-register') ){ $('#rhl_register').trigger('click'); return false; } } } } }); }); .rtmedia-activity-container .rtmedia-list .rtmedia-item-thumbnail,.bp_media_content img{ max-width: 320px; max-height: 240px; } .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail { width: 150px; height: 150px; line-height: 150px; } .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img { max-width: 150px; max-height: 150px; } .rtmedia-container .rtmedia-list .rtmedia-list-item { width: 170px; height: 170px; } a { color: #e16556; } body { color: #878787; } #featured { background-color: #ff993f; } #featured { -webkit-box-shadow: inset 0 0 250px #bd3905; -moz-box-shadow: inset 0 0 250px #bd3905; box-shadow: inset 0 0 250px #bd3905; } #top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, .mobile_nav, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .et-product:hover .et-price-button, .et-products li:hover .et-price-button, #callout { background-color: #ff993f; } @media only screen and (max-width: 767px){ #callout > strong { background-color: #ff993f; } } #top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .mobile_nav, #callout { -moz-box-shadow: inset 0 0 30px #d9531f; -webkit-box-shadow: inset 0 0 30px #d9531f; box-shadow: inset 0 0 30px #d9531f; } #progress-time { background-color: #ff993f; } #home-tab-area > ul, .widget h4.widgettitle { border-bottom: 5px solid #ff993f; } var front_ajaxurl = 'http://www.trainerswall.com/wp-admin/admin-ajax.php'; var wpv_calendar_image = 'http://www.trainerswall.com/wp-content/plugins/wp-views/embedded/res/img/calendar.gif'; var wpv_calendar_text = 'Select date'; var j = jQuery; j(document).ready(function(){ j.cookie('buatp_current_page_id',105, { path: '/'}); }); jQuery( document ).ready( function() { jQuery( 'a.confirm').click( function() { if ( confirm( 'Are you sure?' ) ) return true; else return false; }); }); /* Image Text Padding */ #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description{ padding-left: 23px; } /* Custom Tweaks - UberMenu Style Configuration Settings */ /* Menu Bar */ #megaMenu { border-bottom: none; } /* Top Level Items */ #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle { font-size: 14px; color: #f993f; margin-right: 4px; padding: 12px 15px; background-color: #f7f7f7; border: 1px solid #ff993f; border-bottom: none; -moz-border-top-left-radius: 4px 4px; -moz-border-top-right-radius: 4px 4px; -webkit-border-top-left-radius: 4px 4px; -webkit-border-top-right-radius: 4px 4px; border-top-left-radius: 4px 4px; border-top-right-radius: 4px 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Horizontal Menu Items */ #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator { border-left: 1px solid #ff993f; } /* Vertical Menu Items */ #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > span.um-anchoremulator { border-top: 1px solid transparent; } /* Menu Items with Dropdowns */ #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub > a, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega > a, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator { padding-right: 20px; } /* Top Level Menu Item Titles */ #megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title { text-transform: none; text-shadow: none; } /* Top Level Items - Hover */ #megaMenu ul.megaMenu > li.menu-item:hover > a, #megaMenu ul.megaMenu > li.menu-item > a:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > a, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator { border-bottom-color: transparent !important; background:#dadada; background-color: #dadada; } /* Top Level Items Title - Hover */ #megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title { text-shadow: none; } /* Top Level Items - Current Item */ #megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a { background-color: #ff8a1d; -moz-box-shadow: inset 0 0 30px #d9531f; -webkit-box-shadow: inset 0 0 30px #d9531f; box-shadow: inset 0 0 30px #d9531f; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } /* Sub Menu Container Style */ #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu { border-color: #ff993f; color: #ff993f; text-shadow: 0px 1px 1px #000000; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background:#fff; background-color: rgba(255,255,255, 0.9); } #megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a { color: #ff993f; } /* Horizontal Sub Menus */ #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu { border-top: none; } /* Sub Menu Columns */ #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item { width: 200px; } /* Sub Menu Headers */#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, #megaMenu .wpmega-widgetarea h2.widgettitle { color: #ff993f; font-size: 12px; font-weight: bold; text-shadow: 0px 1px 1px #000000; padding-bottom: .4em; border-bottom: 1px solid #ff993f; margin-bottom: 0.6em; } /* Sub Menu Links & Fake Links */ #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, #megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator { color: #ff993f; font-size: 12px; text-shadow: 0px 1px 1px #000000; background-color: transparent; } /* Sub Menu Link Hover */ #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a { color: #ff993f; background-color: transparent; } /* Top Level Search Bar */ #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform { padding-top: 2px; } #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"]{ background:#f0f0f0; color:#777; } /* Highlight color */ #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator { color: #ff993f !important; } /* Image Spacing */ #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description { padding-left: 25px; } .ss-nav-menu-with-img { min-height: 16px; } /* Item Description */ #megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description { font-size: 9px; color: #bbbbbb; text-transform: uppercase; } /* Arrow Colors */ #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-top-color: #ff993f; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after { border-left-color: #ff993f; } /* HR */ #megaMenu .wpmega-divider { border-top: 1px solid #ff993f; border-bottom: 1px solid rgba(255, 153, 63, 0.05); } /* Vertical */ #megaMenu.megaMenuVertical > ul > li.menu-item > a, #megaMenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator { background-color: transparent; } #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-left-color: #ff993f; } #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu { border-left: #ff993f; } /* IE7 Hacks */ #megaMenu.megaMenuHorizontal ul.megaMenu { *border-bottom: none; } #megaMenu.megaMenuVertical ul.megaMenu { *border-right: none; } #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 { border-radius:0; left:0px; } #megaMenu .megaMenuToggle-icon, .megaMenuToggle-icon:before, .megaMenuToggle-icon:after{ background: #222; background: rgba( 0, 0, 0, .4 ); } /* Media Queries */ @media (max-width: 1199px) { #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle { font-size: 12px; } } /*Round Avatar*/ #members-dir-list img.avatar { -webkit-border-radius: 25%; -moz-border-radius: 25%; -ms-border-radius: 25%; -o-border-radius: 25%; border-radius: 25%; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; } /*Members List Columns*/ .buatp_loop_column { font-size: 14px; } span.fname{ font-size: 14px; } span.fval { font-size: 14px; } #buatp_members.list_view ul.item-list li .avatar { height: 65px; width: 65px; } /*Copyright*/ a { text-decoration: none; color: #ed6f1d; padding-bottom: 10px; } #copyright { padding: 50px 0; text-align: right; color: #ed6f1d; text-shadow: 1px 1px 0 #fff; font-size: 14px; } #copyright a { color:#ed6f1d; font-weight: 800; } /*Profile Search*/ .tbl {border: none; border: 0 solid white; vertical-align: top; } .bord { text-align: center; border: none; width: 200px; vertical-align: top; } .bord2 { border: none; vertical-align: top; } h3 { padding-bottom: 10px; } .label { padding-left: 20px; padding-right: 15px; } .field_intervention-areas { color: #000; } .field_help-you-with { color: #000; } .field_level-of-training { color: #000; } .field_languages { color: #000; } .field_country { color: #000; } .field_company { color: #000; } .field_user-type { color: #000; } .submit { text-align: center; line-height:400% } @media only screen and (max-width: 1025px) { .bord { width: 20%; } span.fname, span.fval { display: inline-block; } /*Logs*/ .border-event { background-color: rgba(0,0,0,1); /* Has to be 1 alpha or it won't draw */ box-shadow: 5px 5px 2px #FF9134;; border: 0px; } /*Hide Profile Tabs*/ #user-blogs { display: none; } #user-logs { display: none; } #em-button {text-align: right;} #buatp_members.grid_view ul.item-list li { height: 150px; width: 150px } #buatp_members.grid_view ul.item-list li .avatar { height: 150px; width: 150px } #buatp_members.grid_view ul.item-list li { margin-right: 15px; margin-tor: 15px } #buatp_members.grid_view ul.item-list li { border-width: 1px; } #buatp_members.grid_view ul.item-list li { border-color: #dddddd; } #buatp_members.grid_view ul.item-list li span.activity { display: none; } #buatp_members.list_view ul.item-list li .item-title { display: none; } #buatp_members.list_view ul.item-list li span.activity { display: none; } #buatp_members.list_view ul.item-list li .friendship-button { display: none; } /* START modal login custom css */ #rh-modal-login { width:560px; } #rh-modal-login { color:#878787; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-header { border-top-left-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-header { border-top-right-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-footer { border-bottom-left-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-footer { border-bottom-right-radius:6px; } #rh-modal-login { background-color:#ffffff; } #rh-modal-login { background-repeat:repeat; } #rh-modal-login { background-attachment:scroll; } #rh-modal-login { background-position:left top; } #rh-modal-login .rhl-modal-bg2 { background-color:transparent; } #rh-modal-login .rhl-modal-bg2 { background-repeat:repeat; } #rh-modal-login .rhl-modal-bg2 { background-attachment:scroll; } #rh-modal-login .rhl-modal-bg2 { background-position:left top; } .modal.rhlogin .modal-header { border-bottom-color:#eeeeee; } .modal.rhlogin .modal-header { color:#ff8f34; } .modal.rhlogin .modal-header h3 { margin-top:0px; } #rh-modal-login .modal-header { height:32px; } #rh-modal-login .modal-header { background-color:transparent; } #rh-modal-login .modal-header { background-repeat:repeat; } #rh-modal-login .modal-header { background-attachment:scroll; } #rh-modal-login .modal-header { background-position:left top; } .modal.rhlogin .modal-footer { -webkit-box-shadow:inset 0 1px 0 rgb(255, 255, 255); -moz-box-shadow:inset 0 1px 0 rgb(255, 255, 255); box-shadow:inset 0 1px 0 rgb(255, 255, 255); background-color:#f5f5f5; } .modal.rhlogin .modal-footer { border-top-color:#dddddd; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { height:18px; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { font-size:13px; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { color:#555555; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { background-color:#ffffff; } .modal.rhlogin .btn-default { background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e6e6e6)); background-image:-webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:-ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:-o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); background-image:-moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6); } .modal.rhlogin .btn,.modal.rhlogin .btn:hover,.modal.rhlogin .btn:active,.modal.rhlogin .btn.active,.modal.rhlogin .btn.disabled,.modal.rhlogin .btn[disabled] { background-color:rgb(230, 230, 230); *background-color:rgb(230, 230, 230); } .modal.rhlogin input.btn[disabled] { border-color:rgb(227, 227, 227); } .modal.rhlogin .btn-default { line-height:18px; } .modal.rhlogin .btn-default { font-style:normal; } .modal.rhlogin .btn-default { font-weight:300; } .modal.rhlogin .btn-default { font-size:13px; } .modal.rhlogin .btn-default { color:#333333; } .modal.rhlogin .btn-default { text-shadow:0px 1px 1px #ffffff; } .modal.rhlogin .btn-primary { background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(252, 167, 98, 0.71)), color-stop(1, #ff8f34)); background-image:-webkit-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-ms-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-o-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:linear-gradient(to bottom, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-moz-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b5fca762, endColorstr=#ff8f34); } .modal.rhlogin .btn-primary,.modal.rhlogin .btn-primary:hover,.modal.rhlogin .btn-primary:active,.modal.rhlogin .btn-primary.active,.modal.rhlogin .btn-primary.disabled,.modal.rhlogin .btn-primary[disabled] { background-color:rgb(255, 143, 51); *background-color:rgb(255, 143, 51); } .modal.rhlogin input.btn-primary[disabled] { border-color:rgb(255, 140, 47); } .modal.rhlogin .btn-primary { line-height:16px; } .modal.rhlogin .btn-primary { font-style:normal; } .modal.rhlogin .btn-primary { font-weight:400; } .modal.rhlogin .btn-primary { font-size:13px; } .modal.rhlogin .btn-primary { color:#ffffff; } .modal.rhlogin .btn-primary { text-shadow:0px -1px 0px #000000; } .rhlogin div.action-section.action-logout { background-image:url(http://www.trainerswall.com/wp-content/plugins/modal-login/css/images/spinner_32x32.gif); } .rhlogin div.action-section.action-logout { background-position:center center; } .rhlogin div.action-section.action-logout { background-size:auto auto; } .modal-backdrop { background-color:#000000; } .modal-backdrop { z-index:101040; } .rhl-bg-container { background-color:transparent; } .rhl-bg-container { background-repeat:repeat; } .rhl-bg-container { background-attachment:scroll; } .rhl-bg-container { background-position:left top; } .rhl-bg-container { background-size:auto auto; } /* valid css only */ /* END modal login custom css */ Menu  About Us ServicesHow it WorksThe TeamPartnersTerms of ServiceFaqContact Community MembersTrainers Directory Companies Directory Training Calendar Shop Checkout CartCheckout → Pay NewsLog inSign Up Navigation Menu The One-Stop Website For Professional Training
  • [H3] Affordable Pricing
  • [H3] Great Customer Support
  • [H3] Quality Members

Afbeeldingen

We vonden 20 afbeeldingen in de pagina.

1 alt attributen ontbreken. Voeg alternatieve text toe zodat zoekmachines beter kunnen beoordelen wat het onderwerp van de afbeeldingen is.

Text/HTML Ratio

Ratio : 39%

Ideaal! De ratio van text tot HTML code is tussen de 25 en 70 procent.

Flash

Perfect, geen Flash content gevonden in uw website.

Iframe

Perfect, er zijn geen Iframes in uw website aangetroffen.

Herschreven URL

Perfect. Uw links zien er vriendelijk uit!

Underscores in de URLs

Perfect! Geen underscores gevonden in uw URLs.

In-page links

We vonden een totaal van 9 links inclusie 0 link(s) naar bestanden

Ankertekst Type samenstelling
x Intern doFollow
The One-Stop Website For Professional Training Extern doFollow
More results... Intern doFollow
Affordable Pricing Extern doFollow
Great Customer Support Extern doFollow
Quality Members Extern doFollow
About Us Extern doFollow
Partners Extern doFollow
Lauroscope. ©2013 All Rights Reserved Extern doFollow

SEO Keywords

Keywords Cloud

ul.megamenu .modal.rhlogin 1px solid li.menu-item.ss-nav-menu-mega #ff993f; color: li.menu-item #megamenu none;

Keywords Consistentie

Keyword Content Title Keywords Description Headings
#megamenu 69
ul.megamenu 48
1px 33
none; 31
li.menu-item 29

Bruikbaarheid

Url

Domein : Trainerswall.com

Lengte : 16

Favicon

Goed, uw website heeft een favicon.

Printbaarheid

Geweldig. We vonden Print-Vriendelijke CSS.

Taal

Goed. Uw ingestelde taal is en.

Dublin Core

Deze pagina maakt geen gebruik van Dublin Core.

Document

Doctype

HTML 5

Encoding

Perfect. Uw ingestelde Charset is UTF-8.

W3C Validiteit

Fouten : 1

Waarschuwingen : 2

E-mail Privacy

Geweldig er is geen e-mail adres gevonden als platte tekst!

Niet ondersteunde HTML

Geweldig! We hebben geen niet meer ondersteunde HTMl tags gevonden in uw HTML.

Speed Tips

Geweldig, uw website heeft geen tabellen in een tabel.
Jammer, uw website maakt gebruik van inline styles.
Jammer, uw website heeft teveel CSS bestanden (meer dan 4).
Jammer, uw website heeft teveel JS bestanden (meer dan 6).
Jammer, uw website haalt geen voordeel uit gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimalisatie

XML Sitemap

Ontbrekend

Uw website heeft geen XML sitemap- dit kan problematisch zijn.

Een sitemap vermeld url's die beschikbaar zijn voor crawlen en kan extra informatie bevatten zoals uw laatste site-updates, frequentie van wijzigingen en het belang van de url's. Dit laat zoekmachines toe om de site intelligenter te doorzoeken.

Robots.txt

Ontbrekend

Uw website heeft geen robots.txt bestand - wat problematisch kan zijn.

Een robots.txt bestand laat u toe om de toegang voor zoekmachinerobots te beperken en voorkomt ook toegang tot specifieke directory's en pagina's Het geeft ook aan waar de XML sitemap te vinden is.

Analytics

Ontbrekend

We hadden niet op te sporen van een analytics tool op deze website geplaatst.

Web Analytics laat u toe de bezoekersactiviteit op uw website te meten. U zou minstens 1 Analytics tool geïnstalleerd moeten hebben en een extra tool voor de bevestiging van de resultaten.

PageSpeed Insights


Device
Categorieën

Website Review

Website review is een gratis tool waarmee u eenvoudig uw website kunt analyseren