<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making a Case for the Ignore Parameter</title>
	<atom:link href="http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/</link>
	<description>Michael Gray rants on SEO the internet and  media</description>
	<lastBuildDate>Sun, 25 Oct 2009 18:58:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Lea</title>
		<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/comment-page-1/#comment-8364</link>
		<dc:creator>Lea</dc:creator>
		<pubDate>Sun, 16 Jul 2006 09:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/#comment-8364</guid>
		<description>Hmm, you&#039;re right.
OK, htaccess allows for it.
Put &lt;a href=&quot;example.com/foo/?ignoreparameter=1&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;
on your page
and 
RewriteCond %{QUERY_STRING} ^ignoreparameter=1
RewriteRule ^ foo/ http://example.com/foo/? [R=301,L]
in your htaccess and you get a 301 that *should* have the bots moving on to the real page address for PR, but your logs will include the 301 for Real Clicks.
Of course, you&#039;ll need custom software to analyse it
(technical point: the final ? just before the R=301 is *important*!! Don&#039;t remove it!!)</description>
		<content:encoded><![CDATA[<p>Hmm, you&#8217;re right.<br />
OK, htaccess allows for it.<br />
Put <a href="example.com/foo/?ignoreparameter=1" rel="nofollow">link</a><br />
on your page<br />
and<br />
RewriteCond %{QUERY_STRING} ^ignoreparameter=1<br />
RewriteRule ^ foo/ <a href="http://example.com/foo/?" rel="nofollow">http://example.com/foo/?</a> [R=301,L]<br />
in your htaccess and you get a 301 that *should* have the bots moving on to the real page address for PR, but your logs will include the 301 for Real Clicks.<br />
Of course, you&#8217;ll need custom software to analyse it<br />
(technical point: the final ? just before the R=301 is *important*!! Don&#8217;t remove it!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Giguere</title>
		<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/comment-page-1/#comment-8187</link>
		<dc:creator>Eric Giguere</dc:creator>
		<pubDate>Thu, 06 Jul 2006 10:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/#comment-8187</guid>
		<description>Yeah, serves me right for answering questions at 5 in the morning. Forgot about the indexing part, not good at all....</description>
		<content:encoded><![CDATA[<p>Yeah, serves me right for answering questions at 5 in the morning. Forgot about the indexing part, not good at all&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gman</title>
		<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/comment-page-1/#comment-8167</link>
		<dc:creator>Gman</dc:creator>
		<pubDate>Wed, 05 Jul 2006 15:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/#comment-8167</guid>
		<description>&quot;This can already be done - look at Google Analytics, it has an overlay map which shows what links were clicked on how often.
I havenâ€™t checked their js, but I expect they are pulling the mopuse coords of each click and defining where on the page it occurred.&quot;


Google Analytics doesn&#039;t appear to separate clicks when links are duplicated though. For example, when you&#039;ve got navlinks on top and the same navlinks on the side, Google Analytics will display the same click stats for both links...at least that&#039;s how the reports show up for my site.</description>
		<content:encoded><![CDATA[<p>&#8220;This can already be done &#8211; look at Google Analytics, it has an overlay map which shows what links were clicked on how often.<br />
I havenâ€™t checked their js, but I expect they are pulling the mopuse coords of each click and defining where on the page it occurred.&#8221;</p>
<p>Google Analytics doesn&#8217;t appear to separate clicks when links are duplicated though. For example, when you&#8217;ve got navlinks on top and the same navlinks on the side, Google Analytics will display the same click stats for both links&#8230;at least that&#8217;s how the reports show up for my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea</title>
		<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/comment-page-1/#comment-8165</link>
		<dc:creator>Lea</dc:creator>
		<pubDate>Wed, 05 Jul 2006 13:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/#comment-8165</guid>
		<description>I&#039;m not sure that the &#039;id&#039; parameter is the best way to do it - you&#039;re likely to get the target page excluded instead :(

This can already be done - look at Google Analytics, it has an overlay map which shows what links were clicked on how often.
I haven&#039;t checked their js, but I expect they are pulling the mopuse coords of each click and defining where on the page it occurred.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure that the &#8216;id&#8217; parameter is the best way to do it &#8211; you&#8217;re likely to get the target page excluded instead <img src='http://www.wolf-howl.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>This can already be done &#8211; look at Google Analytics, it has an overlay map which shows what links were clicked on how often.<br />
I haven&#8217;t checked their js, but I expect they are pulling the mopuse coords of each click and defining where on the page it occurred.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Giguere</title>
		<link>http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/comment-page-1/#comment-8161</link>
		<dc:creator>Eric Giguere</dc:creator>
		<pubDate>Wed, 05 Jul 2006 10:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/seo/making-a-case-for-the-ignore-parameter/#comment-8161</guid>
		<description>Actually, with Google you can already do this by using a query parameter with name &quot;id&quot;. So if you don&#039;t need &quot;id&quot; for something else, just use it. See &lt;a href=&quot;http://www.google.com/support/webmasters/bin/answer.py?answer=35769&quot; rel=&quot;nofollow&quot;&gt;Google&#039;s webmaster guidelines&lt;/a&gt;, it&#039;s there at the bottom of the technical guidelines section.</description>
		<content:encoded><![CDATA[<p>Actually, with Google you can already do this by using a query parameter with name &#8220;id&#8221;. So if you don&#8217;t need &#8220;id&#8221; for something else, just use it. See <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769" rel="nofollow">Google&#8217;s webmaster guidelines</a>, it&#8217;s there at the bottom of the technical guidelines section.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
