<?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: Importance of 301&#8242;s</title>
	<atom:link href="http://www.dannycoburn.com/internet-marketing/importance-of-301s/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannycoburn.com/internet-marketing/importance-of-301s/</link>
	<description>Internet Marketing</description>
	<lastBuildDate>Fri, 08 Aug 2008 18:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Danny</title>
		<link>http://www.dannycoburn.com/internet-marketing/importance-of-301s/#comment-10</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannycoburn.com/?p=32#comment-10</guid>
		<description>Shayne,

It&#039;s actually very easy in your .htaccess file you simply do this for each of the pages:

Redirect 301 /oldpage.html http://www.example.com/newpage.html

Now you can also do this programatically using something like this in php:
&lt;?
Header( &quot;HTTP/1.1 301 Moved Permanently&quot; );
Header( &quot;Location: http://www.new-url.com&quot; );
?&gt;</description>
		<content:encoded><![CDATA[<p>Shayne,</p>
<p>It&#8217;s actually very easy in your .htaccess file you simply do this for each of the pages:</p>
<p>Redirect 301 /oldpage.html <a href="http://www.example.com/newpage.html" rel="nofollow">http://www.example.com/newpage.html</a></p>
<p>Now you can also do this programatically using something like this in php:<br />
< ?<br />
Header( "HTTP/1.1 301 Moved Permanently" );<br />
Header( "Location: <a href="http://www.new-url.com" rel="nofollow">http://www.new-url.com&#8221; );<br />
?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shayne Packer</title>
		<link>http://www.dannycoburn.com/internet-marketing/importance-of-301s/#comment-9</link>
		<dc:creator>Shayne Packer</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannycoburn.com/?p=32#comment-9</guid>
		<description>Thanks for explaining this Danny. Very helpful. I&#039;m doing redesigning several of my websites and I want to get re-indexed by the bots. How would I implement this? Do I replace each old page with a 301 redirect to point to the new page address? What is the code for the old page?

thanks, Shayne

P.S. I like your blog. Useful information.</description>
		<content:encoded><![CDATA[<p>Thanks for explaining this Danny. Very helpful. I&#8217;m doing redesigning several of my websites and I want to get re-indexed by the bots. How would I implement this? Do I replace each old page with a 301 redirect to point to the new page address? What is the code for the old page?</p>
<p>thanks, Shayne</p>
<p>P.S. I like your blog. Useful information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
