<?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>#if debug &#187; Search</title>
	<atom:link href="http://ifdebug.com/articles/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Sun, 11 Apr 2010 12:53:04 +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>Changing The HTML Source Order Can Damage Search Engine Referrals</title>
		<link>http://ifdebug.com/articles/changing-html-source-order-damage-search-engine-referrals/</link>
		<comments>http://ifdebug.com/articles/changing-html-source-order-damage-search-engine-referrals/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 14:36:39 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[click through rate]]></category>
		<category><![CDATA[ctr]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://ifdebug.com/articles/changing-the-html-source-order-can-damage-search-engine-referrals/</guid>
		<description><![CDATA[What follows is a quick digest of the impacts a web site owner might expect from reordering the HTML source on a web site, in particular what effects it can have on the search engine performance of a web site. &#8230; <a href="http://ifdebug.com/articles/changing-html-source-order-damage-search-engine-referrals/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/' rel='bookmark' title='Permanent Link: Search Engine Land Editorial Quality Dropping'>Search Engine Land Editorial Quality Dropping</a> <small>In the last week or so there have been a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>What follows is a quick digest of the impacts a web site owner might expect from reordering the HTML source on a web site, in particular what effects it can have on the search engine performance of a web site.</p>
<p>During the month of June, I decided to <a href="http://www.lattimore.id.au">freshen up the layout</a> of my personal site. When it was complete and without a whole lot of consideration &#8211; I published the new design onto my site. I sat back and admired my work for a little while until a few days later when I started to notice a decline in the number of natural search engine referrals. At the time, I didn&#8217;t bother to look into it and associated it to random flux on the internet. A few days later I checked the statistics again to confirm that it had recovered, only to find that not only had it not recovered but that it had dropped further.</p>
<p>After investigating the problem, I immediately realised that I had changed the HTML source order within my WordPress template. After the change, the primary content of the site was now placed at the bottom of the HTML document with a large amount of less important content above it. Worst yet, the information listed first within the HTML was identical for the entire site, as it was related to the sidebar which is largely static.</p>
<p>The table below shows the number of Google search engine referrals per month to the site. As you can see, the monthly referrals have been steadily increasing from the start of the year until they started to drop in June. Realising what had happened, I took the hit on the search engine referrals to see just how far it would drop down if it were left for a complete month. The ordering of the HTML was not restored until the beginning of August, as such July represents a complete month with the suboptimal ordering of the HTML.</p>
<table summary="A monthly breakdown showing the number of unpaid Google referrals over a one year period. Particular interest should be given to June &amp; July, which show a significant decline in referrals after changing the HTML source order on the web site." border="1" cellpadding="2" cellspacing="2">
<thead>
<tr>
<td>&nbsp;</td>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
</tr>
</thead>
<tbody>
<tr>
<th>Referrals</th>
<td>9899</td>
<td>10395</td>
<td>13206</td>
<td>13281</td>
<td>13200</td>
<td>10942</td>
<td>8426</td>
<td>10580</td>
<td>12648</td>
<td>12084</td>
<td>12361</td>
</tr>
</tbody>
</table>
<p>The change in the number of natural search engine referrals was caused by what was being listed within Google as the snippet for each page within the site. Ordinarily, the primary content is listed toward the top of the HTML document and as such, it is featured heavily within the snippet. After reorganising the order of the HTML, the snippet within the search engine results was displaying information about the current list of months in the sidebar of the site. As a by product of the snippet not being contextually relevant to the title of the page, the click through rate plummeted.</p>
<p>In an ideal world, a webmaster should be able to change their site layout as frequently as they choose without it impacting their search engine ranking and associated click through rate. In this particular case, changing the layout and unknowingly the HTML source order, had a significant knock on effect as I wasn&#8217;t controlling what was being displayed within the search engines specifically via a meta description tag. By not specifying it directly, I was relying on the search engines to automatically generate or choose one on my behalf and after changing the HTML ordering, the choice was suboptimal.</p>


<p>Related posts:<ol><li><a href='http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/' rel='bookmark' title='Permanent Link: Search Engine Land Editorial Quality Dropping'>Search Engine Land Editorial Quality Dropping</a> <small>In the last week or so there have been a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/changing-html-source-order-damage-search-engine-referrals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
