So, I have a simple blog. Included in my blog is tags. There are two ways to reach the first page of the posts belonging to a tag though. There is /tags/foobar and there is /tags/foobar/1 (where foobar is the tag).
Right now I do a temporary redirect from /tags/foobar to /tags/foobar/1. Should I upgrade this to a permanent redirect?