I need to update the URL format from site/parent1/article
to site/category1/article
.
I see the process as follows:
- Replace parent pages with category pages
- Assign the right category to each article (parent1 > category1, parent2 > category2,...)
- Change permalinks settings so that URLs use category instead of parent
- Setup redirects to serve 301 from parent1 to category1,...
- (If necessary remove parent setting as not needed anymore)
Am I missing anything?