Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Keep SE traffic - 404 Error Page Tip

Status
Not open for further replies.

AdminAdmin is verified member.

Administrator
Acorn Staff
Nominet Registrar
Joined
Jun 14, 2004
Posts
11,107
Reaction score
987
I just zapped PHP_Nuke from one of my sites as it stopped working, and replaced it with Joomla - its awesome!

Anyway, I checked Google for pages linking to my site and obviously, some of them now give 404 errors, the dreaded "page not found"

I just added:
Code:
ErrorDocument 400 http://www.mydomain.co.uk
ErrorDocument 401 http://www.mydomain.co.uk
ErrorDocument 403 http://www.mydomain.co.uk
ErrorDocument 404 http://www.mydomain.co.uk
ErrorDocument 500 http://www.mydomain.co.uk
to my .htacess file.

Now ALL my links in Google will send the visitor straight to the new Joomla homepage. Without this, I am losing valuable traffic as people click away to the next site.

So, if ever you change content of a domain, recycle your own SE links!
 
I guess that makes sense from a seo point of view but what happens when a user tries to access a non-existent page and ends up viewing the front page. He'll be a bit confused. So perhaps it would be better if you make a "file not found" error page that has links to the rest of your site. This way your optimising your site for both search engines and humans.
 
abdussamad said:
I guess that makes sense from a seo point of view but what happens when a user tries to access a non-existent page and ends up viewing the front page. He'll be a bit confused. So perhaps it would be better if you make a "file not found" error page that has links to the rest of your site. This way your optimising your site for both search engines and humans.
Doesn't your homepage have links to the rest of your site then? :???:
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
      Helmuts @ HelmutsHelmuts is verified member.: Good morning all
      Top Bottom