<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: How do I block my url from showing up in other people's referral logs?</title>
      <link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs/</link>
      <description>Comments on Ask MetaFilter post How do I block my url from showing up in other people's referral logs?</description>
	  	  <pubDate>Wed, 17 Aug 2005 18:50:45 -0800</pubDate>
      <lastBuildDate>Wed, 17 Aug 2005 18:50:45 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: How do I block my url from showing up in other people&apos;s referral logs?</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs</link>	
  	<description>How do I block my url from showing up in other people&apos;s referral logs? I am not doing anything shady here... it&apos;s just that I&apos;ve put up a blog that I mainly want to share with friends and family. I don&apos;t want to go to the trouble of password protecting it, and I know that anything on the web can be seen by most anybody... but I would like to simply discourge visits from those who have no reason to be there. I&apos;ve already set up robot.txt(s) to keep the search engines out, but I want to deter people from visiting the site just because my link shows up on their logs due to an occasional link I might post. I know there is a way to block the referring link address (as frequently other sites get blocked in my own logs), I just don&apos;t know how to do it. Anyone have a simple solution?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.22743</guid>
  	<pubDate>Wed, 17 Aug 2005 18:34:13 -0800</pubDate>
  	<dc:creator>RoseovSharon</dc:creator>
	
	<category>url</category>
	
	<category>block</category>
	
	<category>referrer</category>
	
	<category>server</category>
	
	<category>logs</category>
	
</item>
<item>
  	<title>By: joshwa</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363758</link>	
  	<description>you want a server-based redirect script. It&apos;ll take the url as a parameter, spoof the referrer, and redirect the browser, e.g. something along these lines of PHP:&lt;br&gt;
&lt;br&gt;
$URI=$_GET[&apos;URI&apos;];&lt;br&gt;
header(&amp;quot;Referer: http://www.example.com&amp;quot;);&lt;br&gt;
eader(&amp;quot;Location: $URI&amp;quot;);&lt;br&gt;
exit;&lt;br&gt;
&lt;br&gt;
then you write your links as yourserver.com/redirect.php?URI=http://linkedpage.com/&lt;br&gt;
&lt;br&gt;
this should show up in their logs as traffic coming frmo example.com. &lt;br&gt;
&lt;br&gt;
google for &amp;quot;redirect script&amp;quot; and you should find plenty.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363758</guid>
  	<pubDate>Wed, 17 Aug 2005 18:50:45 -0800</pubDate>
  	<dc:creator>joshwa</dc:creator>
</item>
<item>
  	<title>By: smackfu</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363762</link>	
  	<description>Or you can just use Google&apos;s redirect: &lt;br&gt;
http://www.google.com/url?sa=D&amp;amp;q=URL</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363762</guid>
  	<pubDate>Wed, 17 Aug 2005 18:52:52 -0800</pubDate>
  	<dc:creator>smackfu</dc:creator>
</item>
<item>
  	<title>By: cactus</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363775</link>	
  	<description>joshwa and smackfu&apos;s comments answer your first question, but it sounds like what you&apos;re really worried about is increased traffic and perhaps a bit of privacy, so maybe you should look into password protection after all.  Setting up password protection via .htaccess is simple, and there are 610,000 sites on google that match &amp;quot;&lt;a href=&quot;http://www.google.com/search?q=using+.htaccess&quot;&gt;using .htaccess&lt;/a&gt;&amp;quot;.  I&apos;m sure at least one of them has to be of help.&lt;br&gt;
&lt;br&gt;
Also keep in mind that there are plenty of spiders that do not respect robots.txt, so don&apos;t count on that file to keep every last word on your site from being archived and searchable for all eternity.  Oh... and you typed robot.txt, not robots.txt.  I&apos;m pretty sure it&apos;s the latter. :)&lt;br&gt;
&lt;br&gt;
Cheers!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363775</guid>
  	<pubDate>Wed, 17 Aug 2005 19:06:29 -0800</pubDate>
  	<dc:creator>cactus</dc:creator>
</item>
<item>
  	<title>By: RoseovSharon</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363792</link>	
  	<description>Thanks all!&lt;br&gt;
