When the canonical page itself changes url
- by lulalala
This is a continuation of the question: How to handle canonical url changes like Stack Overflow.
Say I have the canon url:
questions/11/car <---canonically-linked-from--- questions/11/
What will happen if I want to change the canon url to
questions/11/car-with-sgx
Obviously, questions/11/ will point to the new canon url.
But how should…