 
  
     A well-written description tag attracts more clicks in search results than 
			an irrelevant or missing description.  
  
 Provide a search option on each page of content-rich web sites. 
   Line 1  Usability.gov 17:4
      
     A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites.  
  
 Have a link labeled 'Home' on every page on the site, except for the home page. 
   Line 1  Usability.gov 5:1
      
     
			Many sites place the organization's logo on the top of every page and link it to the homepage. 
			While many users expect logos are clickable, around 25% will not realize that links to the homepage. 
			Therefore, include a link labeled 'Home' near the top of the page to help those users.
		  
 <!DOCTYPE html>
	<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>Sol Tech LLC › Log In</title>
	<link rel='stylesheet' id='wp-admin-css'  href='http://soltechy.com/wp-admin/css/wp-admin.min.css?ver=3.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='buttons-css'  href='http://soltechy.com/wp-includes/css/buttons.min.css?ver=3.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='colors-fresh-css'  href='http://soltechy.com/wp-admin/css/colors-fresh.min.css?ver=3.6.1' type='text/css' media='all' />
<script type='text/javascript' src='http://soltechy.com/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>
<script type='text/javascript' src='http://soltechy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://soltechy.com/wp-content/plugins/jetpack/_inc/postmessage.js?ver=2.5'></script>
<script type='text/javascript' src='http://soltechy.com/wp-content/plugins/jetpack/_inc/jquery.inview.js?ver=2.5'></script>
<script type='text/javascript' src='http://soltechy.com/wp-content/plugins/jetpack/_inc/jquery.jetpack-resize.js?ver=2.5'></script>
<meta name='robots' content='noindex,nofollow' /
    
        
    
        
>
 
 Search engines will not follow links from this page because it has a NOFOLLOW meta tag. 
   Line 14  Robots.txt
      
 Search engines will not index this page because it has a NOINDEX meta tag. 
   Line 14  Robots.txt
     >
	</head>
	<body class="login login-action-login wp-core-ui">
	<div id="login">
		<h1><a href="http://wordpress.org/" title="Powered by WordPress">Sol Tech LLC</a></h1>
<form name="loginform" id="loginform" action="http://soltechy.com/wp-login.php" method="post">
	<p>
		<label for="user_login">Username<br />
		<input type="text" name="log" id="user_login" class="input" value="" size="20" /></label>
	</p>
	<p>
		<label for="user_pass">Password<br />
		<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /
    
        
></label>
 
 Search engines cannot index areas of sites that require a log in. 
   Line 27  Google Blogs
     ></label>
	</p>
	<p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever"  /> Remember Me</label></p>
	<p class="submit">
		<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
		<input type="hidden" name="redirect_to" value="http://soltechy.com/wp-admin/" />
		<input type="hidden" name="testcookie" value="1" />
	</p>
</form>
<p id="nav">
		<a href="http://soltechy.com/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
</p>
<script type="text/javascript">
function wp_attempt_focus(){
setTimeout( function(){ try{
d = document.getElementById('user_login');
d.focus();
d.select();
} catch(e){}
}, 200);
}
wp_attempt_focus();
if(typeof wpOnload=='function')wpOnload();
</script>
	<p id="backtoblog"><a href="http://soltechy.com/" title="Are you lost?">← Back to Sol Tech LLC</a></p>
	</div>
	<link rel='stylesheet' id='jetpack_likes-css'  href='http://soltechy.com/wp-content/plugins/jetpack/modules/likes/style.css?ver=2.5' type='text/css' media='all' /
    
        
>
 
 Element 'link' is missing one or more required attributes. Missing 'resource' 'property' 
   Line 60  HTML5
     >
	<div class="clear"></div>
	</body>
	</html>


 Issues:
	
								Issues: 
							