My web app generates multiple slashes in URLs like: http://www.example.com/some///slashes.
Is it a bad practice? Does Google care?
Does Google see /some/slashes and /some///slashes as different URLs? If it does, I think Google won't merge PageRank of these URLs, or will it?
Thanks!