Dealing with Not Found errors
-
Hi,
I have a problem with Google Webmaster, it reported that I have many errors 404 Not Found.
I have detected and found the links are coming from my site, I have fixed them and submit a new sitemap to google again. Then, I wait a few days, google still report errors 404 Not found same as before.I don't know why? Please help!
-
That is why I 301 redirect all of my 404 banks simply because Google has already indexed and archived them as I mentioned. So you need to 301 redirect the links I hope this helps sincerely, Thomas
-
I have marked as fix many times, and then the errors still occur. When I check my sitemap and did not see the not found links which are listed in the tab linked from sitempap.
-
considering that your website has both index and archiving on and Google obviously has indexed and archived your website I would strongly suggest you eliminate this is a obstacle in the future and simply 301 redirected the correct path
http://www.vietnamvisacorp.com/tips/6.html
If using Nginx like I think you are simply implement this in your htaccess
nginx configuration location /tips/6.html { rewrite ^(.*)$ http://www.vietnamvisacorp.com/tips.html redirect; }
I used this tool to accomplish this goal http://winginx.com/htaccess you can do the exact same thing using this and it will help you if you already understand how 301 redirect for Apache
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
if you want to be certain to get the code right which I would I would use an Apache generator then put it into the Nginx generator and properly 301 redirect your 404
simply use the tool below to create the and copy and paste that redirect into one of the 2 tools I have given you above.
-
Hello John & Dennis,
if it is completely gone and there's no 404 you can check this by going to the Google Webmaster tools panel and instead of selecting ignore or anything like that hit fetch as a Google bot this will tell you if the link is still a real link or not. You do not have to wait a set amount of time to find out if one link is in fact okay.
I would be hard-pressed to imagine that it is worth anything meaning it has back links pointing to it however if it does you will want to use open site Explorer to check the link prior to ignoring it or marking it as fixed.
The rule I use is if it shows up as a 404 I 301 redirect it that way you never lose back links. It's a little more complicated using Nginx but in my opinion it's worth the complication as the improved speed and ability to take incredible amount of traffic make it really worth it.
What Dennis has stated is true if the link is worthless And of course does not exist Anywhere on a webpage.
I hope this has been of help.
Thomas
-
here is the information I retrieved regarding how your website is made website
https://builtwith.com/?http%3A%2F%2Fwww.vietnamvisacorp.com%2Ftips.html
http://www.vietnamvisacorp.com/tips.html
http://wiki.nginx.org/LikeApache-htaccess
so let's say you wanted to make it back into the original URL I have above
to fix it and Apache
Permanent URL redirect - generated by www.rapidtables.com
Redirect 301 /tips/6.html http://www.vietnamvisacorp.com/tips.html
now to fix it in Nginx
Use
or
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
nginx configuration location /tips/6.html { rewrite ^(.*)$ http://www.vietnamvisacorp.com/tips.html redirect; }
http://www.vbseo.com/f77/converting-htaccess-301-redirect-nginx-49834/
-
Hi John
Mark it as fixed in webmaster tools
After that, just leave it alone for a week or so. Once your site is recrawled, youll see that it's not there anymore (as long as it's really fixed)
-
this is not a problem you simply have to take these links that you're finding is 404's and 301 redirect them to relevant pages on your website. What I mean is do not simply take them and put them all to the home page. Spread them around if they have no direct use. I've noticed you are using Nginx along with Apache where you might be just using Nginx in order to make the 301 redirects correctly with engine acts I'm going to need to grab a couple links for you. I will be right back.
sincerely,
Thomas
-
For an example about this problem:
Google webmmaster report Not found link: www.vietnamvisa...com/tips/6.html (this is link before update).
and in the tab Linked from: http://www.vietnamvisacorp.com/tips.html, but in this page did not include /tips/6.html
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unsolved Moz is showing a canonical error that dont belong.
Hi guys, and thanks for this excellent source of information. i have an issue with the moz system because is telling to me that i dont have canonical instructions but i have canonical instructions on all my pages, so... im confused because maybe im not understanding what the system want to show to me. if you can help me i will be very gratefull. here you can see a page that have the canonical instruction. https://drive.google.com/file/d/14U_-Sgu_NQaB7kMBH3AguHQMHyHX9L8X/view?usp=sharing and here you can see what is reporting to me the MOZ system. https://drive.google.com/file/d/1pqgSC-V9WOyBPvQEr06pbqpLf_w7-q8J/view?usp=sharing this is happening on 19 pages, and all the 19 pages have the canonical instruction.
On-Page Optimization | | b-lab
thanks in advance guys.0 -
Redirect and Redirect Error in Moz Crawl
Hello, We have a wordpress blog attached to our magento website located at domain.co.uk/blog/ Moz was coming back showing we had multiple page versions on show (http and https) So i updated the htaccess file to what is below. This has fixed most of the errors, however the homepage is being a little tricky. Moz is now saying that the page is redirecting and redirecting again http://www.domain.co.uk/blog to
On-Page Optimization | | ATP
http://www.domain.co.uk/blog/ to
https://www.domain.co.uk/blog/ BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /blog/</ifmodule> RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L] END WordPress Within wordpress settings the urls are set up as follows Wordpress Address URL: https://www.domain.co.uk/blog Site Address URL: https://www.domain.co.uk/blog i tried to add a trailing / to these but it gets automatically removed. So i am assuming that wordpress is serving up https://www.domain.co.uk/blog **RewriteBase /blog/ **is re-directing it to / then my https rewrite is re-directing it again I am not sure where exactly to fix this, could anybody advise? Many thanks,0 -
Help for 404 error
Is it ok to use hash(#) in URL as right now it is showing 404 error while checking broken links using check my link chrome extension. E.g. http://instafrsh.com/index.php#aboutUs If not, Please suggest how to resolve this issue
On-Page Optimization | | Obbserv0 -
Wordpress sitemap url problem causing WMT errors
The following types of links are appearing in my webmaster tools crawl errors report under 'other'. I've noticed they are in my sitemaps ( I run wordpress and use a plugin called Google XML sitemaps). How do I get rid of this error? http://www.musicliveuk.com/bands/postname%/
On-Page Optimization | | SamCUK0 -
How to Fix Google Webmasters Soft 404 Errors for Wordpress Site?
I am getting Soft 404 errors in my Google Webmasters Tools don't know how to fix it the site in on WordPress CMS the site is "http://appdictions.com/" i am getting errors in the http://appdictions.com/members section...suggestion to fix the issue will be appreciated..
On-Page Optimization | | preferati0 -
Ajax url returns an error by google. Is there another way besides creating a HTML version?
We trying to find out if there is anything to make it so google does not keep returning errors cuase of our ajax urls. Is there any other option besides creating it all in a HTML format for google to read? Any tips or help would be great!
On-Page Optimization | | DoRM0 -
404 crawl errors with all url+domain
We have 187 crawl 404 errors. All urls on web make a 404 error that this http://www.domain.com/[.....]l/www.domain.com all errors added to the url, the url domain I put an example gestoriabarcelona.com/www.gestoriabarcelona.com
On-Page Optimization | | promonet
gestoriabarcelona.com/tarifas/www.gestoriabarcelona.com
gestoriabarcelona.com/category/noticias/page/7/www.gestoriabarcelona.com
gestoriabarcelona.com/2012/08/amortizacion-de-unaconstruccion/
www.gestoriabarcelona.com
[..] I don't know where can i find to solve errors Anyone can help me? Thanks0 -
Why do I suddenly have so many more page errors?
I've been working diligently to remove page errors that appear after each scan of my website. I was down to 3 or 4 errors after the last crawl, now this week I'm getting 80 plus. I haven't changed anything since last week (page titles, etc.) so what's up?
On-Page Optimization | | janettapp0