What about go to the page and edit the permalink?
https://prnt.sc/WbhXC1TIiCm4
The problem is that I do not have that page in my page list.
Another strange thing is:
https://www.blackjack-online.bz/type/
should exists, but it returns 404.
Any help is appreciated.
and what about a post? also, maybe you can query on phpmyadmin and check if there is some old post or old page using that slug (it is just an idea.)
here is a screenshot about it:
https://prnt.sc/silc4kmHJ-3a
Also, try this before, just in case, its too easy and fast:
Step 1: In the WordPress admin area, go to “Settings > Permalinks”
Step 2: Click “Save Changes”
Step 3: Permalinks and rewrite rules are flushed.
And, finally another option is to check this plugin that deletes old slugs:
https://ww.wp.xz.cn/plugins/remove-old-slugspermalinks/
Thank you Seba Ocano for your help. Really appreciated.
Permalink refresh with the save button did not work.
Search for type/image on phpmyadmin returned 1 match in wpyi_yoast_indexable
Watching the record … it has author_id=null and object_sub_type= post_format
Comment list is empty on my wordpress admin.
Next step? 🙂
What about this plugin? It is used to remove old slugs, maybe there is the problem.
https://ww.wp.xz.cn/plugins/remove-old-slugspermalinks/
It is hard to die. 🙂
I installed the plugin but it says:
No old slugs found in database.
Then I clicked on refresh with no success.
🙁
I set
plugins–>yoast–>search–>Taxonomy–>post_format–> OFF
now that page redirects to the home page.
I’d rather prefer a 404.
After some more research, I think that I found the problem. You are using a reserved term, you can see the full list here where type appears:
https://codex.ww.wp.xz.cn/Reserved_Terms
I am thinking that maybe you can set a redirection using .htaccess or maybe cPanel (or similar administration panel) to do a redirection.
Let me know if you need help generating the redirections.