PDA

View Full Version : How to solve 404 not found errors in my e-commerce website?



PreetiSangal
05-26-2016, 03:41 AM
Hi,

I have one e-commerce website.

When ever I open Google webmaster account at that time one message arrived "Increase of 404 error".

what is the solution of these errors?

Thanks

RH-Calvin
05-27-2016, 01:45 AM
A 404 error is an HTTP status code that means that the page you were trying to reach on a website couldn't be found on their server. 404 Not Found error messages are frequently customized by individual websites.

chrishbloom
05-27-2016, 05:50 AM
Tips to Fix 404 Not Found Errors:

Find Every Error
Fix The Error
Ongoing Monitoring

dennis123
10-15-2016, 03:32 AM
* Redirect the 404 error somewhere else. If people are reaching /specials , which is an error page, you can tell your server to redirect people fto /special instead.
* Correct the source link.
* Restore deleted pages.

kunalkumar
11-03-2016, 08:12 AM
Broken internal links are the quickest to fix. Change the hyperlink for every 404 that returns a "Linked from" value in Search Console.

Rose kim
11-05-2016, 12:56 AM
Redirect the 404 errors. You can save these links in .htaccess file. Redirect all the 404 errors to relevant webpage.