<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eat. Sleep. Play as a Netrepreneur &#187; Search Engines</title>
	<atom:link href="http://www.soufulow.com/category/search-engines/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soufulow.com</link>
	<description>Soufulow.com &#124; Internet marketing, search engines, social media, web trends, economics, and frivolous personal updates.</description>
	<lastBuildDate>Tue, 29 Jun 2010 02:57:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Do you a need new SEO plan for HTML5?</title>
		<link>http://www.soufulow.com/search-engines/do-you-a-need-new-seo-plan-for-html5/</link>
		<comments>http://www.soufulow.com/search-engines/do-you-a-need-new-seo-plan-for-html5/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 17:37:42 +0000</pubDate>
		<dc:creator>soufulow</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.soufulow.com/?p=32</guid>
		<description><![CDATA[HTML5 is not officially released yet but we are already seeing plenty of early adapters these days. There are plenty of viral blogposts trumpeting how ‘cool’ your websites can be with HTML5 (like this one, for example) but I don’t see many that talks on the impact HTML5 will do on search engines and SEO. [...]]]></description>
			<content:encoded><![CDATA[<p>HTML5 is  not officially released yet but we are already seeing plenty of <a href="http://html5gallery.com/" target="_blank">early adapters</a> these days.  There are plenty of viral blogposts  trumpeting how ‘cool’ your websites can be with HTML5 (like this <a href="http://www.hongkiat.com/blog/48-excellent-html5-demos/" target="_blank">one</a>, for example) but I don’t see many that talks on  the impact HTML5 will do on search engines and SEO. To proceed, we need to first  understand how HTML5 might change the way search engines look at a web page. </p>
<h2><strong>  How HTML5  improves search engine’s understanding of the web?</strong></h2>
<p>  Apart from  being concise and able to create cool on-page visual stuffs, HTML5 improves  communication between a web page and the machines (search engines, in our case). </p>
<p><b>New element in HTML5</b></p>
<p>  First we  have bunch of new elements like &lt;aside&gt;, &lt;article&gt;, &lt;hgroup&gt;,  &lt;footer&gt;, etc in HTML5 that will help search engines to have better  understanding on webpages’ segmentation*; which in turn, allow search engines to decide  where to look for the main content and spending less resources in indexing  less-important sections like footer and advertisement. </p>
<p>  (*Side  note: It’s no secret that Google can already do this for a lot of websites  (blog especially) nowadays but it definitely will do better with the help of  HTML5.)</p>
<p><b>Microdata in HTML5</b></p>
<p>  Next, with  HTML5 comes microdata specification. Microdata is a standard way to  label content to describe a specific type of information – for example reviews,  persons, addresses, and so on. With microdata, the web content is not just  plain string and text to search engines anymore. Take example in this <a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-microdata-welcome-to-the-machine/" target="_blank">tutorial</a>:</p>
<blockquote>
<p><em>&lt;dl&nbsp;itemscope&nbsp;&nbsp;</em><br />
    <em>&nbsp;&nbsp;&nbsp;&nbsp;itemtype=&quot;http://vocab.example.net/book&quot;&nbsp;&nbsp;</em><br />
    <em>&nbsp;&nbsp;&nbsp;&nbsp;itemid=&quot;urn:isbn:0-330-34032-8&quot;&nbsp;&nbsp;</em><br />
    <em>&nbsp;&nbsp;&nbsp;&nbsp;itemref=&quot;author_information&quot;&gt;&nbsp;&nbsp;</em><br />
    <em>&nbsp;&lt;dt&gt;Title&nbsp;&nbsp;</em><br />
    <em>&nbsp;&lt;dd&nbsp;itemprop=&quot;title&quot;&gt;The&nbsp;Reality&nbsp;Dysfunction&nbsp;&nbsp;</em><br />
    <em>&nbsp;&lt;dt&gt;Author&nbsp;&nbsp;</em><br />
    <em>&nbsp;&lt;dt&gt;Publication&nbsp;date&nbsp;&nbsp;</em><br />
    <em>&nbsp;&lt;dd&gt;&lt;time&nbsp;itemprop=&quot;pubdate&quot;&nbsp;datetime=&quot;1996-01-26&quot;&gt;26&nbsp;January&nbsp;1996&lt;/time&gt;&nbsp;&nbsp;</em><br />
    <em>&lt;/dl&gt;&nbsp;&nbsp;</em><br />
    <em>&lt;div&nbsp;id=&quot;author_information&quot;&nbsp;itemprop=&quot;author&quot;&gt;Peter&nbsp;F.&nbsp;Hamilton&lt;/div&gt;&nbsp;&nbsp;</em></p>
</blockquote>
<p>  Search  engines now understand that the written text is about book with details below:</p>
<blockquote>
<p><em>Type:  http://vocab.example.net/book</em><br />
    <em>ID:  urn:isbn:0-330-34032-8</em><br />
    <em>title = The Reality  Dysfunction</em><br />
    <em>pubdata = 1996-01-26</em><br />
    <em>author = Peter F.  Hamilton</em> </p>
</blockquote>
<p>  In other  words, when you search for ‘author of The Reality Dysfunction’, search engines  can have the choice to match your query with the word ‘Peter F. Hamilton’  instead of just ‘author of The Reality Dysfunction’. </p>
<p>  Chances are  you have already heard about Rich Snippet (introduced by Google in 2009). According to  the official, Rich Snippet is to help Google to ‘present users with the  most useful and informative search results’. Search engine result pages (SERPs)  are no longer plain string matching. Information like review ratings, event  details, and contact particulars are extracted and displayed in SERP (see  examples below)</p>
<p><b>Google&#8217;s Rich Snippets in action</b></p>
<p><span class='pull-1'><img src="http://www.soufulow.com/wp-content/uploads/2010/06/2.jpg" alt="Rich Snippets in Google SERP"  width="580" height="290" class="border" /></span><br />
<span class='pull-1'><img src="http://www.soufulow.com/wp-content/uploads/2010/06/3.jpg" alt="Rich Snippets in Google SERP"  width="580" height="356" class="border" /></span><br />
<span class='pull-1'><img src="http://www.soufulow.com/wp-content/uploads/2010/06/4.jpg" alt="Rich Snippets in Google SERP" width="580" height="322" class="border" /></span></p>
<p>  Note that these examples are done without the help of HTML5.  Now imagine having HTML5 microdata introduced and spreading wild worldwide, I  will not be surprise to see more varieties in Google SERP.</p>
<h2>  How HTML5  affect your SEO and web marketing strategy?</h2>
<p>  We can only  guestimate how Google algorithm will adapt to the new environment but there are  a few things we can be sure.</p>
<p><strong>  1. Not all  links in the same page are equal</strong></p>
<p>  For  example, a link embedded within the &lt;article&gt;&lt;/article&gt; will be  given more weight than a link in &lt;footer&gt;. I am already seeing SEOs in  high level competition having great success by buying content links constantly  and believe this trick to stay for quite some time. </p>
<p><strong>  2. Microdata/Rich  Snippets helps stand out from competition </strong></p>
<p>  At this  time of writing* adding microdata or Rich Snippets seems like a logical move to  make yourself stand out in the SERP. After all searchers are good in detecting  differences – some stars rating and extra lines will surely improve your site’s  visibility and increase CTR. </p>
<p>  (*Frankly I  am facing a little dilemma in using microdata or Rich Snippets – not that I am lazy to  make the changes but I think Google is actually stealing our content using this  technique and it will do us no benefits in long run.) </p>
<p><strong>  3. Time to  kill of your Flash sites</strong></p>
<p>  First of  all, using Flash to develop a website is never a good SEO practice. Some say  Flash site improves user experience and engagement; with HTML5 you can now do  the same without jeopardizing your search engine rankings. </p>
<p><strong>  4. Improve  your onpage SEO score</strong></p>
<p>  Since we  can have different section (&lt;aside&gt;, &lt;article&gt;, &lt;footer&gt;) in  a page now, I expect we can use more header tags in helping search engines to  understand our web page better (in turn, improve our onpage SEO score). </p>
<h2>Do you need an immediate plan-B? </h2>
<p>  Qucik answer: no. I don’t expect dramatic changes cause by HTML5 in the next 12 months &#8211; a  few extra header tags in different &lt;article&gt; section and some star  ratings in SERP might not change things that much to be honest. But as you  know, SEO is all about winning the competition and this means you will need to  change as soon as your competitors start changing (which might be probably,  now).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soufulow.com/search-engines/do-you-a-need-new-seo-plan-for-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
