• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Handling 404 errors and web robots

Explorer ,
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

I'm using CFMX 6.1.
We handle our own errors for page not found (404 errors). But I'm finding that web spiders/robots from search engines such as Yahoo or Google seem to index these "page not found" custom pages. I want them to get the message that the page isn't found and DON'T index it, while displaying our custom error page to the human web visitors that encounter the same URL.

How do you do this?
TOPICS
Advanced techniques

Views

378

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

Placing the "no index" flag in the header works for us.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

Thanks MikerRoo for that suggestion.

I was wondering if there is a way to use the cfhttp or cfheader tags to handle this. Anyone with experience doing it and how?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

Google "robots.txt" for information on how to tell web bots what pages
should and shouldn't be indexed.

--
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technology, Inc.
------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"Tea man" <webforumsuser@macromedia.com> wrote in message
news:ee7j8m$ftu$1@forums.macromedia.com...
> I'm using CFMX 6.1.
> We handle our own errors for page not found (404 errors). But I'm finding
> that
> web spiders/robots from search engines such as Yahoo or Google seem to
> index
> these "page not found" custom pages. I want them to get the message that
> the
> page isn't found and DON'T index it, while displaying our custom error
> page to
> the human web visitors that encounter the same URL.
>
> How do you do this?
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

LATEST
Thanks Bash.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation