Forum Moderators: open
1) [example.com...]
and
2) [example.com...]
I know that most web servers would (or even should) issue 301 redirect for every request for "PossibleDirectory" to "PossibleDirectory/" so long as there is no matching filename available.
People could use both versions to link to the same page, but technically two strings will not be exact match. One would never be sure if its a directory request in a URL without slash at the end until trying to request URL from webserver. So, in this case it appears to be logical for search engines to ignore all trailing /'s.
Thoughts?