How to Fix Error 404 Not Found on Your WordPress Site

Hello. And today we will go over how to fix the error 404 not found on your WordPress site. Of the many potential errors, you might see on your WordPress site. Error 404, not found is one of the tamer ones but that doesn’t mean it isn’t frustrating when you or your visitors try to browse your site and keep running into the error 404, not found message. That’s the last thing you want first time potential customers seeing from your brand.

Before we get too far, I winna let you know that there will be links to more resources in the video’s description. And remember, subscribe and ring that bell to get notifications for future helpful content. All right, let’s get started. Whenever you or one of your visitors visit your website, your browser sends a request to the web server and receives back data including something called an HTTP header. The HTTP header includes HTTP status codes to explain what happened with their request.

Most of the time, the request works perfectly and you never actually see the HTTP status code unless you go looking. But if something goes wrong your web browser will usually display a message with the HTTP status code to indicate the exact problem. Just like other error messages, 500 error, 502 error, 504 error, et cetera. The error 404 not found message is the result of that process. Basically, it means that the client was able to successfully connect to the host, your website server, but it was unable to find the actual resource that was requested. Example, a specific URL or file name. For example, if someone tries to access your site.com/post name but you don’t have any content with the slug post name the visitor will then see a 404 error because even though your web server is functioning normally the resource that was requested doesn’t exist. It’s not just posts or pages either. Any asset missing can generate a 404 error on the server, such as a missing image file, missing JavaScript, missing CSS, et cetera.

If you see this error on all of your sites, content, it’s typically due to an issue with your WordPress sites, permalinks. If you only see it on an individual piece of content though, it’s most likely because you changed a piece of contents, slug without setting up a redirect. Additionally, the 404 error isn’t a bad thing. It’s only bad when it’s interfering with usability. And sometimes things are just out of your control. For example, sometimes a person might just type the wrong URL into their address bar. In that case, they’ll see a 404 error but there’s no actual problem with how your site is configured. This is actually the desired response and you can create your own custom 404 page to help get visitors to the right spot. We’ll show you how to later on. Because different browsers display error messages differently, you might see a different message for this error.

Other common variations include error 404, 404 not found, HTTP error 404, not found, page not found, the requested URL was not found on the server. The page cannot be found. We can’t find the page you’re looking for. The requested URL was not found on this server. That’s all we know. The error 404, not found message is also unique in that many sites will actually create a custom page to address the error. Some WordPress themes also include custom 404 pages by default. For that reason, you might not actually see the error messages at all, because many sites will use funny or creative 404 pages instead. Here’s an example of our own 404 page at Kirsta. We include a search box in some of our recent blog posts to help visitors find what they might have been looking for.

We recommend you always include search functionality on your 404 page. Error 404 not found doesn’t have any inherent negative impact on SEO but it might have a negative impact depending on the reason for why the error is happening. For example, if a visitor just mistypes a URL and sees a 404 error, there won’t be a negative impact on SEO. But if you have individual errors because of broken URLs that will inhibit Google’s ability to properly crawl your site and have a negative SEO effect in that way. Additionally, if a permalink issue is still causing site-wide 404 errors, Google won’t be able to crawl any of your sites content.

In other words, always fix your 404 errors as soon as possible. Many don’t realize it, but sites that generate a lot of 404 errors can easily run into performance issues. As these responses, aren’t typically cached. We see this a lot on larger sites, and it can be a big problem, if you accidentally promote or get a surge of viral traffic to a 404 page. To minimize the impact of 404 requests on site performance we automatically cache 404 pages for 15 minutes. If you create a new page with the same URL as the cached page, we’ll automatically purge the cache. So, your visitors will be able to see the new page immediately. This means your site will be protected from PHP and CPU spikes caused by traffic to dynamic 404 pages. You are probably generating more 404 errors than you think. Our Kinsta APM tool can help you locate the exact pages returning to 404 errors.

You can also check 404 errors in Google search console or install a third-party plugin such as Redirection, which logs 404 errors. However, remember that plugins like these also have an impact on performance. It’s much better to rely on a server level tool. That’s why we provide these tools for all Kirsta clients. The reason these errors are bad is that many 404 pages are very resource intensive. For large sites you’ll want to avoid a heavy 404 page. Create a simple 404 template that avoids querying the database any further, if possible. All right, let’s talk about a couple of different methods to fix the error 404 not found message. Depending on whether it’s happening site-wide or to specific content. If you’re experiencing site-wide 404 errors when trying to access content the most likely cause is an issue with your permalinks or your htaccess file if your host uses Apache.




If you’re a Kirsta customer, we use NGINX. So, you can rule out the htaccess file as a possible cause. The easiest way to fix this is to update your permalink settings through the WordPress dashboard. All you need to do is go to settings and then permalinks and click save changes. You don’t need to make any changes. Clicking save changes is enough. If you’re experiencing 404 errors on a specific piece of content the issue is likely that you change the URL slug for that content or move that piece of content manually. For instance, you may have deleted the existing post and pasted it into a new post. Users then try to access the content at the old location and see a 404 page instead of the resource they were expecting. The best way to fix this is to automatically redirect anyone who tries to access the old location to the new location.

