Exclude specific tag from any /tag/ link

Hello,

I’m trying to exclude a specific tag, let’s say ‘books’ from all the /tag/ links.

Let’s say I have 2 posts. One has tags ‘books’ and ‘get-started’ and another one has just ‘get-started’.

When I go to /tag/get-started/ I see both posts. I would like to exclude, using routes.yaml, ‘books’ tag.

Any ideas how can I achive this?

I tried with routes, collections, channels but no luck.

Thanks

Hi,

What is your intention ? Are you trying to attach hidden tags (for theme customization,etc.)? Have you looked at private tags?

Hi, I will probably do it with private tags. Not ideal but might work.

Do you have any idea if I can remove the featured posts from /tag/{slug}/ pages?