<?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: Never Delete a well indexed Link</title>
	<atom:link href="http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/feed/" rel="self" type="application/rss+xml" />
	<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=never-delete-a-well-indexed-link</link>
	<description>Teaching, rebuking, correcting &#38; training in righteous web design.</description>
	<lastBuildDate>Mon, 26 Sep 2011 02:56:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Gemma Spirare</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1037</link>
		<dc:creator>Gemma Spirare</dc:creator>
		<pubDate>Sat, 23 Apr 2005 01:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1037</guid>
		<description>this is a beautiful site keep up the good word.
Gemma Spirare is a Free healing and prayer site for all who need help. Every request is answered as soon as possible. the site is about helping humanity heal, and to being purpose to one&#039;s life.
Peace, Love and Healings
Gemma
</description>
		<content:encoded><![CDATA[<p>this is a beautiful site keep up the good word.<br />
Gemma Spirare is a Free healing and prayer site for all who need help. Every request is answered as soon as possible. the site is about helping humanity heal, and to being purpose to one&#8217;s life.<br />
Peace, Love and Healings<br />
Gemma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1036</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 17 Aug 2004 12:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1036</guid>
		<description>I hav two question marks in my URL. the rewriterule takes upto 1st question mark only.
anybody knows wat to do?</description>
		<content:encoded><![CDATA[<p>I hav two question marks in my URL. the rewriterule takes upto 1st question mark only.<br />
anybody knows wat to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey A. Tyson</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1035</link>
		<dc:creator>Joey A. Tyson</dc:creator>
		<pubDate>Mon, 07 Jul 2003 18:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1035</guid>
		<description>Well, there&#039;s always Response.Redirect in ASP.  I would think that would work more effectively than a meta redirect.</description>
		<content:encoded><![CDATA[<p>Well, there&#8217;s always Response.Redirect in ASP.  I would think that would work more effectively than a meta redirect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1034</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Sat, 05 Jul 2003 03:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1034</guid>
		<description>Ditto Joey.  Could we get some help for people stuck on stupid IIS that doesn&#039;t have (to my knowledge) a synonym for .htaccess (if it does I will repent and say 5 hail Marys :) so what do we do, google has so far been somewhat unhelpful on the redirect &amp; I hate using meta redirects.</description>
		<content:encoded><![CDATA[<p>Ditto Joey.  Could we get some help for people stuck on stupid IIS that doesn&#8217;t have (to my knowledge) a synonym for .htaccess (if it does I will repent and say 5 hail Marys <img src='http://healyourchurchwebsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so what do we do, google has so far been somewhat unhelpful on the redirect &amp; I hate using meta redirects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliot</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1033</link>
		<dc:creator>eliot</dc:creator>
		<pubDate>Wed, 02 Jul 2003 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1033</guid>
		<description>I can&#039;t agree with having EVERY link redirected, but I do agree that you should not leave people with helpless 404 pages. 

On my site, I have several rewrite rules to generically redirect old addresses that I know have mass-moved:

RewriteRule /journal/?$ / [R]
RewriteRule /archives/cat_([A-Za-z0-9]+).php /archives/$1/ [R]
RewriteRule /archives/([0-9]+)_([0-9]+).php /archives/$1/$2/ [R]
RewriteRule /archives/([0-9]+)_([0-9]+)_([0-9]+).php /archives/$1/$2/$3/ [R]

Then, if that doesn&#039;t catch everyone, then my custom 404 page tries to search my site database for keywords and/or search engine referrels. If that fails, well, then I just give the user a search form.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t agree with having EVERY link redirected, but I do agree that you should not leave people with helpless 404 pages. </p>
<p>On my site, I have several rewrite rules to generically redirect old addresses that I know have mass-moved:</p>
<p>RewriteRule /journal/?$ / [R]<br />
RewriteRule /archives/cat_([A-Za-z0-9]+).php /archives/$1/ [R]<br />
RewriteRule /archives/([0-9]+)_([0-9]+).php /archives/$1/$2/ [R]<br />
RewriteRule /archives/([0-9]+)_([0-9]+)_([0-9]+).php /archives/$1/$2/$3/ [R]</p>
<p>Then, if that doesn&#8217;t catch everyone, then my custom 404 page tries to search my site database for keywords and/or search engine referrels. If that fails, well, then I just give the user a search form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey A. Tyson</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1032</link>
		<dc:creator>Joey A. Tyson</dc:creator>
		<pubDate>Wed, 02 Jul 2003 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1032</guid>
		<description>OK, so what about us Windows users? :)</description>
		<content:encoded><![CDATA[<p>OK, so what about us Windows users? <img src='http://healyourchurchwebsite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyink</title>
		<link>http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link/comment-page-1/#comment-1031</link>
		<dc:creator>Boyink</dc:creator>
		<pubDate>Wed, 02 Jul 2003 17:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2003/07/02/never-delete-a-well-indexed-link#comment-1031</guid>
		<description>Gack!  A good goal, but I can&#039;t imagine the management nightmare in doing that - even on my personal turned business site.  In the business world, This is one of those times I question the value of search engine traffic.  If you can&#039;t prove that the value of those referrals are worth more than the cost of maintaining each and every URL you&#039;ve ever put out there, then it&#039;s a questionable goal at best.</description>
		<content:encoded><![CDATA[<p>Gack!  A good goal, but I can&#8217;t imagine the management nightmare in doing that &#8211; even on my personal turned business site.  In the business world, This is one of those times I question the value of search engine traffic.  If you can&#8217;t prove that the value of those referrals are worth more than the cost of maintaining each and every URL you&#8217;ve ever put out there, then it&#8217;s a questionable goal at best.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

