I’m trying to remove the /tag/ word from the blog tag listing page url. In order to have the url in the structure: domain/tag-name instead of domain/tag/tag-name.
Is there some way to do this natively? If not, could someone give me an advice about how to do this?
Currently I’m thinking about making individual website pages with url domain/tag-name with its corresponding tag content, instead of using the autogenerated tag pages. Thanks in advance!
it would be new to me if this would be natively possible. The only solution I know is the same you’re thinking of: Creating seperate pages with the tag. But this might come with some other challenges like the need of creating flex-redirects and maybe some custom modules. Also I’d recommend you to use the blog_recent_tag_posts function and pass the requested URL-query/tag automatically to the function. By doing so you’ll need to create only one module/template and the content will be generated automatically