admin管理员组文章数量:1417685
I build a website for a client of mine, that is going to continuously host events for his area.
One of the requirements he has is to expire and remove from the database the events already completed.
The events will belong to categories
.
The question is, how I could redirect with 301
the search engines and the visitors to the parent category of each event?
So let's say we have the categories theater
and concert
.
If I have an even for theater, and the event is expired + removed from the DB, how can I make the redirect to the theater
category for all the upcoming visitors?
Any idea?
Update
What if I make a custom table to record the slugs of the events and the category IDs when an event is deleted, and then when I have a 404, to check the DB table for the requested slug and make a redirect using the category ID?
Could that solution be performant given that the site is going to host a few million of events?
I build a website for a client of mine, that is going to continuously host events for his area.
One of the requirements he has is to expire and remove from the database the events already completed.
The events will belong to categories
.
The question is, how I could redirect with 301
the search engines and the visitors to the parent category of each event?
So let's say we have the categories theater
and concert
.
If I have an even for theater, and the event is expired + removed from the DB, how can I make the redirect to the theater
category for all the upcoming visitors?
Any idea?
Update
What if I make a custom table to record the slugs of the events and the category IDs when an event is deleted, and then when I have a 404, to check the DB table for the requested slug and make a redirect using the category ID?
Could that solution be performant given that the site is going to host a few million of events?
Share Improve this question edited Jun 15, 2020 at 8:21 CommunityBot 1 asked Aug 2, 2019 at 8:38 KodeFor.MeKodeFor.Me 3052 gold badges3 silver badges17 bronze badges1 Answer
Reset to default 1Since I have less reputation I can't comment, this is not answered with code but wanted to help, you may check this plugin: https://wordpress/plugins/redirect-404-error-page-to-homepage-or-custom-page/ or just take required code from the plugin ( I am not connected with that plugin anyway )
本文标签: taxonomyExpired event redirect to parent category
版权声明:本文标题:taxonomy - Expired event redirect to parent category 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745276072a2651195.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论