That way they’ll make it to the right spot without any 404 errors. It’s also good for SEO. If you move or rename a post without adding a redirect you lose all the domain authority attached to the backlinks pointed at that post. WordPress by default we’ll attempt to redirect change remove content, but it doesn’t always work and you should never rely on WordPress for this functionality. But don’t worry. There are several easy ways to set up redirects in WordPress. First, you can use the free redirection plugin to manage redirects from your WordPress dashboard. Once you’ve installed and activated the plugin, go to tools and then redirection and enter, the 404-page URL in the source URL box and the new location of the content in the target URL box. If you’re hosting with Kirsta you can also manage redirects from my Kirsta dashboard. Using Kirsta’s tool is actually a better way to go about it as the rules are implemented at the server level, which is a much more optimal way in terms of performance.

It also means one less third-party plugin you have to worry about. Go to the site you want to manage, then click on the redirects tab. To add a new redirect, click the large add redirect rule button. Finally, if your host uses the Apache server you can use HT access to set up redirects. The HT access generator site can help you generate the proper code to add to your sites HT access file. While you can do your best to prevent 404 errors by following these tips, it’s impossible to entirely eliminate 404 errors because some things are just playing outside of your control. To provide a more user-friendly error page. You can use one of the many, 404-page plugins. The free 404-page plugin lets you set up a custom 404 error page with a search box, important links and contact information. Another important feature of the 404 page plugin is that it doesn’t create redirects.

A 404 page should never be redirected to a physical page such as your site.com/404. The 404 errors should always be generated dynamically on the page in question. By including these elements, you give visitors the tools that they need to find their way to the right page. But remember, keep your 404-page light for better performance. Only include what is absolutely needed. Going forward, it can be beneficial to pay attention to which requests are causing 404 errors at your site. This can help you. Find broken links that are sending people to a nonexistent resource. These can be internal links or external links from other sites. You’d then want to do your best to fix those links if possible. See which pages Google is having trouble crawling. You’d then want to figure out why Google is trying to crawl a non-existent page and set up a redirect if needed. Troubleshoot performance related issues with 404 errors. Option one, Google Analytics.

If you use Google Analytics, you can set up a custom report to track 404 errors from external links. Option two, WordPress plugin. If you want to use a WordPress plugin the after mentioned Redirection plugin can help you monitor for 404 errors from your WordPress dashboard. Option three, third-party audit tool. You can also use a third-party audit tool like arfes to monitor for 404 errors on your WordPress site. You can even set this up to run on a schedule. Option four, Google Search Console. Lastly, you can track 404 errors that Google’s crawlers encounter in Google Search Console. This is by far one of the easiest ways. It’s also the best in terms of performance because it requires no third-party plugins or additional scanning against your site.

Once you verified your site with Google Search Console, go to coverage, then check the air details tab to view a list of 404 errors that Google has encountered. Google’s bots are already crawling your site on a regular basis. So why not simply take advantage of the data they already provide? 404 errors are never good for visitors; your brand and Google don’t like to see them either. Kista’s WordPress hosting can speed up your website by up to 200% and you’ll get 24/7 support from our expert WordPress engineers.

This generates NEW signups to EACH site with ONE Blast! Perfect for Safelists/Exchanges
https://www.worldprofittube.com/video.cfm?videoID=1039
https://promotionwizards.com/?id=5974652

yoselkbaez36ck
Author: yoselkbaez36ck

Discover the Inspirational Journey of Jose Amoros I hope this message finds you well. I wanted to introduce you to a compelling narrative that might inspire and resonate with you: "Biographical Info de Jose Amoros." Jose Amoros, renowned for his innovative contributions and profound insights, offers a remarkable story of perseverance and achievement. His journey is a testament to the power of resilience and vision, illustrating how dedication can transcend obstacles and lead to impactful success. Diving into Jose's biography unveils lessons on leadership, creativity, and transformation—elements that are essential in today's fast-evolving landscape. Whether you're looking for motivation, new perspectives, or inspiring stories, Jose’s experiences can provide valuable takeaways for your own endeavors. I'd love to discuss how his journey can inspire and benefit [https://website.ws/yosekbaez60/] as you navigate your path toward continued success. Are you available for a brief call this week? Looking forward to the opportunity to connect. Best regards,


Discover more from The most effective and simplest marketing techniques!

Subscribe to get the latest posts sent to your email.

About yoselkbaez36ck

Discover the Inspirational Journey of Jose Amoros I hope this message finds you well. I wanted to introduce you to a compelling narrative that might inspire and resonate with you: "Biographical Info de Jose Amoros." Jose Amoros, renowned for his innovative contributions and profound insights, offers a remarkable story of perseverance and achievement. His journey is a testament to the power of resilience and vision, illustrating how dedication can transcend obstacles and lead to impactful success. Diving into Jose's biography unveils lessons on leadership, creativity, and transformation—elements that are essential in today's fast-evolving landscape. Whether you're looking for motivation, new perspectives, or inspiring stories, Jose’s experiences can provide valuable takeaways for your own endeavors. I'd love to discuss how his journey can inspire and benefit [https://website.ws/yosekbaez60/] as you navigate your path toward continued success. Are you available for a brief call this week? Looking forward to the opportunity to connect. Best regards,
This entry was posted in WordPress and tagged , , , , , , , , , , . Bookmark the permalink.

Leave a Reply