Thnks, vikaspotluri123. Unfortunately, this is not exactly what I mean. I’m aware I can change the prefixes for “tag” or “author”. However, what I’d like to change is the path “tags” to something else, like “categories”. The “/tags” path currently serves an overview of all tags used on my blog. I simply need to change the URL of the page to something more descriptive.
What you would need to do is change the slug of the page to categories,
and then update the template name to page-categories.hbs
The method described in the tutorial still works, but I would suggest you use dynamic routing for this, since it’s capable of doing the same thing, but it’s more maintainable. You would just need to create the route (e.g. /categories) and specify the template to use in the definition