I've changed my URL schema. How do I tell Google to index the new schema and forget the old one?
- by growse
I had a site where the urls were constructed like this
/index.php/Topic
/index.php/AnotherTopic
These were indexed in google, and search results returned that pointed to these.
However, I've recently replatformed that site, and reconfigured it so the above urls would be:
/index.php?title=Topic
/index.php?title=AnotherTopic
The original urls…