<?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>onenaught.com &#187; SEO</title>
	<atom:link href="http://www.onenaught.com/posts/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onenaught.com</link>
	<description>A blog on web standards, accessibility, css, javascript, xslt, and more</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
		<title>One Naught</title>
		<url>http://www.onenaught.com/wp-content/themes/onenaught/images/onenaught.png</url>
		<link>http://www.onenaught.com</link>
		<width>116</width>
		<height>130</height>
		<description>OneNaught.com</description>
	</image>		<item>
		<title>Web Standards &#8211; a good thing, but won&#8217;t help with SEO</title>
		<link>http://www.onenaught.com/posts/256/web-standards-a-good-thing-but-wont-help-with-seo</link>
		<comments>http://www.onenaught.com/posts/256/web-standards-a-good-thing-but-wont-help-with-seo#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:16:02 +0000</pubDate>
		<dc:creator>Anup Shah</dc:creator>
				<category><![CDATA[General Web Development]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.onenaught.com/?p=256</guid>
		<description><![CDATA[There are many good reasons to follow web standards principles, to use CSS-based layout and progressive enhancement but SEO, unfortunately, is not one of them.]]></description>
			<content:encoded><![CDATA[<p><strong>Update 30 June 2009</strong>: Added a couple of links at the end of this post for additional information from some recent research/experimenting.</p>
<p>Web standards is generally a good thing. When done well, it can help to create lean pages, improve markup quality, provide better accessibility and can be easier to maintain (even while supporting IE6!)</p>
<p>One claim often made in the past to promote web standards is that following web standards (using CSS-based layouts, proper use of heading elements in markup, etc) will improve SEO.</p>
<p>Though this might be desirable, it is not the case; most sites on the web don&#8217;t follow web standards and most rank very high in their areas. Search engines are not going to penalize the 90+ % of sites that don&#8217;t follow web standards; that&#8217;s like shooting themselves in the foot!</p>
<p>As I describe in an earlier post on <a href="http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing">search engine ranking vs indexing</a> while there are technical things one can do to ensure the site gets indexed well (e.g. URL canonicalization, good use of the &lt;title /&gt; element, etc), for ranking it is mostly about having good content that people will link to.</p>
<p>But as Matt Cutts, head of Google&#8217;s web spam team notes in this very short video, <a href="http://www.youtube.com/watch?v=fL_GZwoC2uQ">using CSS-based layouts or table-based layouts will have no bearing on search engine friendliness</a>:</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/fL_GZwoC2uQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fL_GZwoC2uQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>There are many good reasons to follow web standards principles, to use CSS-based layout and progressive enhancement but SEO, unfortunately, is not one of them.</p>
<p><strong>Update 30 June 2009</strong>: A couple of decent articles recently talk about similar things:</p>
<ol>
<li><a href="http://www.seomoz.org/blog/seo-best-practices-seomozs-new-policies-based-on-updated-correlation-data">SEO Best Practices: SEOmoz&#8217;s New Policies Based on Updated Correlation Data</a></li>
<li><a href="http://www.thegooglecache.com/uncategorized/the-triviality-of-on-page-html-tag-optimization/">The Triviality of On-Page HTML Tag Optimization<br />
</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.onenaught.com/posts/256/web-standards-a-good-thing-but-wont-help-with-seo/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hiding Content on Web Pages for Accessibility</title>
		<link>http://www.onenaught.com/posts/35/hiding-content-on-web-pages-for-accessibility</link>
		<comments>http://www.onenaught.com/posts/35/hiding-content-on-web-pages-for-accessibility#comments</comments>
		<pubDate>Mon, 05 Nov 2007 22:23:28 +0000</pubDate>
		<dc:creator>Anup Shah</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.onenaught.com/posts/35/hiding-content-on-web-pages-for-accessibility</guid>
		<description><![CDATA[Web pages often benefit from some text that may not be necessary from a visual design perspective, but offer additional context to say blind users using a screen reader. Some CSS techniques to achieve this include moving text off the screen in such a way that screen readers will still read them out. However, there is a concern that search engines may not like this technique as it could be abused for keyword stuffing and other such practices. What are the implications?]]></description>
			<content:encoded><![CDATA[<h3 id="toc-move-text-off-the-screen-not-displaynone">Move text off the screen, not display:none</h3>
<h4 id="toc-why-bother">Why bother?</h4>
<p>Visual designs often require hiding text in such a way that screen readers will still read the text and thus provide extra context for the screen reader user.</p>
<p>For example, a visual design may make the main navigation section of the page obvious and so a heading to announce it may be unnecessary or undesirable.</p>
<p>However, from the perspective of good document structure/semantics and accessibility, it would be good to have the heading in there.</p>
<p>Screen reader users, for example, often scan a page through having a list of headings being read out to them.</p>
<h4 id="toc-the-problem-of-displaynone-in-css">The problem of <code>display:none</code> in CSS?</h4>
<p><code>display:none</code> in CSS would seem ideal (plus some additional rules in an aural stylesheet, perhaps).</p>
<p>Unfortunately, screen readers are inconsistent in the way they handle <code>display:none</code>.</p>
<p>In addition, most do not yet support the aural stylesheet sufficiently.</p>
<h4 id="toc-positioning-text-off-the-screen-is-more-reliable">Positioning text off the screen is more reliable</h4>
<p>For years, I have been using an &#8220;off-top&#8221; technique whereby content can be moved off the top of the screen, in such a way that it will still be read out by screen readers. Here is an example:</p>
<pre class="syntax-highlight:css">
.css-label {
    height:1px;
    left:0px;
    overflow:hidden;
    position:absolute;
    top:-500em;
    width:1px;
}
</pre>
<p>A simple example of using the above may be to provide a header to a section such as the navigation:</p>
<pre class="syntax-highlight:html">
&lt;h2 class="css-label"&gt;Navigation&lt;/h2&gt;
</pre>
<p>Some use use an &#8220;off-left&#8221; approach instead, though it seems to cause the odd problems with earlier versions of Opera and Safari (any one using those anymore?)</p>
<p>That being said, a comment left on <a href="http://juicystudio.com/article/screen-readers-display-none.php">Gez Lemon&#8217;s post about display:none issues</a> answers my question of whether off-top is better or not than off-left saying there may be some issues with off-top. I&#8217;ll need to look into that further, but either of those are certainly better than using display:none.</p>
<h4 id="toc-more-information">More information</h4>
<p>For further reading, see the following:</p>
<ul>
<li><a href="http://www.abilitynet.org.uk/webarticle67">Hiding Content from View</a>, AbilityNet, November 2007</li>
<li><a href="http://juicystudio.com/article/screen-readers-display-none.php">Screen Readers and display: none</a>, Gez Lemon, Juicy Studio, 12 October, 2007</li>
</ul>
<h3 id="toc-will-search-engines-see-this-as-keyword-stuffing">Will search engines see this as keyword stuffing?</h3>
<p>A comment left on Gez Lemon&#8217;s post asked what would be the impact on search engine listing? </p>
<p>Comments are closed on that post, so I will try to answer it here, as it is something I have been wondering for a long time.</p>
<p>The concern from an SEO point of view is that search engines may think you are tricking them even though this is a legitimate techniques for a legitimate purpose. However, some people could use these techniques for keyword stuffing, thus putting this useful technique in jeopardy and making it harder to provide sufficient context to assistive technologies.</p>
<h4 id="toc-search-engines-would-likely-have-a-hard-time-detecting-this-in-an-automated-manner">Search engines would likely have a hard time detecting this in an automated manner</h4>
<p>But for search engines to detect this they would at least need to parse all the CSS. Then, they would have to looking for all the different permutation of these rules and be 100% sure this is being done for keyword stuffing and not for some other legitimate reason.</p>
<p>Sounds tricky (and easy to circumvent &#8212; e.g. by using JavaScript to set these styles, as it is only being hidden from visual user agents).</p>
<p>Or, search engines would need to implement an entire DOM and calculate where on a screen all the text would go. Some major web browsers struggle to do this properly, so search engines aren&#8217;t likely to do it too well either, I would think.</p>
<h4 id="toc-but-they-may-use-manual-checks-for-better-results-that-would-be-good-for-legitimate-use-of-this-technique">But they may use manual checks for better results; that would be good for legitimate use of this technique</h4>
<p>However, while automation and throwing lots of servers at a problem may seem problematic (for now!), these things require human, subjective, interpretation. So why not have people check sites manually?</p>
<p>Google, for example, does have a little army of people to manually verify sites are not using unfair tricks. So I guess if they are concerned about this particular technique, they might be able to get software to go a certain distance and then flag up suspicious cases to be manually checked. Legitimate sites should then be okay.</p>
<h4 id="toc-more-information1">More information</h4>
<p>But don&#8217;t take this as advice! Search engines often change the way they work! So check out this article from SEOMoz, a prominent SEO web site: <a href="http://www.seomoz.org/blog/guide-to-hidden-text">A Comprehensive Guide to Hidden Text &amp; Search Engines</a> (10 July, 2007).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onenaught.com/posts/35/hiding-content-on-web-pages-for-accessibility/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO for sake of SEO misses the point</title>
		<link>http://www.onenaught.com/posts/33/seo-for-sake-of-seo-misses-the-point</link>
		<comments>http://www.onenaught.com/posts/33/seo-for-sake-of-seo-misses-the-point#comments</comments>
		<pubDate>Mon, 01 Oct 2007 17:11:14 +0000</pubDate>
		<dc:creator>Anup Shah</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.onenaught.com/posts/33/seo-for-sake-of-seo-misses-the-point</guid>
		<description><![CDATA[Many SEO people simply go through the motions and almost forget about creating good content; the technical on-page factors such as a good title, link text, etc are there because these are naturally important for good content, not solely for search engine optimisation.]]></description>
			<content:encoded><![CDATA[<p>A nice post by Jill Whalen makes the point that,</p>
<blockquote cite="http://searchengineland.com/070927-071933.php">
<p>without knowing the ultimate reason for doing the things they do, they [search engine optimiser professionals] don’t get it done correctly. You don’t create titles for titles’ sake. You don’t get links for links’ sake. Everything that we teach people to do in SEO has a purpose, and that purpose is <strong>not</strong> to make the search engines <strong>think</strong> our site is better than it is. The purpose is to actually <strong>make</strong> the site better than it is.</p>
<p class="source">&#8211; Jill Whalen, <a href="http://searchengineland.com/070927-071933.php">Avoiding Clueless-Is As Clueless-Does SEO</a>, Search engine land, September 27, 2007 (Emphasis is original)</p>
</blockquote>
<p>In a way, this is obvious, but Whalen&#8217;s point is that many SEO people simply go through the motions and almost forget about creating good content; the technical on-page factors such as a good title, link text, etc are there because these are naturally important for good content, not solely for search engine optimisation.</p>
<p>As I mentioned in <a href="http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing">a previous post on SEO</a>, &#8220;the task of getting good ranking is ultimately a business/marketing strategy: sites need to have compelling enough content for others to want to link to them.&#8221;</p>
<p>It reminds me of a few people I have talked to in recent months about SEO who say they would put extra title attributes (tooltips) on links, images, and even headings and paragraphs! To me that is excessive (and way out-dated); if it doesn&#8217;t help the end user, it is very likely not to be useful for search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onenaught.com/posts/33/seo-for-sake-of-seo-misses-the-point/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Yahoo and Microsoft provide some improved search tools</title>
		<link>http://www.onenaught.com/posts/31/yahoo-and-microsoft-provide-some-improved-search-tools</link>
		<comments>http://www.onenaught.com/posts/31/yahoo-and-microsoft-provide-some-improved-search-tools#comments</comments>
		<pubDate>Sun, 09 Sep 2007 14:59:19 +0000</pubDate>
		<dc:creator>Anup Shah</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.onenaught.com/posts/31/yahoo-and-microsoft-provide-some-improved-search-tools</guid>
		<description><![CDATA[Yahoo and Microsoft provide some improved search tools. Yahoo's is a dynamic URL rewriting capability so you can tell the search engines which querystrings can be ignored in a URL. Microsoft's Live Search announces a new SEO tool for webmasters, similar to the Yahoo and Google's]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/webmasters/">Google&#8217;s web master tools</a> are typically regarded as the most flexible, but the two other major search engines are providing useful capabilities too:</p>
<h3 id="toc-yahoo-is-providing-a-dynamic-url-rewriting-tool">Yahoo is providing a Dynamic URL Rewriting tool</h3>
<p>This tool will allow you to tell Yahoo which querystrings to ignore in a URL.</p>
<p>This is really good because one of the challenges for SEO has often been to ensure everyone always uses the same URL to avoid search engine dilution.</p>
<p>(E.g. somewhere.com/product/?id=123&#038;src=affiliate1 is treated differently to somewhere.com/product/?id=123&#038;src=affiliate<strong>2</strong> by search engines &#8212; they don&#8217;t know (and can&#8217;t assume) that the &#8220;src&#8221; querystring parameter doesn&#8217;t (mostly likely) change the content. Links to a product page using such varied parameters means less weighting, or page dilution, which may affect ranking.)</p>
<p>Read more about this:</p>
<ul>
<li><a href="http://www.ysearchblog.com/archives/000479.html">A Yahoo blog post announcement</a></li>
<li><a href="http://help.yahoo.com/l/us/yahoo/search/siteexplorer/dynamic/index.html">Yahoo Site Explorer help on the topic</a></li>
</ul>
<p>Yahoo&#8217;s tool is an excellent move. It needs the other big players to do similar things before we can be more relaxed on our URLs and their querystrings.</p>
<h3 id="toc-microsoft-live-search-announces-a-web-master-seo-tool">Microsoft Live Search announces a web master SEO tool</h3>
<p>This tool sounds similar to google&#8217;s and will offer:</p>
<ul>
<li>Troubleshooting tools to ensure MSNBot is effectively crawling and indexing your site</li>
<li>Sitemap creation, submission and ping tools</li>
<li>Statistics about your website</li>
<li>Consolidation of content submission resources</li>
<li>New content and community resources</li>
</ul>
<p>Read more in their <a href="http://blogs.msdn.com/livesearch/archive/2007/08/22/our-new-webmaster-portal-and-an-invitation-to-the-private-beta.aspx">announcement</a>.</p>
<p>Good progress on both fronts.</p>
<p>(An irony is that it was Google&#8217;s Matt Cutts who mentioned these <a href="http://www.mattcutts.com/blog/ses-san-jose-2007-write-up/">in one of his blog posts</a>!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onenaught.com/posts/31/yahoo-and-microsoft-provide-some-improved-search-tools/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Explaining Natural SEO: Search engine ranking vs indexing</title>
		<link>http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing</link>
		<comments>http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing#comments</comments>
		<pubDate>Sun, 09 Sep 2007 13:23:54 +0000</pubDate>
		<dc:creator>Anup Shah</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing</guid>
		<description><![CDATA['Search engine optimisation' (SEO) can be a misleading term, because natural search engine strategies often involve two areas: search engine indexing and search engine ranking. At a high level,
<ul>
	<li>Improving indexing is mostly a technical task</li>
	<li>Improving ranking is mostly a business/marketing strategy (because search engines are trying to measure the popularity of your site, typically by understanding who links to your site and why)</li>
	<li>What might work now may not work in the future</li>
	<li>It all takes time to build good ranking</li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>A common expectation (from both technical and non-technical people alike) I find is that web developers should be able to develop sites in such a way that they will rank higher.</p>
<p>I have seen IT tenders that requires a site that &#8220;must&#8221; appear on the first page of a search query. From a business perspective, this requirement is understandable. However, for an IT/web development/search company to somehow guarantee this is misleading and irresponsible. However, it is an opportunity to explain &#8220;natural search.&#8221;</p>
<h3 id="toc-explaining-natural-search-to-business-managers">Explaining Natural Search to business managers</h3>
<p>I usually try to explain that natural search engine optimisation (SEO) involves at least two areas:</p>
<dl>
<dt>Search engine <strong>indexing</strong></dt>
<dd>Getting search engines inside your site to understand the content</dd>
<dt>Search engine <strong>ranking</strong></dt>
<dd>Determining how to rank the content</dd>
</dl>
<p>I then try to explain that the issues/techniques for each of these areas can be quite different (some may overlap though) and I often sum it as:</p>
<ul>
<li>Improving indexing is mostly a technical task</li>
<li>Improving ranking is mostly a business/marketing strategy</li>
<li>What might work now may not work in the future</li>
<li>It takes time</li>
</ul>
<p><span id="more-30"></span></p>
<h3 id="toc-improving-indexing-mostly-a-technical-task">Improving indexing; mostly a technical task</h3>
<p>Technical things that web developers do typically helps increase the chance a site is indexed well. For example (in no particular order, <em>and not a complete list!</em>):</p>
<ul>
<li><strong>Sufficiently clean URLs to avoid page weight dilution</strong>. This usually means trying to ensure that everyone uses the same link to a given page, with no variation in the way querystrings or paths are written (else the search engines will assume these are different pages)</li>
<li><strong>Good use of the <code>&lt;title&gt;</code> element</strong> as well as meta keywords and descriptions so that if a page does show up in the rankings, the summary information will be useful (these elements have little impact on <em>ranking</em> these days, but are useful for indexing).</li>
<li><strong>Proper use of redirects and other HTTP status codes to help search engines</strong> follow or not follow certain pages. For example, an HTTP 302 is for a temporary redirect and will not be followed by search engines. A 301 Permanent redirect will be.</li>
<li><strong>Sitemaps</strong> especially if your content is vast.</li>
<li>etc</li>
</ul>
<h4 id="toc-side-note-about-http-status-codes">Side note about HTTP status codes</h4>
<p>In some web technologies such as ASP/ASP.NET, a <code>Response.Redirect</code> issues an HTTP 302 and is the most common way to do redirects. Although headers can be set manually, there are no convenient methods for permanent redirects, and so developers often overlook this crucial difference.</p>
<p>It is especially important during site redesigns to use 301s to redirect old URLs to new ones. Otherwise, all those people linking to your old pages will be left out, and search engines won&#8217;t pass on the weighting/recognition of those links to the new pages.</p>
<p>Sometimes using proper 404 Not Found status codes on pages that query databases <em>might</em> be useful if you do not want the search engine to index that page (maybe your site no longer sells those products).</p>
<p>Or, similarly a 500 Internal Server Error is very important. For example, if there is a temporary glitch resulting in the page showing some error information, without the right status code, the search engine will index that content, even replacing your previously good indexed content!</p>
<h4 id="toc-what-about-using-web-standards">What about using web standards?</h4>
<p>Some web standards advocates will be surprised to read that I have not included the use of standards-compliant HTML markup and appropriate use of headers from a search engine perspective.</p>
<p>While these techniques are undoubtedly crucial for <a href="http://www.onenaught.com/posts/category/accessibility">accessibility</a> and forms the basis for any modern web development strategy, their value for search engine indexing or ranking is questionable (unfortunately), because spammers can easily abuse elements such as <code>&lt;h1&gt;</code>.</p>
<p>That being said, avoiding table-based layout and following web standards can help because:</p>
<ul>
<li>Standards help to minimize code bloat (some search engines limit how much of a page they will index, though increasingly less important it seems).</li>
<li>A valid page does not hurt in ensuring a search engine can understand your content. An invalid page might be so invalid that even if it somehow renders okay, a technical program such as a search engine robot may struggle to make sense of it.</li>
<li>Use of proper markup such as headers do help users, which can help with ranking indirectly (explained below)</li>
</ul>
<p>There used to be a time when having content first and navigation last was helped too (something done reasonably easily with CSS, and to some extent with HTML layout tables too). But even this technique is less important. If something like <a href="http://www.onenaught.com/posts/category/html-5">HTML 5</a> becomes more prominent, then elements such as <code>&lt;nav&gt;</code> will make source code order less relevant (although search engines will still need to deal with abuse of those elements!)</p>
<h3 id="toc-improving-ranking-mostly-a-businessmarketing-strategy">Improving ranking; mostly a business/marketing strategy</h3>
<p>To get good ranking however, there is typically very little a web developer can do. Ranking, these days, boils down to search engines trying to determine how popular your site is. The way they do that is through seeing how many links your page(s) get and the nature of those inbound links. (You can also provide internal links from some pages to others, and that can sometimes help, but most SEO experts seem to find that it is the external inbound links that are key.)</p>
<p>This means the task of getting good ranking is ultimately a business/marketing strategy: sites need to have compelling enough content for others to want to link to them.</p>
<p>There are of course always caveats or exceptions. For example, a new site on a very niche area may rank highly on those niche keywords (but the number of people searching for such niche words may be small too).</p>
<p>One of the few technical things that may help (though not necessarily &#8220;technical&#8221; as such) is training business/marketing to encourage those linking to your pages to use relevant text in those links, such as the title of the page, instead of &#8220;click here&#8221; or &#8220;more info.&#8221;</p>
<p>Providing content management systems that allow content creators to provide proper titles, keywords, descriptions, etc is also important.</p>
<h4 id="toc-what-about-link-farms-keyword-stuffing-etc">What about link farms, keyword stuffing, etc?</h4>
<p>So, you may have received lots of requests to join various link farms to help each other promote themselves. Search engines try to watch out for these things and only factor relevant in-bound links, by analysing the topics and keywords of the other site. Also, if the other site linking to you is itself determined to be popular, then your page&#8217;s weighting increases accordingly. It is kind of like search engines on the look out for who &#8220;votes&#8221; for your page.</p>
<p>Some people have tried to stuff key words everywhere in the content (I am surprised some developers even advocate use of the HTML <code>title</code> attribute in many places in the belief it will aide with search engine ranking!). Again, this misses the point that this technical trick is likely not to work (and actually make the site more noisy, especially for those using assistive technologies).</p>
<p><strong>Trying to trick search engines isn&#8217;t worth it; you will likely get found out and deslisted. Building up your ranking and reputation will be difficult</strong>. For example, <a href="http://www.mattcutts.com/blog/ramping-up-on-international-webspam/">BMW was delisted from Google&#8217;s listings</a> for providing different content to search engines and users. After changing their practices they were listed again, but few online businesses can afford such delisting.</p>
<p>Search engine companies such as Google provide guidelines that ultimately advise web masters <strong>not to trick search engines, but instead concentrate on creating sites for humans to consume</strong>; search engines will pick up on that and visit accordingly.</p>
<p>Here are some examples from Google:</p>
<blockquote cite="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=40349"><p>
Don&#8217;t fill your page with lists of keywords, attempt to &#8220;cloak&#8221; pages, or put up &#8220;crawler only&#8221; pages. If your site contains pages, links, or text that you don&#8217;t intend visitors to see, Google considers those links and pages deceptive and may ignore your site.</p>
<p>Don&#8217;t feel obligated to purchase a search engine optimization service. Some companies claim to &#8220;guarantee&#8221; high ranking for your site in Google&#8217;s search results. While legitimate consulting firms can improve your site&#8217;s flow and content, others employ deceptive tactics in an attempt to fool search engines. Be careful; if your domain is affiliated with one of these deceptive services, it could be banned from our index.</p>
<p>Don&#8217;t use images to display important names, content, or links. Our crawler doesn&#8217;t recognize text contained in graphics. Use ALT attributes if the main content and keywords on your page can&#8217;t be formatted in regular HTML.</p>
<p class="source">&#8211; <cite><a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=40349">How can I create a Google-friendly site?</a>, Google.com, accessed September 9, 2007</cite></p>
</blockquote>
<p>And:</p>
<blockquote cite="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">
<p>Quality guidelines &#8211; basic principles</p>
<ul>
<li>Make pages for users, not for search engines. Don&#8217;t deceive your users or present different content to search engines&#8230;</li>
<li>Avoid tricks intended to improve search engine rankings. &#8230; ask, &#8220;Does this help my users? Would I do this if search engines didn&#8217;t exist?&#8221;</li>
<li>Don&#8217;t participate in link schemes designed to increase your site&#8217;s ranking or PageRank. &#8230; avoid links to web spammers &#8230; as your own ranking may be affected adversely by those links.</li>
</ul>
<p class="source">&#8211; <cite><a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Webmaster Guidelines</a>, Google.com, accessed September 9, 2007</cite></p>
</blockquote>
<h3 id="toc-what-works-now-may-not-work-in-the-future">What works now may not work in the future</h3>
<p>Search engine companies are always looking to improve their algorithms so what seems true today may not be the case tomorrow. They also try to guard their algorithms as much as possible so a lot of the above comes from trial and error.</p>
<p>I have often come across people who encourage techniques which are no longer as relevant as they may have once been. It is a rapidly changing area. For example, a useful search engine resource, <a href="http://www.seomoz.org/">SEOmoz</a>, provides an excellent summary of ranking factors for 2007 and compares them to just two years ago, showing that even then factors have changed considerably.</p>
<p>Here is a part of their summary:</p>
<blockquote cite="http://www.seomoz.org/blog/ranking-factors-version-2-released"><p>
<strong>Top 10 Ranking Factors in 2005:</strong></p>
<ol>
<li>Title Tag</li>
<li>Anchor Text of Links</li>
<li>Keyword Use in Document Text</li>
<li>Accessibility of Document</li>
<li>Links to Document from Site-Internal Pages</li>
<li>Primary Subject Matter of Site</li>
<li>External Links to Linking Pages</li>
<li>Link Popularity of Site in Topical Community</li>
<li>Global Link Popularity of Site</li>
<li>Keyword Spamming</li>
</ol>
<p><strong>Top 10 Ranking Factors in 2007:</strong></p>
<ol>
<li>Keyword Use in Title Tag</li>
<li>Global Link Popularity of Site</li>
<li>Anchor Text of Inbound Link</li>
<li>Link Popularity within the Site&#8217;s Internal Link Structure</li>
<li>Age of Site</li>
<li>Topical Relevance of Inbound Links to Site</li>
<li>Link Popularity of Site in Topical Community</li>
<li>Keyword Use in Body Text</li>
<li>Global Link Popularity of Linking Site</li>
<li>Topical Relationship of Linking Page</li>
</ol>
<p>For me, <a href="http://www.seomoz.org/article/search-ranking-factors">this is one of the most valuable documents</a> on the web for determining how to approach an overall SEO strategy. While the factors may not be perfect, they give a remarkably concise and trustworthy view of what makes a site rank well at Google. I hope you all enjoy it as much as I have &#8211; please add your thoughts in the comments!</p>
<p class="source">&#8211; <cite><a href="http://www.seomoz.org/blog/ranking-factors-version-2-released">Ranking Factors Version 2 Released</a>, April 3, 2007, SEOmoz</cite></p>
</blockquote>
<h3 id="toc-it-takes-time">It takes time</h3>
<p>Businesses can understandably expect a new site to start ranking highly quickly, even if it is a prominent brand. However, the reality is that it takes time (and effort) to build up the critical mass and quality in-bound links. Some search engine companies, such as Google are even factoring in the age of the site into some of their ranking algorithms.</p>
<p>Other times, new content (e.g. a news-based site) even from a new site can rank highly quickly (temporarily or for a long time), especially on niche topics.</p>
<p>Bottom line though is that nothing is really guaranteed!</p>
<h3 id="toc-terminology-confuses-matters">Terminology confuses matters?</h3>
<p>&#8220;SEO&#8221; is probably a misleading phrase; you don&#8217;t optimise google (unless you work there!).</p>
<p>Maybe two terms should be used to help with communication: Search Engine Marketing (SEM) is already often used when talking about making a site compelling enough for others to link to it and improve ranking. So how about something like Search Engine Visibility (SEV) when talking about indexing?</p>
<p>Or maybe <em>I</em> contribute to the confusion by trying introducing another <abbr title="Three Letter Acronym">TLA</abbr>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onenaught.com/posts/30/explaining-natural-seo-search-engine-ranking-vs-indexing/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
