Forum Moderators: Robert Charlton & goodroi
I'm wondering if removing 301 redirects can cause troubles from a SEO point of view.
To be more specific, some years ago I changed directory structure from /product.html to /category/subcategory/product.html and I placed 301 redirects to reflect this change.
Now I need to come back to the previous directory structure, so I need products to be moved from /category/subcategory/product.html to /product.html .
My plan is to:
1) Remove 301 redirects, so both /product.html and /category/subcategory/product.html will be accessible
2) Add canonical tag, explaining googlebot to look for /product.html
3) Wait some weeks (months) and then maybe place 301 redirects from /category/subcategory/product.html to /product.html
Website has no external links pointing to product pages.
What do you suggest?