<?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>Nursing by Design &#187; guzels.tv</title>
	<atom:link href="http://www.nursingbydesign.com/tag/guzels-tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nursingbydesign.com</link>
	<description>Ideas and observations of an IT Consultant Nurse</description>
	<lastBuildDate>Tue, 11 May 2010 22:03:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>You saw it first on .TV</title>
		<link>http://www.nursingbydesign.com/google/you-saw-it-first-on-tv/</link>
		<comments>http://www.nursingbydesign.com/google/you-saw-it-first-on-tv/#comments</comments>
		<pubDate>Wed, 06 May 2009 09:13:56 +0000</pubDate>
		<dc:creator>Nigel Freeney</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[?ref=guzels.tv]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[blackhat seo]]></category>
		<category><![CDATA[guzels.tv]]></category>

		<guid isPermaLink="false">http://www.nursingbydesign.com/?p=26</guid>
		<description><![CDATA[Whilst checking my sites through the Google Webmaster tools today I discovered that some duplicate content was being reported on two pages for Meta Descriptions and Title Tags.
On closer inspection it was actually the same page but Google had a listing for it that included a variable string that was nothing to do with me.
Original [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst checking my sites through the Google Webmaster tools today I discovered that some duplicate content was being reported on two pages for Meta Descriptions and Title Tags.</p>
<p>On closer inspection it was actually the same page but Google had a listing for it that included a variable string that was nothing to do with me.</p>
<p>Original page link<br />
<a href="http://www.nursing-agencies-list.com/email_arch4.asp">http://www.nursing-agencies-list.com/email_arch4.asp</a><br />
New link<br />
<a rel="nofollow" href="http://www.nursing-agencies-list.com/email_arch4.asp?ref=Guzels.tv">http://www.nursing-agencies-list.com/email_arch4.asp?ref=Guzels.tv</a></p>
<p>This was obviously an attempt by someone to mess with my sites listings in Google or to promote information about another site. I checked for the link in Google using<br />
link:www.nursing-agencies-list.com/email_arch4.asp?ref=Guzels.tv<br />
but as expected got no results</p>
<p>Then I searched for &#8220;?ref=Guzels.tv&#8221; and got 1,460,000 results!</p>
<p><strong>How and why and what could be done by Google?<br />
</strong></p>
<ul>
<li>It would appear likely that there would have been a number of pages on a temporary website that listed the urls with the additional query string &#8220;?ref=Guzels.tv&#8221;</li>
<li>It seems obvious that his is an orchestrated campaign to create a presence for Guzels.tv</li>
<li>I am somewhat surprised that this seemingly obvious technic is not already captured by Googles algorithms and if not I would suggest that this should be looked at ASAP. In the meantime it would also make sense to find someway of removing the majority of the 1,460,000 results</li>
</ul>
<p><strong>Quick fix</strong><br />
I used VBScript to check for the variable and then perform a 301 redirect to the page without the variable</p>
<p>Dim NewRef<br />
NewRef = Request.QueryString(&#8220;ref&#8221;)</p>
<p>If NewRef &lt;&gt; &#8220;&#8221; Then<br />
Response.Status=&#8221;301 Moved Permanently&#8221;<br />
Response.AddHeader &#8220;Location&#8221;, &#8220;<a href="http://www.nursing-agencies-list.com/email_arch4.asp">http://www.nursing-agencies-list.com/email_arch4.asp</a>&#8221;<br />
Else</p>
<p>End If</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nursingbydesign.com/google/you-saw-it-first-on-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