&lt;br&gt;
&lt;b&gt;smackfu&lt;/b&gt;, in using your example, if I create a link like:&lt;br&gt;
&lt;br&gt;
http://www.google.com/url?sa=D&amp;amp;q=http://www.metafilter.com&lt;br&gt;
&lt;br&gt;
... then when Metafilters webmaster looked at their logs, they would not see my url as the referrer, but they would see Google instead?&lt;br&gt;
&lt;br&gt;
&lt;b&gt;cactus&lt;/b&gt;: I&apos;m not so much worried about traffic, privacy is more the issue. I know a password would take care of the problem, but the other problem is that my friends and family are lazy... if I require a password very few of them would bother to visit my site! I am not after absolute privacy, basically I&apos;m just not wanting to advertise that my site is out there. I don&apos;t mind if some random people find it, just looking for ways to minimize that. I do like to share a lot of links, so probably most random people coming to my site would be curious webmasters wanting  to know who linked to them... and that&apos;s what I want to avoid.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363792</guid>
  	<pubDate>Wed, 17 Aug 2005 19:34:49 -0800</pubDate>
  	<dc:creator>RoseovSharon</dc:creator>
</item>
<item>
  	<title>By: null terminated</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363794</link>	
  	<description>&lt;em&gt;smackfu, in using your example, if I create a link like:&lt;br&gt;
&lt;br&gt;
http://www.google.com/url?sa=D&amp;amp;q=http://www.metafilter.com&lt;br&gt;
&lt;br&gt;
... then when Metafilters webmaster looked at their logs, they would not see my url as the referrer, but they would see Google instead?&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Exactly.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363794</guid>
  	<pubDate>Wed, 17 Aug 2005 19:36:56 -0800</pubDate>
  	<dc:creator>null terminated</dc:creator>
</item>
<item>
  	<title>By: RoseovSharon</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363806</link>	
  	<description>AWESOME!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363806</guid>
  	<pubDate>Wed, 17 Aug 2005 19:55:27 -0800</pubDate>
  	<dc:creator>RoseovSharon</dc:creator>
</item>
<item>
  	<title>By: ubernostrum</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363819</link>	
  	<description>It&apos;s best to use Google for this, as sending bogus referers from other domains can get you marked as a spammer -- my general practice when I see an odd referer is to click through, and if I don&apos;t see a link to my site on the allegedly referring page I block incoming referral from anything in that domain.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363819</guid>
  	<pubDate>Wed, 17 Aug 2005 20:33:41 -0800</pubDate>
  	<dc:creator>ubernostrum</dc:creator>
</item>
<item>
  	<title>By: cillit bang</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363853</link>	
  	<description>Browsers vary widely in how they implement the referrer system. There&apos;s a good chance that your blog&apos;s URL will show up in referrer logs even with the redirect trick.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363853</guid>
  	<pubDate>Thu, 18 Aug 2005 03:38:22 -0800</pubDate>
  	<dc:creator>cillit bang</dc:creator>
</item>
<item>
  	<title>By: phearlez</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#363991</link>	
  	<description>Why not just put up a username/password challenge that&apos;s insanely trivial for anyone who knows you? &amp;quot;What&apos;s my middle name?&amp;quot; for example.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-363991</guid>
  	<pubDate>Thu, 18 Aug 2005 08:19:14 -0800</pubDate>
  	<dc:creator>phearlez</dc:creator>
</item>
<item>
  	<title>By: RoseovSharon</title>
  	<link>http://ask.metafilter.com/22743/How-do-I-block-my-url-from-showing-up-in-other-peoples-referral-logs#364382</link>	
  	<description>Lets just pretend the password option is out... I really do not want to set up a password.&lt;br&gt;
&lt;br&gt;
Plus, even if I did set up a password, this would not block my url in someone&apos;s referral log, which is what I want. Sure, they wouldn&apos;t get into my site without a password, but my link in their logs would still bring them to my front door. I am not really concerned with a few people getting into the blog itself, I just want to avoid bringing them to the site to begin with.&lt;br&gt;
&lt;br&gt;
I appreciate all the suggestions... but really... a password protected site is not what I am looking for or asking about.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.22743-364382</guid>
  	<pubDate>Thu, 18 Aug 2005 14:10:44 -0800</pubDate>
  	<dc:creator>RoseovSharon</dc:creator>
</item>

    </channel>
</rss>
