Prepare a farewell script and practice it. It is time to give a tight hug and bid farewell to HTML 4.01. It’s time to extend your arms to welcome HTML 5. It is going to make coding easy for web developers and easy-to-understand for SEO guys.
With HTML 5 the webpage will be free of multiple usages of <div> elements. Many new elements have been added to HTML5 that will make the use of <div ID=”ABC”> and <div class=”XYZ”> redundant.
Diff between HTML 4.1 and HTML 5
A typical Content layout in HTML 4.1 looks like:
<body>
<div id=”header”> …</div>
<div id=”nav”> …</div>
<div class=”article”> …</div>
<div class=”section”> …</div>
<div id=”sidebar”> …</div>
<div id=”footer”> …</div>
</body>
Content layout in HTML 5
<body>
<header>…</header>
<nav>…</nav>
<article>
<section>
<h1>Level 1</h1>
<section>
<h1>Level 2</h1>
<section>
<h1>Level 3</h1>
</section>
</section>
</section>
</article>
<aside>…</aside>
<footer>…</footer>
</body>
Tags like <video> and <audio> will help you imbed your audio and video files directly in your HTML pages, which means more control on how they appear on your web page.
A new <header> tag has been announced that gives more flexibility. It works similar to <H1> tag, but <header> will contain more elements like h1, h2, h3, a complete paragraph of text, hard-coded links, etc. It’s a blessing for SEO people.
This was just a brief overview of what will change once HTML 5.0 will become the standard. Lot many things will change, which we can witness only when it will be up and running. I am excited about it, and what about you? Are you also waiting for it as impatiently as I am? Share your view, I am all ears.
Tags: Bid Farewell, Class Article, Content Layout, Div Class, Div Id, Footer, Gt Level, H1, H2 H3, Html Pages, Level 1, Level 3, Lt, Many Things, Paragraph, SEO, Tight Hug, Typical Content, Video Files, Web Developers
Taking our discussion on Black Hat SEO forward, in this article we shall focus on the techniques that have been denounced categorically as Black Hat SEO techniques by the SEO community as well as search engines, and which you should never use when optimizing your website.
Keyword Stuffing
This one is the first in the list of certified Black Hat SEO techniques. If you stuff your article with too many keywords, or put a list of keywords and nothing else in your webpage then your site will surely get penalized by the search engines. For more details, read How to use keywords in content.
Text Cloaking
Text cloaking means hiding the website’s text behind the background. This is done by making the text and the background color same. It is often used by spammy websites to hide the list of keywords from the visitors but keep it visible to the search engine spiders. In some cases the website also uses different texts for search engines and different text for visitors. In this case, the text written for the search engine ranking purpose is cloaked.
Doorway Pages
A doorway page is another failed Black Hat SEO attempt to fool the search engine. A doorway page is just like any other HTML page optimized for a couple of keywords or key phrases, but unlike other HTML pages, it is not visible to the visitors. Only the target search engines and their spiders, for which the page is designed, can see this page. When a user clicks on the doorway page in SERP (search engine result page), he or she is redirected to another page, the real website or webpage for which this doorway page was constructed. This activity is undertaken with an intention to artificially boost the traffic to the website.
Tags: Attempt, Background Color, Black Hat, Black Stuff, Doorway Page, Doorway Pages, Focus, Html Pages, Intention, Optimizing Your Website, Phrases, Search Engine Result, Search Engine Spiders, Search Engines, SEO, Target Search, Texts, traffic