D
Deleted member 923340
Guest
Should I redirect them to the homepage? Or just show a 404 page?
Why not?Dont redirect all 404 to homepage is not good idea
Can you please share your approach on this issue?Google not like that
Do this or write a script to redirect to the closest match.You can also create a custom 404 page.
as already said in thread, create 404 page or redirect to other matching pageCan you please share your approach on this issue?
Delete the URL from your site and Google, and don't link to it from any other pages. That should be enough.
If your page is no longer available, and has no clear replacement, it should return a 404 (not found) or 410 (Gone) response code. Either code clearly tells both browsers and search engines that the page doesn’t exist. You can also display a custom 404 page to the user, if appropriate: for example, a page containing list of your most popular pages, or a link to your home page.