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

SEO - IIS Custom Error page and CF Url Rewrite question

Explorer ,
Nov 19, 2008 Nov 19, 2008

Copy link to clipboard

Copied

I have kind of an odd question for an SEO familiar person.

Here's what I've done. I have a website setup that has only one physical page, index.cfm. All the links on that site are set up to be SEO friendly. Something like: domainname.com/my-coldfusion-question. I have set up a custom 404 page in IIS to include a coldfusion page called masterRewrite. When the page is called it parses the url, queries the database and builds a page that returns to the browser. So basically ANY link that one might go to on the site always returns a page with content and the browser never gets a "Page Not Found" error.

So here's my question: When google spiders my page does it ever know that a 404 has occurred? I've tested a little bit myself by using cfhttp to go to a page that doesn't exist on the site and viewed the headers. The response header returned shows the same as a page that does actually exist. StatusCode is "200 OK." So my question is, does Google see this the same as a page that actually does exist? I originally thought that it did, but have noticed my page ranking is 0/10 and was wondering if somehow Google knows the difference despite the fact that the statuscode shows as 200.

Any insight would be great, thanks.

Michael

TOPICS
Advanced techniques

Views

663

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

correct answers 1 Correct answer

Explorer , Nov 20, 2008 Nov 20, 2008
Here's what Mike Chabot from houseoffusion said:
------------------------------------------------------------------------------------------------------

If the status code is 200 then Google does not know that it is a 404 error. I think they officially frown on this technique. What Google does is query a page that they know does not exist, and it they don't get a 404 they might punish your ranking. They also punish your ranking for having pages that are very similar in content under different UR...

Votes

Translate

Translate
LEGEND ,
Nov 19, 2008 Nov 19, 2008

Copy link to clipboard

Copied

> Any insight would be great, thanks.
>
> Michael
>


You might want to also post this question on the 'Community' list at the
House Of Fusion. I happen to know that there is a very SEO
knowledgeable person who is a regular contributor to that list.

http://www.houseoffusion.com/groups/cf-community/

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 ,
Nov 20, 2008 Nov 20, 2008

Copy link to clipboard

Copied

LATEST
Here's what Mike Chabot from houseoffusion said:
------------------------------------------------------------------------------------------------------

If the status code is 200 then Google does not know that it is a 404 error. I think they officially frown on this technique. What Google does is query a page that they know does not exist, and it they don't get a 404 they might punish your ranking. They also punish your ranking for having pages that are very similar in content under different URLs. I question the validity of using the page ranking metric as a measure of success.

-Mike Chabot

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