- Mar 22, 2013
- 9,153
- 10,492
So let's say you have a Wordpress site and you change the permalink structure.
Current:
https://site.com/wp-content/uploads/2015/05/bla-yada.jpg (media photos)
https://site.com/blog-posts/ (blog homepage)
https://site.com/asd-bac-ert/ (blog posts)
https://site.com/advertising/ (blog posts categories)
https://site.com/tag/123/ (jobs tags)
https://site.com/jobs/category-name/bla-bla-yada-yada (jobs)
https://site.com/category/advertising/ (jobs categories)
New:
https://site.com/wp-content/uploads/2022/08/bla-yada.png (media photos)
https://site.com/blog/ (blog homepage)
https://site.com/asd-bac-ert/ (blog posts)
https://site.com/category/advertising/ (blog posts categories)
https://site.com/tag/123/ (blog posts tags)
https://site.com/tags/123/ (jobs tags)
https://site.com/offers/bla-bla-yada-yada (jobs)
https://site.com/categories/advertising/ (jobs categories)
---
The way I see it, I need to set redirects for the media photos, about 1000 of them
I need one for blog homepage
I DON'T need to do it for blog posts, because the permalinks remain he same
I need to do it for blog posts categories
I DON'T need to do it for tags, because none of them are indexed anyway
I need to do it for jobs
I need to do it for jobs categories
---
So we're talking about 1,200 permanent 301 redirects in the htaccess file.
Never mind the work I'm gonna have to put in in order to set them all. Is that too much?
Also, anything that can be made better about the new permalinks that I have?
Current:
https://site.com/wp-content/uploads/2015/05/bla-yada.jpg (media photos)
https://site.com/blog-posts/ (blog homepage)
https://site.com/asd-bac-ert/ (blog posts)
https://site.com/advertising/ (blog posts categories)
https://site.com/tag/123/ (jobs tags)
https://site.com/jobs/category-name/bla-bla-yada-yada (jobs)
https://site.com/category/advertising/ (jobs categories)
New:
https://site.com/wp-content/uploads/2022/08/bla-yada.png (media photos)
https://site.com/blog/ (blog homepage)
https://site.com/asd-bac-ert/ (blog posts)
https://site.com/category/advertising/ (blog posts categories)
https://site.com/tag/123/ (blog posts tags)
https://site.com/tags/123/ (jobs tags)
https://site.com/offers/bla-bla-yada-yada (jobs)
https://site.com/categories/advertising/ (jobs categories)
---
The way I see it, I need to set redirects for the media photos, about 1000 of them
I need one for blog homepage
I DON'T need to do it for blog posts, because the permalinks remain he same
I need to do it for blog posts categories
I DON'T need to do it for tags, because none of them are indexed anyway
I need to do it for jobs
I need to do it for jobs categories
---
So we're talking about 1,200 permanent 301 redirects in the htaccess file.
Never mind the work I'm gonna have to put in in order to set them all. Is that too much?
Also, anything that can be made better about the new permalinks that I have?