Opened 11 months ago
#20958 new feature request
Add to the Template Hierarchy the 410 error page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In my last project where I migrate a web from asp to wordpress, I have some pages that not longer exists. Normally, we do a 301 redirection to the home page or some other place. But digging a little in google, if we get a page that not longer exists, its better to return a 410 response code instead of 301 code (talking about SEO aspects).
I did it manually following this post: http://otroblogmas.com/retornar-410-wordpress/
I think that we can include in the Template Hierarchy the 410.php file to show it when we are getting a page that not longer exists.
Note: See
TracTickets for help on using
tickets.
