<?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>WhatClinic.com Blog &#187; seo</title>
	<atom:link href="http://blog.whatclinic.com/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.whatclinic.com</link>
	<description>Sharing Tech, Marketing &#38; Health 2.0 information</description>
	<lastBuildDate>Fri, 27 Apr 2012 16:10:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How Not To Use The Rel=&#8221;Canonical&#8221; Tag</title>
		<link>http://blog.whatclinic.com/2011/06/how-not-to-use-the-relcanonical-tag.html</link>
		<comments>http://blog.whatclinic.com/2011/06/how-not-to-use-the-relcanonical-tag.html#comments</comments>
		<pubDate>Tue, 07 Jun 2011 13:48:29 +0000</pubDate>
		<dc:creator>Philip Boyle</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[rel]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.whatclinic.com/?p=1666</guid>
		<description><![CDATA[One of the fun problems we have working at WhatClinic.com is trying to organise the millions of pages that result from listing tens of thousands of clinics in thousands of locations for thousands of treatments. Our search results pages list up to 12 clinics at a time, and when they’re full they offer a great [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1667" class="wp-caption alignnone" style="width: 568px"><a href="http://blog.whatclinic.com/wp-content/uploads/2011/06/rel-canonical-usage.gif"><img class="size-full wp-image-1667 " title="Rel Canonical" src="http://blog.whatclinic.com/wp-content/uploads/2011/06/rel-canonical-usage.gif" alt="Rel=Canonical Usage" width="558" height="295" /></a><p class="wp-caption-text">Typical proper use of the rel=&quot;canonical&quot; tag (via SEOMoz.org)</p></div>
<p>One of the fun problems we have working at WhatClinic.com is trying to organise the millions of pages that result from listing tens of thousands of clinics in thousands of locations for thousands of treatments.</p>
<p>Our search results pages list up to 12 clinics at a time, and when they’re full they offer a great user experience. Lots of choice and lots of information is presented along with a simple way to contact whichever of the clinics takes your fancy.</p>
<p>However, not every combination of clinic type + location + treatment will have a full page of results. In fact with only a little knowledge you could probably guess the URL of a page with no results on it. The obvious solution to these empty pages is to return a <a href="http://en.wikipedia.org/wiki/HTTP_404">404 response code</a> and not to link to the pages internally, minimising the chance that they’ll be found by users or search engines alike.</p>
<p><strong>What’s Right For The User?</strong></p>
<p>Add one clinic to the page though and we’re left with a quandary. Is this really a useful page for a user? Wouldn’t they like more choice? We know for instance that pages with more clinics on them have a better conversion rate, so would we be better off sending users to a “parent” location page instead, i.e. a location that contains the smaller location but should have more than one clinic on offer?</p>
<p>Another option available to us would be to fill the rest of the page with 11 of the nearest clinics to the location (which could be tens if not hundreds of miles away in some cases), but this would massively increase the duplication of data served across the pages on our site as clinics’ listings would appear in far more locations than they currently do.</p>
<p><strong>Similar Pages – The Rel=”Canonical” Solution</strong></p>
<p>We decided we’d like to see what effect the first option had, i.e. sending the users to a parent page, but we were uncomfortable with 301 redirecting every page that only had one clinic on it, so we decided to try a slightly softer approach.</p>
<p>Having read an article on SEOMoz about <a href="http://www.seomoz.org/blog/using-canonical-tag-to-get-more-than-one-anchor-text-value-11283">using the Rel=”Canonical” tag to get more than one keyword to rank</a> for a given piece of content, we decided to try what we thought was quite a clever scheme that would serve the user and the search engines.</p>
<p>We would put a Rel=”Canonical” tag on our search results pages with only one clinic listed, and we’d hope to send people searching Google for Place A to the search results of Place B, which would contain the search results for Place A and more, giving the user a better choice.</p>
<p><strong>Anchor Text Isn’t A Very Strong Ranking Signal For Pages With A Rel=”Canonical”</strong></p>
<p>Unfortunately for us, the experiment hasn’t exactly gone to plan. We were cautious and only put the Rel=”Canonical” links on a subset of our one result pages, but even still we have enough data to see that for now at least none of the Place B pages are ranking for Place A keywords.</p>
<p>Of a sample set of 20 one result pages with a Rel=”Canonical” tag, 14 have been crawled and no longer appear in Google’s index, and searching using the “Place A” keyword for these pages doesn’t return the Place B search results page.</p>
<p>You might think, well Google have decided that the Place A and Place B pages aren’t sufficiently similar to be a valid use of the Rel=”Canonical” tag, and you might be right, but the fact that original Place A URLs are no longer appearing in the index seems to counter this supposition.</p>
<p>More likely it seems is that the anchor text of the links pointing at Place A pages isn’t a strong enough signal for the Place B pages to rank for keywords based on “Place A”.</p>
<p><strong>Back To The Drawing Board</strong></p>
<p>So it looks like we’re back to square one on this particular problem. I think the next thing to try is the option discussed above where we fill out the search results. It seems like a good thing to do for the user, but I am slightly worried about diluting our content by potentially overusing it. We’ll be sure to keep you posted about the results when we try it out.</p>
<p>Have you run any experiments with the Rel=”Canonical” tag yet? For what purpose, and what results did you see? Let us know in the comments.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2011/06/how-not-to-use-the-relcanonical-tag.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Prices And Reviews Pages</title>
		<link>http://blog.whatclinic.com/2010/08/new-prices-and-reviews-pages.html</link>
		<comments>http://blog.whatclinic.com/2010/08/new-prices-and-reviews-pages.html#comments</comments>
		<pubDate>Thu, 12 Aug 2010 10:02:22 +0000</pubDate>
		<dc:creator>Philip Boyle</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[prices]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.whatclinic.com/?p=1229</guid>
		<description><![CDATA[We&#8217;ve just added a new set of navigation tabs to our search results pages after A/B testing them for a week. They didn&#8217;t improve conversion by any significant amount but by adding them we give ourselves the flexibility to add new ways of slicing our data, and hopefully capturing more traffic. First of all, we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1231" title="new-tabs" src="http://blog.whatclinic.com/wp-content/uploads/2010/08/new-tabs.png" alt="WhatClinic.com navigation tabs" width="450" height="99" /></p>
<p>We&#8217;ve just added a new set of navigation tabs to our search results pages after A/B testing them for a week. They didn&#8217;t improve conversion by any significant amount but by adding them we give ourselves the flexibility to add new ways of slicing our data, and hopefully capturing more traffic.</p>
<p>First of all, we&#8217;ve moved the map link which was on the top right hand side of the page into one of the tabs. This has already increased usage of the maps pages on the site. Secondly, we added two new types of pages, one which pulls together all the reviews for the clinics in the search results, the other all the prices.</p>
<p>These two tabs are brand new pages with their own URLs and are SEO&#8217;d to capture traffic relating to reviews and ratings of clinics and treatment prices. This is an SEO experiment in itself. All of the data on these pages exists on other pages. For instance, all the reviews of each clinic exist in their own profile, but these new pages pull together what we think are a useful set of reviews so they can be compared in one place. The same goes for the prices.</p>
<p>Here&#8217;s what a normal search results page looks like: <a title="dublin dentists" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin"> Dentists in Dublin</a></p>
<p><a title="dublin dentists" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin"><img class="alignnone size-full wp-image-1237" title="dublin-search" src="http://blog.whatclinic.com/wp-content/uploads/2010/08/dublin-search.png" alt="" width="450" height="270" /></a></p>
<p>Here&#8217;s the reviews page: <a title="reviews of dublin dentists" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin/reviews">Reviews of Dentists in Dublin</a></p>
<p><a title="reviews of dublin dentists" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin/reviews"><img class="alignnone size-full wp-image-1239" title="dublin-reviews" src="http://blog.whatclinic.com/wp-content/uploads/2010/08/dublin-reviews.png" alt="" width="450" height="270" /></a></p>
<p>And here&#8217;s the prices page: <a title="dublin dentists prices" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin/prices">Prices of Dentists in Dublin</a></p>
<p><a title="dublin dentists prices" href="http://www.whatclinic.com/dentists/ireland/county-dublin/dublin/prices"><img class="alignnone size-full wp-image-1238" title="dublin-prices" src="http://blog.whatclinic.com/wp-content/uploads/2010/08/dublin-prices.png" alt="" width="450" height="270" /></a></p>
<p>Time will tell whether or not the search engines think these pages are useful, but we&#8217;ll be keeping a close eye on how their traffic and usage grows in the coming months.</p>
<p>Have you any experience with re-slicing your own data? How did it work out for you? Leave us a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2010/08/new-prices-and-reviews-pages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Hierarchies Now Included In Google Search Results</title>
		<link>http://blog.whatclinic.com/2009/11/site-hierarchies-now-included-in-google-search-results.html</link>
		<comments>http://blog.whatclinic.com/2009/11/site-hierarchies-now-included-in-google-search-results.html#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:00:48 +0000</pubDate>
		<dc:creator>Philip Boyle</dc:creator>
				<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[site hierarchy]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=732</guid>
		<description><![CDATA[Google have started to add extra information to their search results in order to give users a better idea about what section of a website they&#8217;re about to click through to. This makes more sense in some situations than others. For example, in the search result pictured above the new site hierarchy link &#8220;Plastic Surgery [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_734" class="wp-caption alignnone" style="width: 554px"><a href="http://www.revahealth.com/cosmetic-plastic-surgery/ireland"><img class="size-full wp-image-734" title="Google Search Result For Cosmetic Surgery Ireland" src="http://blog.revahealth.com/wp-content/uploads/2009/11/cosmetic-surgery-ireland-google-search-result.jpg" alt="Google Search Result For Cosmetic Surgery Ireland" width="544" height="80" /></a><p class="wp-caption-text">Google Search Result For Cosmetic Surgery Ireland</p></div>
<p>Google have started to add extra information to their search results in order to give users a better idea about what section of a website they&#8217;re about to click through to. This makes more sense in some situations than others. For example, in the search result pictured above the new site hierarchy link &#8220;<strong>Plastic Surgery Clinics</strong>&#8221; which appears after the &#8220;<strong>www.revahealth.com &gt;</strong>&#8221; in green doesn&#8217;t really add any information, seeing as the same text is included in the main link to the page.</p>
<p>However, imagine if the page title (and Google&#8217;s main link text) was &#8220;Dr. Michael Smith, 4 Main Street, Crosstown&#8221;. In this case the site hierarchy link would probably be something like &#8220;Dentists&#8221;, which would give you a good context about the type of page you were going to click through to, telling you Dr Michael Smith is a dentist rather than a GP or a surgeon for instance.</p>
<div id="attachment_733" class="wp-caption alignnone" style="width: 553px"><a href="http://www.revahealth.com/dentists/ireland"><img class="size-full wp-image-733" title="Google Search Result For Dentists Ireland" src="http://blog.revahealth.com/wp-content/uploads/2009/11/dentists-ireland-google-search-result.jpg" alt="Google Search Result For Dentists Ireland" width="543" height="81" /></a><p class="wp-caption-text">Google Search Result For Dentists Ireland</p></div>
<p>These site hierarchy links have only started to appear in the last week, and so far only for some of our search results. It will be interesting to see how common these become and how they&#8217;ll evolve. Have you seen these for your site yet, and are they any help?</p>
<p>[Additional information direct from Google here: <a title="site hierarchies" href="http://googleblog.blogspot.com/2009/11/new-site-hierarchies-display-in-search.html">Site Hierarchy Links</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/11/site-hierarchies-now-included-in-google-search-results.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Results Of Our Local Domain Search Experiment</title>
		<link>http://blog.whatclinic.com/2009/11/the-results-of-our-local-domain-search-experiment.html</link>
		<comments>http://blog.whatclinic.com/2009/11/the-results-of-our-local-domain-search-experiment.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:22:56 +0000</pubDate>
		<dc:creator>Marta Sawicka</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[cctld]]></category>
		<category><![CDATA[local search]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=699</guid>
		<description><![CDATA[A few months ago, in the post Using Country Specific Domains For SEO we introduced you to the idea of redirecting half of our Irish and UK pages from RevaHealth’s .com domain to our local .ie and .co.uk domains. In this follow up post we describe how the experiment turned out to be successful, but [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, in the post <a title="local domains for SEO" href="http://blog.revahealth.com/2009/07/using-country-specific-domains-for-seo.html">Using Country Specific Domains For SEO</a> we introduced you to the idea of redirecting half of our Irish and UK pages from RevaHealth’s .com domain to our local .ie and .co.uk domains. In this follow up post we describe how the experiment turned out to be successful, but with a very disappointing result.</p>
<p>The main goal of all search engines is to return results from the sites that are the most useful and relevant to a user query. Sites with country-coded top-level domains, such as .ie, are associated with a geographic region, in this case Ireland. By default, and all other things being equal, sites with a .ie domain are interpreted as more relevant for users in Ireland. For generic top-level domains such as .com Google allows site owners to manually assign a preferred country in their <a title="Google webmaster tools" href="http://www.google.com/webmasters/tools/">Webmaster Tools</a>.</p>
<p>As our .com domain’s content covers many countries we can’t use this particular feature to optimize the site for a particular region. Instead, we were hoping that by redirecting our Irish and UK pages to their local domains that those pages would benefit from a boost in search results positioning on Google.ie and Google.co.uk as being targeted at their local audiences.</p>
<p>The initial results were terrible. The redirected pages dropped in the SERPs by about 3 positions. As our Irish pages previously ranked better than our UK ones they suffered even more. (Ireland was our first local area of interest and those pages were in the index much earlier.)</p>
<p>After a few weeks our results moved slightly in the right direction but were still behind the control group. We decided to let the experiment run for longer, almost four months in total, to be sure that the conclusion drawn was correct. In the end we turned off the redirections, just last week in fact. The experiment was successful in terms of achieving measurable and unambiguous results, but unfortunately they were very disappointing.</p>
<p>Our redirected .com pages disappeared from the index and over time their corresponding .ie and .co.uk pages were indexed instead. However, they never reached the search results positions we had had before with our .com pages. We speculated that our .com domain had more trust and authority than our country specific domains and that’s why pages from RevaHealth.com ranked better even in Google’s country specific search engines.</p>
<p>Now, just one week after undoing the redirects, most of the .com pages have regained their positions from before the experiment, which we think goes some way to validating our speculation. Our generic .com domain, which is crawled much more frequently than our local domains are, does seem to be a more trusted site, not only by Google.com but also by Google.ie and Google.co.uk.</p>
<p>Have you run any similar experiments that you can share with us?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/11/the-results-of-our-local-domain-search-experiment.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Our Definition of Search Engine Optimization</title>
		<link>http://blog.whatclinic.com/2009/10/our-definition-of-search-engine-optimization.html</link>
		<comments>http://blog.whatclinic.com/2009/10/our-definition-of-search-engine-optimization.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:30:16 +0000</pubDate>
		<dc:creator>Caelen King</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=619</guid>
		<description><![CDATA[I’ve been talking to a lot of people recently that seem to think that Search Engine Optimization is bullshit. There seems to be a rising opinion that it is all snake oil and if people just ignored the search engines then the world would be a better place.  This is not true. The whole reason [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been talking to a lot of people recently that seem to think that Search Engine Optimization is bullshit. There seems to be a rising opinion that it is all snake oil and if people just ignored the search engines then the world would be a better place.  This is not true.</p>
<p>The whole reason why search engines work as well as they do is because of the huge amount of effort that publishers put into SEO daily. That’s right &#8211; without SEO the search engines wouldn’t work.</p>
<p><strong>Why?</strong></p>
<p>Well, what a search engine tries to do is understand the meaning of a page and subsequently display it in the search results when someone types in a query that indicates that they are looking for that content. This is phenomenally difficult to do; even with the best brains on the planet it is currently impossible.</p>
<p>The reason for this is that machine learning isn’t nearly advanced enough to be able to understand at the levels that humans are able to understand.</p>
<p>So the search engines rely on publishers to shape their content so that they can better understand its meaning. Back when the search engines where pretty unsophisticated this literally involved telling the search engine using the meta keywords and meta description tags.</p>
<p>As the search engines and spammers have become more advanced the means of conveying meaning to the search engines has become less overt, but no less important.</p>
<p><strong>RevaHealth.com definition of Search Engine Optimization:</strong></p>
<p>SEO is the science of narrowing the gap between the search engines&#8217; understanding of a page and a human&#8217;s understanding.</p>
<p>You will notice from the above definition that this doesn’t include link building. That’s because we regard link building as PR. Just as old school PR was about getting your company correctly positioned in newspapers and on radio, new school PR is the same thing online.</p>
<p><strong>So what can happen if you build a website that solely targets users and not search engines?</strong></p>
<p>The following examples are completely legitimate ways of constructing your website that will have no negative effects on your end users, but will completely ruin your chances of being distributed through the search engines.</p>
<p>Let’s say you are building a listing site similar to RevaHealth.com</p>
<ol>
<li>You use parameters instead of hard URLs.  If you construct your parameters without thinking about SEO  you can easily create a website that the search engines simply won’t index.</li>
<li>You use JavaScript to dynamically call in the content similar to Kayak. This can provide a very useful end user feature. However, if coded without reference to SEO it will result in the content not being indexed.</li>
<li>You use a template for each page that results in the search engines thinking that each page is a duplicate of another page.</li>
<li>You include useful additional information for the user (for example from Wikipedia) that is not original.   At best this will result in the search engine marking down your pages and at worst they might list you as a spam site and exclude your entire site from the index.</li>
<li>You have a infinite number of combinations of search results available resulting the search engine giving up before they have crawled all of the relevant content</li>
</ol>
<p><strong>In Summary</strong></p>
<p>Search engines are the number one means of distributing your content. If you develop a website without considering the SEO implications of your decisions, you are effectively giving the search engines two fingers. Don’t be surprised if they give you two fingers straight back.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/10/our-definition-of-search-engine-optimization.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Meta Keywords and Google</title>
		<link>http://blog.whatclinic.com/2009/09/meta-keywords-and-google.html</link>
		<comments>http://blog.whatclinic.com/2009/09/meta-keywords-and-google.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:13:14 +0000</pubDate>
		<dc:creator>Philip Boyle</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[matt cutts]]></category>
		<category><![CDATA[meta keywords]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=614</guid>
		<description><![CDATA[We often get asked about our experiences with SEO, usually about what worked for us and what didn&#8217;t. Keywords are a topic that come up again and again. The video above comes from Matt Cutts, the head of Google’s Webspam team, and it neatly summarises the fact that when it comes to Google&#8217;s main search [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/jK7IPbnmvVU&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/jK7IPbnmvVU&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>We often get asked about our experiences with SEO, usually about what worked for us and what didn&#8217;t. Keywords are a topic that come up again and again. The video above comes from Matt Cutts, the head of Google’s Webspam team, and it neatly summarises the fact that when it comes to Google&#8217;s main search product, meta keywords are completely ignored.</p>
<p>That should be the end of that then. But it isn&#8217;t.</p>
<p>A lot of people seem to get mixed up between keywords and meta keywords, thinking they are exactly the same thing, so the video above might be taken by some people to mean that ALL keywords are ignored by Google. That just isn&#8217;t the case.</p>
<p>The word &#8220;keywords&#8221; can mean many things interchangeably, but for the purposes of this blog post, let&#8217;s  refer to a set of keywords as the most important words, phrases or acronyms that your potential visitors will use to find a particular page of content on your site.</p>
<p>For these potential visitors to find your page, the keywords they use, or their synonyms or related keywords will have to appear on or pointing to the page somewhere. These keywords can  appear in:</p>
<ul>
<li>the body text of your page</li>
<li>the URL of the page, including the domain name</li>
<li>the page title of the page</li>
<li>the meta description of the page</li>
<li>the H1 tag on the page</li>
<li>the alt text of images on the page</li>
<li>the links to the page</li>
</ul>
<p>And that&#8217;s just off the top of my head. They can also still appear in your meta keywords, even if Google currently chooses to ignore them THERE.</p>
<p>You should still be doing your keyword research for each page (or set of pages) and using those keywords you identify as being the most important in the page elements listed in the paragraph above. Google even offer some good free tools to help you find out what keywords to use. I&#8217;d recommend <a title="Google's Search Insights" href="http://www.google.com/insights/search/">Google&#8217;s Search Insights</a>, <a title="Google Analytics" href="http://www.google.com/analytics/">Google Analytics</a>, their free <a title="AdWords Keyword Tool" href="https://adwords.google.com/select/KeywordToolExternal">AdWords Keyword Tool</a>, and even <a title="Google Trends" href="http://www.google.com/trends">Google Trends</a>. Add your own favourite keyword research tools in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/09/meta-keywords-and-google.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Wikipedia Content to Combat Duplicate Content</title>
		<link>http://blog.whatclinic.com/2009/09/using-wikipeida-content-to-combat-duplicate-content.html</link>
		<comments>http://blog.whatclinic.com/2009/09/using-wikipeida-content-to-combat-duplicate-content.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 17:15:59 +0000</pubDate>
		<dc:creator>Marta Sawicka</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=596</guid>
		<description><![CDATA[We publish a lot of web pages on RevaHealth.com, tens of millions of them in fact. One of the SEO problems we run into because of this is that a lot of them are very similar to other pages on the site. For example our page for cosmetic surgeons in London is extremely similar to [...]]]></description>
			<content:encoded><![CDATA[<p>We publish a lot of web pages on RevaHealth.com, tens of millions of them in fact. One of the SEO problems we run into because of this is that a lot of them are very similar to other pages on the site. For example our page for <a title="plastic surgery london" href="http://www.revahealth.com/cosmetic-plastic-surgery/uk/london">cosmetic surgeons in London</a> is extremely similar to our page for <a title="cosmetic surgery in ec london" href="http://www.revahealth.com/cosmetic-plastic-surgery/uk/london/london-ec-district">cosmetic surgeons in the EC district of London</a>. This results in the search engines sometimes thinking that we are publishing duplicate pages, even though the pages are perfectly valid and are distinct pages from a newly landed user’s perspective.</p>
<p>The SEO problem with duplicate pages is that Google doesn’t want to clog up its index with a whole bunch of duplicate content, so it tries to cull the duplicate content from its index. In our case it only includes cosmetic surgeons in London in its search results.</p>
<p>In the past we included machine generated text on each page, in an effort to describe on the page in a way people could easily understand what the content was without having to write tens of millions of descriptions by hand. However, because this particular block of text was quite similar from page to page, it hindered us rather than helped us in relation to duplicate content. So we set about trying to find a way to increase the originality of each page.</p>
<p>On a side note, it is possible for you to take control over your own duplicate content and to tell the search engines which page is the original or most important version of a page rather than letting them make that decision for you. You can use either canonical URLs or 301 redirects, something we’ll discuss in another blog post. For now, this is something that we do already, but as the pages are actually valid, non-duplicate pages for our visitors, we think that this shouldn’t be necessary.</p>
<p>So, going back to looking at how to increase the originality of the content on our pages, we took our search results for <a title="mexico dentists" href="http://www.revahealth.com/dentists/mexico">Dentists in Mexico</a> as our test bed. For 50% of the locations in Mexico we added 2-3 paragraphs of location descriptions taken from Wikipedia. Wikipedia has relevant content that can be re-used on other sites thanks to the GNU Free Documentation License. The link to the original source of the text was included underneath.</p>
<p>We were hoping that syndicating content from Wikipedia could alleviate the duplicate content issue along with giving our visitors a better experience. We let the test run for three months.</p>
<h2>The Results</h2>
<p>Although our results shouldn’t be regarded as complete, we found that the inclusion of Wikipedia content on our search results pages had no effect on whether the page was included in the main Google index.</p>
<p>However, we also found that all pages with Wikipedia content that were already in the search results dropped by around 3 positions, while all control pages gained on average 2 positions!</p>
<p>Search engines want and reward original content. It is known that Google uses document similarity techniques to keep searchers from finding redundant content in search results. Our experiment left no doubt about it. I only wonder how will Google solve the problem in the current large scale web syndication era if it is possible to find <a title="adsense articles" href="http://www.google.com/#q=Get+Motivated+to+Create+New+AdSense+Content&amp;hl=en&amp;sa=G&amp;fp=1&amp;cad=b">5 exactly the same articles</a> on the top 5 sites in the results for many of Google searches, e.g.</p>
<p><a title="adsense articles" href="http://www.google.com/#q=Get+Motivated+to+Create+New+AdSense+Content&amp;hl=en&amp;sa=G&amp;fp=1&amp;cad=b">http://www.google.com/#q=Get+Motivated+to+Create+New+AdSense+Content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/09/using-wikipeida-content-to-combat-duplicate-content.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Spot Trends In The Long Tail &#8211; May 2009</title>
		<link>http://blog.whatclinic.com/2009/06/what-our-visitors-want-revahealth-com-trends-may-2009.html</link>
		<comments>http://blog.whatclinic.com/2009/06/what-our-visitors-want-revahealth-com-trends-may-2009.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:56:07 +0000</pubDate>
		<dc:creator>Philip Boyle</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[long tail]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://blog.revahealth.com/?p=452</guid>
		<description><![CDATA[We&#8217;ve talked before about the advantages of using a long tail strategy to bring traffic to our site, but in digging into what&#8217;s been happening in the last month, some of the disadvantages of the strategy became apparent too. The pros far outweigh the cons, but it&#8217;s worth taking a little time to discuss them nonetheless. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve talked before about the advantages of using a long tail strategy to bring traffic to our site, but in digging into what&#8217;s been happening in the last month, some of the disadvantages of the strategy became apparent too. The pros far outweigh the cons, but it&#8217;s worth taking a little time to discuss them nonetheless.</p>
<p>With just short of 80,000 pages from RevaHealth.com in Google&#8217;s active index there are an awful lot of ways that visitors can find pages on our site. Looking at the keywords they searched for before arriving on the site should be an easy way to gain an insight into what our visitors want, but the sheer volume of unique keywords arising from a long tail strategy makes this much harder.</p>
<p>For example, in May 2009 there were 83,153 unique keywords that brought people to RevaHealth.com, and the average number of words (fragments) in each keyword was 3.88. Compare this to the 2008 global average of 2.2 words per query and you start to see how different our traffic is. The graph below helps illustrate the problem &#8211; there were 13,097 fragments that were searched for just once in May, while there was one word that was searched for 17,130 times!</p>
<div id="attachment_454" class="wp-caption alignnone" style="width: 326px"><img class="size-full wp-image-454" title="Keyword fragment usage rates May 2009" src="http://blog.revahealth.com/wp-content/uploads/2009/06/keyword-fragment-usage-rates-may-2009.jpg" alt="Keyword fragment usage rates May 2009" width="316" height="190" /><p class="wp-caption-text">Keyword fragment usage rates May 2009</p></div>
<p>So what was this most searched for fragment? Not surprisingly for a site organised by locations, it was &#8220;in&#8221;. Also unsurprisingly for RevaHealth.com, numbers 2 and 3 were &#8220;dentist&#8221; (12,837 times) and &#8220;dental&#8221; (10,041 times) respectively. The difficulty however comes with how quickly these numbers drop off. For instance, our hundredth most popular keyword fragment was &#8220;leicester&#8221;, with just 379 searches in May. In fact, you may have noticed that the above graph&#8217;s vertical axis uses a logarithmic scale just so you can see any detail!</p>
<p>The point of all this is that using a long tail strategy to attract traffic does make it harder to spot the underlying trends by mining your keywords. Some tips I would suggest are:</p>
<ol>
<li>splitting keywords into fragments and aggregating &#8211; this at least helps to point out the most repeated individual words</li>
<li>create groups of keyword fragments under different themes or meanings and measure their collective popularity &#8211; this can help to identify broader trends i.e. which is more important to your visitors &#8211; price or quality?</li>
<li>watch out for rising trends by looking for unexpected keyword fragments appearing high on your list &#8211; these can help to identify timely sales opportunities</li>
</ol>
<p>I&#8217;d also be interested in hearing how you go about analysing your keywords to identify important SEO terms, visitor trends and sales opportunities, so leave a comment and let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/06/what-our-visitors-want-revahealth-com-trends-may-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Long Tail works for us</title>
		<link>http://blog.whatclinic.com/2009/05/how-the-long-tail-works-for-us.html</link>
		<comments>http://blog.whatclinic.com/2009/05/how-the-long-tail-works-for-us.html#comments</comments>
		<pubDate>Tue, 05 May 2009 23:22:42 +0000</pubDate>
		<dc:creator>Marta Sawicka</dc:creator>
				<category><![CDATA[Stuff we've learned]]></category>
		<category><![CDATA[long tail]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://ibehealth.com/2009/05/how-the-long-tail-works-for-us.html</guid>
		<description><![CDATA[Do you know how many unique queries are bringing your site visitors? Last week for RevaHealth.com the number was 17,181! It shows that the long tail is working. When applied to search engine traffic, this simply means that a website receives most of its visitors through a collection of low-volume search queries rather than a handful of major keywords. [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know how many unique queries are bringing your site visitors? Last week for <a href="http://www.revahealth.com/">RevaHealth.com</a> the number was 17,181! It shows that the long tail is working. When applied to search engine traffic, this simply means that a website receives most of its visitors through a collection of low-volume search queries rather than a handful of major keywords.</p>
<p>There are a few reasons why we optimise RevaHealth.com for long tail key phrases. Firstly, it’s much easier for us to rank well on search engines for rare key phrases because of the lack of competition. For example, our site isn’t listed within the Top 10 Google SERPs for ‘dentists’, while for ‘dentists dublin’ we are in position one. Being able to rank so well for these long tail keywords guarantees us a large slice of the traffic these keywords generate.</p>
<p>Secondly, in order to target the long tail, we have created a <strong>lot</strong> of pages, which means we end up with a lot of pages indexed (39,900 so far), which gives us great visibility. What’s more, this increased visibility is very valuable, growing our audience and earning potential revenue. What&#8217;s more targeted visitors seeking very specific information tend to useg long tail keywords and as a results are more likely to convert or click on contextual ads, increasing our revenue per visitor.</p>
<p>Discovering which long tail key phrases are relevant to your business isn&#8217;t difficult but it is time consuming. There are a number of great free tools available from Google: <a href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword Tool</a>, <a href="http://www.google.com/insights/search/">Google Insights For Search</a>, <a href="http://www.google.com/trends">Google Trends</a>. Sometimes however the simplest way to get good information is to actually publish pages with unique sets of keywords and see whats gets traffic. We rely on this method of generating content as we continue to add new treatment categories and destinations on a regular basis.</p>
<p>A recent Google study on search engine users’ behaviour provides more evidence that back up the theory of the long tail. According to the research, as time passes, people are using longer and longer phrases in the search box.</p>
<div style="text-align: center;"><a href="http://blog.revahealth.com/.a/6a00e54f09f40688340115705c84ca970b-pi"><img class="aligncenter size-medium wp-image-220" title="6a00e54f09f40688340115705c84ca970b" src="http://blog.revahealth.com/wp-content/uploads/2009/05/6a00e54f09f40688340115705c84ca970b-300x211.jpg" alt="6a00e54f09f40688340115705c84ca970b" width="300" height="211" /><br />
</a></p>
<p style="text-align: left;">The 2008 average is 2.2 words for query, while in 1994 it was only 1.2 words. Some sources mention even higher numbers, for example, the Nielsen Norman Group cite 3.1 words per query. And this number still grows.</p>
<p style="text-align: left;">These are examples our search terms that have directed traffic to RevaHealth.com:</p>
<ul style="text-align: left;">
<li>how much does braces cost in mexico</li>
<li>anyone had liposculpture with dr robin van look?</li>
<li>board-certified plastic surgeon in poland</li>
<li>list of dentists in singapore dental clinics</li>
<li>effective face lift in the philippines</li>
</ul>
<p><em> </em></p>
<p><em> </em></p>
<p><em> </em></p>
<p style="text-align: left;"><span style="font-style: normal;"><em>The long tail is, then, an undeniable opportunity to attract more visitors. Targeting multi-word search queries, optimising a website and creating content to match the long tail, allows us to win potential users and buyers. The down side is you need to create a lot of pages with unique and valuable content so that the search engines index them. </em></span></p>
<p><em> </em></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.whatclinic.com/2009/05/how-the-long-tail-works-for-us.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

