Hello,
what is the best setting for '"File Not Found" requests handling' ?
I'm thinking about "Redirect to homepage", would that do any harm if I don't send 404's at all.
Will it be 301'd?
Thanks,
Lian
This is a discussion on "File Not Found" requests handling ... within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, what is the best setting for '"File Not Found" requests handling' ? I'm thinking about "Redirect to homepage", would ...
Hello,
what is the best setting for '"File Not Found" requests handling' ?
I'm thinking about "Redirect to homepage", would that do any harm if I don't send 404's at all.
Will it be 301'd?
Thanks,
Lian
Anyone who has SEO experience please?
:(
thx,
Lian
google wants a straight 404 header code returned to it. after that, it doesn't care what you do as far as redirects, generic page, or system 404 page cannot be displayed error.
i can't see the encrypted code, so i don't know if any headers are set by vbseo.
Thanks for your thoughts
I can get the header output via Live HTTP Header for FF, that's fine.
So it would be the best SEO wise to send a 404, ok.
I then would use a custom 404 page which redirects a human user after ~5 seconds to the homepage.
Does that makes sense?
Thanks,
Lian
you don't have to make it wait at all.
as long as it gets a 404 header, and then a meta redirect ( you can't use another header...) or an include of a "sorry, not found...search" page for example, you'll be fine.
Ok, defining "Include custom script" doesn't send a 404 error.
So I guess I have to point to a php file which sends a 404 header.
How would that look like?
Thanks,
Lian
Yes, with "Include custom script" option vBSEO leaves the ability to send any header to this script.
It should be similar to this:
PHP Code:<?php
header ("HTTP/1.1 404 Not Found");
?>
Your custom content goes here..
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Many thanks, Oleg, works very well![]()
You are welcome!![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi Me Install Localhost send me error 404 plz help & Web Site Me CP : Plesk.
Thank You
Hello,
you are not showing as registered owner, please PM me your forums URL/transaction ID so that I can correct that.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!