Traffic in error 404 pages

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved

Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Traffic in error 404 pages

 
0
  #1
Jul 29th, 2009
Hi Guys,

I need some suggestions from you guys. How can I minimize the traffic from error 404 pages?

Thanks =)
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 25
Reputation: LukeBennett is an unknown quantity at this point 
Solved Threads: 3
LukeBennett LukeBennett is offline Offline
Light Poster

Re: Traffic in error 404 pages

 
0
  #2
Jul 29th, 2009
Create a re-direct on the to your normal homepage (or a non-400 page) this will 1. take them away from the 404 pages and 2. create more traffic on the page you re-direct to.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 29
Reputation: videowall is an unknown quantity at this point 
Solved Threads: 1
videowall videowall is offline Offline
Light Poster

Re: Traffic in error 404 pages

 
0
  #3
Jul 29th, 2009
There are many online website who can check such broken links in your website. You can filter your website & get it corrected from there.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 25
Reputation: LukeBennett is an unknown quantity at this point 
Solved Threads: 3
LukeBennett LukeBennett is offline Offline
Light Poster

Re: Traffic in error 404 pages

 
0
  #4
Jul 29th, 2009
I still think instead of ridding of them. if your getting such traffic from them then why not just redirect them to your main page so you get all that traffic?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Re: Traffic in error 404 pages

 
0
  #5
Jul 29th, 2009
Thanks for your suggestions guys but I need better solutions. Actually I found an article about minimizing the traffic from the 404 error page.

It classifies the possible causes for a 404 Not Found error which are:

* Incorrect or outdated link on one or more of your pages
* Incorrect or outdated link to your site from another site
* Search engine index contains an outdated page
* Outdated user bookmark
* Visitor made error when manually entering a URL

Also I found out same solutions which is using a broken link checker program. Redirecting the 404 pages to main page is also a good idea.

Moreover, I found out that sources of the traffic of 404 pages are from search engines or referring sites.

Ho can I use a search engine to identify external pages which contain incorrect or outdated links of the website?
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 61
Reputation: laura_ci is an unknown quantity at this point 
Solved Threads: 5
laura_ci laura_ci is offline Offline
Junior Poster in Training

Re: Traffic in error 404 pages

 
0
  #6
Jul 29th, 2009
I believe if you sign up for Google Mastertools, you can get a lot of information about where your traffic comes from...which should include those who land on 404 pages. I've only played around with Google Mastertools a tiny bit so not too sure how good this function is.

There is also the issue that it takes a month to get you the first lump of data, so maybe not the most useful of tools from Google

However you may be interested in this, apparently its also good practice to make your 404 page look like the rest of your site, and include some re-directs on it. So people don't get scared and run away.

http://www.smashingmagazine.com/2007...4-error-pages/

Hope your having luck getting to the bottom of your 404 problems.

- Laura
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Re: Traffic in error 404 pages

 
0
  #7
Jul 30th, 2009
Hi Guys,

I found this Xenu broken link checker
http://home.snafu.de/tilman/xenulink.html.

What can you say about this software? Do you think it is useful programs? Or can you recommend me some broken link checker?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Re: Traffic in error 404 pages

 
0
  #8
Jul 30th, 2009
Originally Posted by laura_ci View Post
I believe if you sign up for Google Mastertools, you can get a lot of information about where your traffic comes from...which should include those who land on 404 pages. I've only played around with Google Mastertools a tiny bit so not too sure how good this function is.

There is also the issue that it takes a month to get you the first lump of data, so maybe not the most useful of tools from Google

- Laura
I'm using Google analytics to track the traffic sources of 404 pages. Most of them are from images.google.com. How can I correct the broken link from google? Please help me
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,384
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 167
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Traffic in error 404 pages

 
0
  #9
Jul 30th, 2009
Originally Posted by grace.t View Post
I'm using Google analytics to track the traffic sources of 404 pages. Most of them are from images.google.com. How can I correct the broken link from google?
resubmit your sitemap to google, to update all old links
tell google not to index images
use apache mod_rewrite to redirect all direct calls to images to the homepage.
put a sitesearch widget on the 404 page
put your site menu on the 404 page
put a "did you mean" widget on the 404 page
if you have protected the images, so they can only be accessed from your site, the google links will always fail, unprotect the images, but that allows bandwidth theft. have mod_rewrite replace all external calls to images with the attachment or similar
Attached Thumbnails
nohotlink.jpg  
Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Re: Traffic in error 404 pages

 
0
  #10
Jul 31st, 2009
Originally Posted by almostbob View Post
resubmit your sitemap to google, to update all old links
tell google not to index images
use apache mod_rewrite to redirect all direct calls to images to the homepage.
if you have protected the images, so they can only be accessed from your site, the google links will always fail, unprotect the images, but that allows bandwidth theft. have mod_rewrite replace all external calls to images with the attachment or similar

That's a great idea but I do not know how to do it. I need you to share your knowledge with me. How can I resubmit sitemap to google to update old links? How can I tell google not to index images? Can you gave sample codes of mod_rewrite which can redirect all images to the certain page?

Thank you
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



Tag cloud for Site Layout and Usability
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC