My site has a folder styled URL structure, e.g
http:/
/mysite.tld/
http:/
/mysite.tld/categoryname/
http:/
/mysite.tld/categoryname/widgetname/
All my internal links specify a trailing slash, and I perform a 301 redirect to the same URL + trailing slash, if it wasn't there already.
I've also noticed that Google seems to be storing two results for each version (no trailing slash & trailing slash).
What should I be doing? I don't see any other sites having this kind of issue :/
[edited by: tedster at 4:02 pm (utc) on Jul 5, 2010]
[edit reason] make the full example URLs readable [/edit]