What exactly is the alias attribute of menu items used for in Joomla? In particular, are they suitable for uniquely identifying pages?
Update: I just realised that articles have alias’ as well. I think that article alias’ will be more useful
Related questions
- This is a followup of this question.
Alias values are used to create nice URLs for pages. There is an explanation here:
Alias’ don’t appear to be the best solution for a unique identifier as on a large enough site multiple documents might want to use the same alias. On a small site though, they can serve this purpose.