Hello,
There is a problem with trailing slashes. I will try to explain in a few steps (I have wp-supercache 0.6.7 installed):
1. we all know that www.example.com/page is not the same with www.example.com/page/ (google knows that too and may consider this duplicate content)
2. the default behavior of wordpress for missing trailing slash is to 302 redirect (temporarily redirect) the www.example.com/page to www.example.com/page/
3. after installing wp-supercache, it seems that www.example.com/page is the same with www.example.com/page/ because if I request (from cache), let's say www.example.com/page (without trailing slash) it returns (from cache) the same copy of the page www.example.com/page/ (with trailing slash) instead of 302 redirecting it to www.example.com/page/
4. what happens next ? google will index both pages with 100% duplicate content witch is very wrong.
All this can be tested using this tool and any post from this wp-supercache enabled sites: stylefrizz and weburbanist.
Can this be fixed ?