<?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>Colin&#039;s Blog &#187; mattcutts</title>
	<atom:link href="http://colincarmichael.ca/tag/mattcutts/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on everything.</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:22:37 +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>Excluding Search Engines from Geo-Targetting Techniques</title>
		<link>http://colincarmichael.ca/excluding-search-engines-from-geo-targetting-techniques/</link>
		<comments>http://colincarmichael.ca/excluding-search-engines-from-geo-targetting-techniques/#comments</comments>
		<pubDate>Sat, 23 May 2009 13:25:28 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[geotargetting]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[localsearch]]></category>
		<category><![CDATA[mattcutts]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2009/05/23/excluding-search-engines-from-geo-targetting-techniques/</guid>
		<description><![CDATA[I've spent the last few days transforming MainStWeb.com into a true local search engine, powered by the Praized API and, overall, I'm pretty pleased with the result. One of the custom things I've added is IP-based geolocation. This means that every visitor gets a custom home-page based on their IP address. Very cool because it [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/search-logs/' rel='bookmark' title='Permanent Link: Search Logs&#8230;'>Search Logs&#8230;</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/index-first-rank-later/' rel='bookmark' title='Permanent Link: Index first, rank later!'>Index first, rank later!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I've spent the last few days transforming <a href="http://mainstweb.com">MainStWeb.com</a> into a true local search engine, powered by the <a href="http://praizedmedia.com">Praized API</a> and, overall, I'm pretty pleased with the result.</p>
<p>One of the custom things I've added is IP-based geolocation. This means that every visitor gets a custom home-page based on their IP address. Very cool because it makes the site instantly relevant no matter where in North America you happen to be.</p>
<p>My only concern is that Google happens to be in Mountain View, California. Obviously, I don't want MainStWeb's indexed pages to be skewed towards Mountain View. Obvious fix is to programatically exclude search engines from the geo-targetting algo.</p>
<p>Except that I also know that Google frowns upon efforts to present a different experience to the GoogleBot than to real people.</p>
<p>So what to do? Would the search engine exclusion be considered acceptable in the eyes of Matt Cutts, et al?
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fexcluding-search-engines-from-geo-targetting-techniques%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fexcluding-search-engines-from-geo-targetting-techniques%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=geotargetting,Google,local,localsearch,mattcutts,seo" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fexcluding-search-engines-from-geo-targetting-techniques%2F&amp;t=Excluding%20Search%20Engines%20from%20Geo-Targetting%20Techniques" id="facebook_share_button_1409" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_1409') || document.getElementById('facebook_share_icon_1409') || document.getElementById('facebook_share_both_1409') || document.getElementById('facebook_share_button_1409');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_1409') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/search-logs/' rel='bookmark' title='Permanent Link: Search Logs&#8230;'>Search Logs&#8230;</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/index-first-rank-later/' rel='bookmark' title='Permanent Link: Index first, rank later!'>Index first, rank later!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/excluding-search-engines-from-geo-targetting-techniques/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
