|
Spaces Backslashes Relative URLs , such as /blog.html, instead of the full URL, such as http://mysite.com/blog.html How to Fix an Invalid URL If any of your URLs use the characters or structures above, replace them with these solutions: Spaces: Use %20 instead of space Backslashes: Use forward slashes (/) instead Relative URLs: Use the full URL, starting with "http://" 2. Missing pages There are two common types of errors related to missing pages or content, both called 404s. First, it can be a true 404 error, in which the page does not exist.
The second error is a "soft 404", which technically returns a page even if it doesn't exist. We will look at these two types of problems and the solutions available to them. 404 errors (not found) A 404 error means the page was not found. These errors can be frustrating for the user because the link they clicked does not exist. How to fix this URL problem You can fix a 404 error by doing the following: Personalize your 404 error page: Improve the user experience with a friendly message and a link to another page the user might find useful.
Adding a 301 Redirect: The original page this URL linked to may no longer exist, but you have a similar page you want to redirect traffic to. Use a 301 redirect to redirect the user to this page. Check links for accuracy: If you receive a 404 message and you're not sure why, check your sitemap and internal links for accuracy. Make sure there are no embarrassing typos! Smooth 404 errors While a true 404 error means the page cannot be found, a soft 404 error means the page returned a 200 status code, but doesn't actually exist.
|
|