<?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: Getting PHP Redirect URLs Indexed by Search Engines</title>
	<atom:link href="http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/feed/" rel="self" type="application/rss+xml" />
	<link>http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/</link>
	<description>Tired of useless Top 10 Lists for ranking in Google? Looking for effective and insightful info? SEO Black Hat Blog offers articles on Blackhat SEO, Linkbait &#38; Link Spamming. And if you need to escape White Hat SEO Whiners, check out he Private Black Hat Search Engine Optimization Forum.</description>
	<lastBuildDate>Fri, 04 Feb 2011 05:07:23 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Andrews</title>
		<link>http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/comment-page-1/#comment-92</link>
		<dc:creator>John Andrews</dc:creator>
		<pubDate>Fri, 26 Aug 2005 04:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://seoblackhat.com/2005/08/24/get-your-php-rediect-urls-indexed-by-search-engines/#comment-92</guid>
		<description>It might be &quot;better&quot; to specify exactly the kind of redirect you want in that PHP header-based redirect. Currently PHP dafaults to a 302, but there is no guarantee it won&#039;t change. Why not be specific.... it does take an extra line. For example, for a 301:

  header (&#039;HTTP/1.1 301 Moved Permanently&#039;);
  header (&#039;Location: &#039;. $txtYourDestination_with_http-colon_slashslash);

For on-site redirects you might also look into making that destination be based on server variables, so that you don&#039;t have to fix them manually if you move your site.

As for indexing of redirects, in my experience this didn&#039;t matter in the past. I have had plenty of success with indexed affiliate link destinations when no redirect was used. The better you are at promoting your link as *the* destination for buying X, the more likely your link (even if it&#039;s a page on their site with your aff ID) will rank. 

The big question with Google&#039;s &quot;canonical root determination team&quot; messing with the algos, is will a URL that includes your aff ID in the get string trump the root URL (no get string) if both are commonly cited as prime sources of info?</description>
		<content:encoded><![CDATA[<p>It might be &#8220;better&#8221; to specify exactly the kind of redirect you want in that PHP header-based redirect. Currently PHP dafaults to a 302, but there is no guarantee it won&#8217;t change. Why not be specific&#8230;. it does take an extra line. For example, for a 301:</p>
<p>  header (&#8217;HTTP/1.1 301 Moved Permanently&#8217;);<br />
  header (&#8217;Location: &#8216;. $txtYourDestination_with_http-colon_slashslash);</p>
<p>For on-site redirects you might also look into making that destination be based on server variables, so that you don&#8217;t have to fix them manually if you move your site.</p>
<p>As for indexing of redirects, in my experience this didn&#8217;t matter in the past. I have had plenty of success with indexed affiliate link destinations when no redirect was used. The better you are at promoting your link as *the* destination for buying X, the more likely your link (even if it&#8217;s a page on their site with your aff ID) will rank. </p>
<p>The big question with Google&#8217;s &#8220;canonical root determination team&#8221; messing with the algos, is will a URL that includes your aff ID in the get string trump the root URL (no get string) if both are commonly cited as prime sources of info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEOGirl</title>
		<link>http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/comment-page-1/#comment-91</link>
		<dc:creator>SEOGirl</dc:creator>
		<pubDate>Fri, 26 Aug 2005 03:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://seoblackhat.com/2005/08/24/get-your-php-rediect-urls-indexed-by-search-engines/#comment-91</guid>
		<description>Ken! Ken! &quot;This is Zombo Com! Can you hear me? This is ZOMBO COM!!!&quot; Earth to Ken!!!</description>
		<content:encoded><![CDATA[<p>Ken! Ken! &#8220;This is Zombo Com! Can you hear me? This is ZOMBO COM!!!&#8221; Earth to Ken!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/comment-page-1/#comment-90</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 25 Aug 2005 11:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://seoblackhat.com/2005/08/24/get-your-php-rediect-urls-indexed-by-search-engines/#comment-90</guid>
		<description>Is that link to training meant to do anything, all I get is Zombo.com and some singing and music, no other links on the page. Interesting but not very informative.</description>
		<content:encoded><![CDATA[<p>Is that link to training meant to do anything, all I get is Zombo.com and some singing and music, no other links on the page. Interesting but not very informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oojee</title>
		<link>http://seoblackhat.com/2005/08/24/php-rediect-urls-indexed/comment-page-1/#comment-89</link>
		<dc:creator>oojee</dc:creator>
		<pubDate>Thu, 25 Aug 2005 05:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://seoblackhat.com/2005/08/24/get-your-php-rediect-urls-indexed-by-search-engines/#comment-89</guid>
		<description>Loads of legit sites do it for tracking purposes so I don&#039;t think it&#039;s blackhat/something you&#039;ll get overly penalised.

this works for me (I do it slightly differently) in Y as well.

PS thanks for the great info you give :)</description>
		<content:encoded><![CDATA[<p>Loads of legit sites do it for tracking purposes so I don&#8217;t think it&#8217;s blackhat/something you&#8217;ll get overly penalised.</p>
<p>this works for me (I do it slightly differently) in Y as well.</p>
<p>PS thanks for the great info you give <img src='http://seoblackhat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

