How to remove dynamic content from search engines?

2005-02-03 Thread Jim McAtee
What are some strategies for removing references to old dynamically generated pages from search engine indexes? The problem I run into is that the CFM page will exist, it will execute, but the referenced data is often expired. A typical URL might look like:

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Bryan Stevenson
PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, February 03, 2005 11:26 AM Subject: How to remove dynamic content from search engines? What are some strategies for removing references to old dynamically generated pages from search engine indexes? The problem I run

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Jim McAtee
- From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, February 03, 2005 11:26 AM Subject: How to remove dynamic content from search engines? What are some strategies for removing references to old dynamically generated pages from search engine indexes

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Bryan Stevenson
- Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, February 03, 2005 11:26 AM Subject: How to remove dynamic content from search engines? What are some strategies for removing references to old dynamically generated pages from search

RE: How to remove dynamic content from search engines?

2005-02-03 Thread Burns, John D
: Thursday, February 03, 2005 3:14 PM To: CF-Talk Subject: Re: How to remove dynamic content from search engines? That sounds like a maintenance nightmare. We're talking about thousands of entries over the course of a year or two. For example, news stories or event postings might run a few days

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Matt Robertson
If robots.txt entries aren't an available option, make all CF 404's redirect to a certain page via CF's 404 handler. You can do the same with IIS 404's. This can be an 'oops' page or it can just be a redirect to the site's home page. If the content is statically published and expired, I

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Jim McAtee
dynamic content from search engines? If robots.txt entries aren't an available option, make all CF 404's redirect to a certain page via CF's 404 handler. You can do the same with IIS 404's. This can be an 'oops' page or it can just be a redirect to the site's home page. If the content

Re: How to remove dynamic content from search engines?

2005-02-03 Thread Matt Robertson
I've got what I call 'pseudo-static' pages that are named like http://www.mysite.com/invalidpage.cfm but are in fact dynamic. Once they are deleted the aftermath is handled by the 404 handler or by publishing a linkrot page that does a redirect. For your first example, I check for that ID