Forum Moderators: Robert Charlton & goodroi
Coming back to your thread, one thing I see here is that you're using a rel=canonical pointing to a URL that points back to the original URL. Looking at your example:
A) http://www.example.com/?topic=10
.. contains <link rel="canonical" href="http://example.com/?topic=10"/>
B) http://example.com/?topic=10
... redirects back to A)
For our systems, this looks like a cyclic redirect, making it hard for us to follow and pick the right URL to actually index.
One way to resolve that could be to use the final URL as the preferred canonical one.