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

Use the LANG attribute to identify the language of the page.
Line 2 WCAG2 A 3.1.1

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>SEO Beratung.</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Mit einer Suchmaschinenoptimierung Ihrer Website schaffen wir die Voraussetzungen zum Erreichen von Top-Positionen in den Suchresultaten" />
<meta name="keywords" content="" />
<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" />
</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 class="current-tab"><a href="http://www.webkontor.eu/seo-beratung.html">SEO Beratung</a></li>
</ul>
<div class="clearer"> </div>
</div>
<div class="clearer"> </div>
</div>
<div class="navigation" id="sub-nav">
<ul class="tabbed">
<li class="current-tab"><a href="index.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="sm-cms.html">Suchmaschinenoptimierte CMS</a></li>
<li><a href="seo-referenzen.html">Mitbewerberanalyse</a></li>
</ul>
<div class="clearer"> </div>
</div>
</div>
<div id="splash">
<div class="col3 left">
<h2 class="label label-green">
<a href="http://www.web-patrol.net/suchmaschinenoptimierung.html">SEO</a></h2>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 65 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.web-patrol.net/suchmaschinenoptimierung.html">SEO</a></h2>
<p class="quiet large"></p>
<p>Unter <strong>Suchmaschinenoptimierung</strong> oder Search Engine Optimation, kurz SEO, versteht man Maßnahmen, die das Ranking einer Webseite, also deren Position in den Suchmaschinenergebnissen nachhaltig verbessern sollen.</p>
<p>
<a href="http://www.webkontor.eu/suchmaschinenoptimierung.html" class="more">Read more »</a></p>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 71 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.webkontor.eu/suchmaschinenoptimierung.html" class="more">Read more »</a></p>
</div>
<div class="col3-mid left">
<h2 class="label label-orange">
<a href="http://www.web-patrol.net/webanalytics.html">Web Analytics</a></h2>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 77 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.web-patrol.net/webanalytics.html">Web Analytics</a></h2>
<p class="quiet large"></p>
<p>Web Analytics, auch bekannt als <strong>Web Controlling</strong> oder Traffic-Analyse, ist weit mehr als die Datensammlung und -auswertung des Verhaltens eines Website-Besuchers. Es ist vielmehr ein Prozess zur Erfolgskontrolle und -steuerung von Internetseiten.</p>
<p><a href="http://www.webkontor.eu/webanalytics.html" class="more">Read more »</a></p>
</div>
<div class="col3 right">
<h2 class="label label-blue"><a href="http://www.web-patrol.net/seo-audit.html">SEO Audit</a></h2>
<p class="quiet large"></p>
<p>Das Web ist geprägt von einer besonders umfangreichen Reihe von <strong>Standards.</strong> Nur, was nützt ein Standard, der nicht eingehalten wird? Warum es wichtig ist, eine Website technisch auf Stand zu halten, erklärt der folgende Beitrag.</p>
<p>
<a href="http://www.webkontor.eu/seo-audit.html" class="more">Read more »</a></p>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 95 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.webkontor.eu/seo-audit.html" class="more">Read more »</a></p>
</div>
<div class="clearer"> </div>
</div>
<div class="main" id="main-two-columns">
<div class="left" id="main-content">
<div class="section">
<div class="section-title">Consulting</div>
<div class="section-content">
<div class="post">
<div class="post-title">
<h1>SEO Beratung</h1></div>

Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)
Line 115 Usability.gov 9:7

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>SEO Beratung</h1></div>
<div class="post-date">Suchmaschinenoptimierung = Content + Optimierung + Verlinkung & Geduld</div>
<div class="post-body">
<p><a href="#"><img src="img/sample-image.jpg" alt="" class="bordered" /></a></p>
<p class="large">...</p>

Phrases in a different language should be in a SPAN or DIV with a LANG attribute.
Line 125 WCAG2 AA 3.1.2

Non-English phrases in English text will be mispronounced by a screen reader unless they are identified with a LANG attribute.
<p>Sie wollen ins Internet, wissen aber nicht, wie Sie dort auftreten sollen und wer im Haus Ihr Programm pflegt? Sie sind schon im Netz, aber nicht ganz zufrieden? Sie haben einen tollen Prospekt, wissen aber nicht, wie Sie ihn im Internet gliedern sollen?</p>

