[Skip to Content]

HTML Document

URL: http://www.webkontor.eu/sm-cms.html
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Thu, 26 Jul 2012 11:37:20 GMT
Download Time: Less than a second
Cookies: None
Size: 6 KB
Page Weight: 7 KB (total size of HTML, CSS, JavaScript and images)
Depth: 1 clicks from home page
Charset: UTF-8
Forms: 1 forms containing 2 controls
HTTP Headers: View Headers 5 headers
Links In: View Links 1 pages
Links Out: View Links 18 links
Images: View Images 3 images
CSS: View CSS Files 0 files
JavaScript: View JavaScript Files 0 files
  
Issue Issues: 8 issues found on 9 lines

Priority 1
Have a link labeled 'Home' on every page on the site, except for the home page.

Help
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Priority 1
Use the LANG attribute to identify the language of the page.

Help
In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<title>Impressum Gilbert WEBKONTOR</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="roobots" content="noindex, follow" />
<meta name="author" content="Gilbert WEBKONTOR" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9319199-2']);
_gaq.push(['_setDomainName', '.webkontor.eu']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="site-wrapper">
<div id="header">
<div id="top">
<div class="left" id="logo">
<a href="http://www.webkontor.eu/"><img src="img/logo.gif" alt="" /></a>
</div>
<div class="left navigation" id="main-nav">
<ul class="tabbed">
<li><a href="http://www.webkontor.eu/seo.html">SEO</a></li>
<li><a href="http://www.webkontor.eu/webanalytics.html">Web Analytics</a></li>
<li><a href="http://www.webkontor.eu/website-check.html">Website Check</a></li>
<li><a href="http://www.webkontor.eu/beratung.html">Beratung</a></li>
</ul>
<div class="clearer">&nbsp;</div>
</div>
<div class="clearer">&nbsp;</div>
</div>
<div class="navigation" id="sub-nav">
<ul class="tabbed">
<li class="current-tab"><a href="index.html">SEO Suchmaschinenoptimierung</a></li>
<li><a href="style-demo.html">Website Check</a></li>
<li><a href="comments.html">Webanalytics</a></li>
<li><a href="on-page-optimierung.html">On-Page Optimierung</a></li>
<li><a href=".html">Off-Page Optimierung</a></li>
<li><a href="keywords-recherhe.html">Keywords Recherhe</a></li>
<li><a href="beratung.html">SEO Beratung</a></li>
<li><a href=".html">Lokalisierung</a></li>
<li><a href="cma-implementierung.html">CMS Implementirung</a></li>
<li><a href="sm-cms.html">Suchmaschinenoptimierte CMS</a></li>
<li><a href="seo-referenzen.html">Mitbewerberanalyse</
Priority 1
Unclosed end-tag requires SHORTTAG YES.
Line 71 HTML Validation


a</li>>
</ul>
<div class="clearer">&nbsp;</div>
</div>
</div>
<div class="main" id="main-two-columns">
<div class="left" id="main-content">
<div class="section">
<div class="section-title">...</div>
<div class="section-content">
<div class="post">
<div class="post-title">
Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h1>Error 404!</h1></div>
<div class="post-date"></div>
<p><img src="img/404.gif" alt="" class="bordered"></
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 98 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 98 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

p>
<p class="large">Sorry, this page doesn't exist! File not found.</p>
<!-- <ul>
<li>неправильно набран URL (или устаревшая закладка)</li>
<li>ссылка на поисковом сервере устарела</li>
<li>внутренняя ссылка на вашем сайте сломана по недосмотру веб-мастера</li>
</ul>
-->
<div class="post-body">
Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Gilbert Webkontor</h3></div>
<p>Sorry, this page doesn't exist. </p>
</div>
<div class="clearer">&nbsp;</div>
</div>
</div>
<div class="clearer">&nbsp;</div>
</div>
<div class="right sidebar" id="sidebar">
<div class="section">
<div class="section-title">Search</div>
<div class="section-content">
<form method="post" action="">
<input type="text" class="text" size="28" /> &nbsp; <input type="submit" class="button" value="Submit" />
</form>
</div>
</div>
</div>
<div class="clearer">&nbsp;</div>
</div>
<div id="footer">
<div class="left" id="footer-left"><p class="quiet">Suchmaschinenoptimierung = Content + Optimierung + Verlinkung &amp; Geduld</p>
<img src="img/logo-small.gif" alt="" class="left" />
<p>&copy; 2002-2010 Gilbert WEBKONTOR.</p>
<p class="quiet"> Alle Rechte vorbehalten.<!-- <a href="http://templates.arcsin.se/">Website template</a> by <a href="http://arcsin.se/">Arcsin</a> --></p>
<div class="clearer">&nbsp;</div>
</div>
<div class="right" id="footer-right">
<p class="large"><a href="kontakt.html">Kontakt</a> <span class="text-separator">|</span>
Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="impressum.html">Impressum</a> <span class="text-separator">|</span> <a href="sitemap">Sitemap</a> <span class="text-separator">|</span> <a href="referenzen.html">Referenzen</a> <span class="text-separator">|</span> <strong><a href="#">Join Us!</a></strong> <span class="text-separator">|</span> <a href="#top" class="quiet">Page Top &uarr;</a></p>
</div>
<div class="clearer">&nbsp;</div>
</div>
</div>
</body>
</html>
-->