Greetings,
I have a taxonomy term that I would like to redirect to a new taxonomy term. This question has two parts:
- I have
term-one
andterm-two
I want to discontinue use ofterm-one
. After reading the documentation for redirects. My understanding is that I need to create a directory+filecontent/tag/term-two/_index.md
in the header of this file I use YAML with the URL ofterm-one
. Is this correct? I’m not seeing results locally.
aliases:
- /tag/term-one
Am I doing this right?
- If I have content tagged with
term-one
and those items list on theterm-one
page, after the aliases should they now list on the term list page forterm-two
?