Phrases in a different language should be in a SPAN or DIV with a LANG attribute.
Line 127 WCAG2 AA 3.1.2

Non-English phrases in English text will be mispronounced by a screen reader unless they are identified with a LANG attribute.
<p>Wir helfen Ihnen. Wir analysieren Ihre Bedürfnisse, erstellen eine logische Struktur, kümmern uns um Inhalte sowie deren Pflege und sind Ihre Schnittstelle zu Programmierung und Design- oder Multimedia-Agentur.</p>

Phrases in a different language should be in a SPAN or DIV with a LANG attribute.
Line 129 WCAG2 AA 3.1.2

Non-English phrases in English text will be mispronounced by a screen reader unless they are identified with a LANG attribute.
<p>Nachdem wir mit Ihnen detailliert die einzelnen Schritte besprochen haben, präsentieren wir Ihnen das fertige Ergebnis zur Abnahme - pünktlich.</p>
</div>
</div>
<div class="content-separator"></div>
<div class="col3 left">
<div class="column-content">
<div class="post">
<h3><a href="http://www.webkontor.eu/webanalytics.html">Web Anlytics</a></h3>
<p>Integer diam elit, condi mentum ac semper ut, tincidunt non diam. Ut congue at commodo aenean euismod tincidunt lorem euismod.</p>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 145 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.webkontor.eu/webanalytics.html" class="more">Read more »</a>
</div>
</div>
</div>
<div class="col3 col3-mid left">
<div class="column-content">
<div class="post">
<h3><a href="http://www.webkontor.eu/website-check.html">Website Check</a></h3>
<p>Sed congue lacinia leo, sed dignissim odio pharetra vel. Fusce a dignissim dui. Fusce semper porttitor enim dapibus venenatis.</p>

If several links on a page use the same link text, all those links should point to the same destination. This text is used in some of the duplicated links:
"SEO".
Line 159 WCAG2 AAA 2.4.9

If several links refer to different targets but share the same link text, add additional link text hidden offscreen by CSS.
<a href="http://www.webkontor.eu/website-check.html" class="more">Read more »</a>
</div>
</div>
</div>
<div class="col3 col3-mid left">
<div class="column-content">
<div class="post">
<h3><a href="http://www.webkontor.eu/beratung.html">Beratung</a></h3>
<p>Sed congue lacinia leo, sed dignissim odio pharetra vel. Fusce a dignissim dui. Fusce semper porttitor enim dapibus venenatis.</p>
<a href="http://www.webkontor.eu/beratung.html" class="more">Read more »</a>
</div>
</div>
</div>
<div class="clearer"> </div>
</div>
</div>
<div class="clearer"> </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" /> <input type="submit" class="button" value="Submit" />
</form>
</div>
</div>
</div>
<div class="clearer"> </div>
</div>
<div id="footer">
<div class="left" id="footer-left">
<img src="img/logo-small.gif" alt="" class="left" />
<p>© 2002-2012 Gilbert WEBKONTOR. Alle Rechte vorbehalten.</p>
<p class="quiet">SEO = Optimization + Content + Backlinks & Patience</p>
<div class="clearer"> </div>
</div>
<div class="right" id="footer-right">
<p><a href="http://www.web-patrol.net/faq.html">FAQ</a> <span class="text-separator">|</span> <a href="http://www.web-patrol.net/glossar.html">Glossar</a> <span class="text-separator">|</span> <a href="http://www.web-patrol.net/agb.html">AGB</a> <span class="text-separator">|</span> <a href="http://www.web-patrol.net/impressum.html">Impressum</a> <span class="text-separator">|</span> <a href="http://www.web-patrol.net/sitemap.html">Sitemap</a> <span class="text-separator">|</span> <a href="http://www.web-patrol.net/kontakt.html">Kontakt</a> <span class="text-separator">|</span> <a href="#top" class="quiet">Page Top ↑</a></p>
<div><p class="quiet">Suchmaschinenoptimierung = Optimization + Kontent + Backlinks & Geduld</p></div>
</div>
<div class="clearer"> </div>
</div>
</div>
</body>
</html>

Character data is not allowed here.
Line 239 HTML Validation
-->