Wordpress: How to mass change post URL and Canonical URL

how would this even work without you having to type each slug manually?? I don't think it's possible...
It is. Yesterday I managed to do it using WP All Import Pro.

I used a python script to increment the url by adding numbers to the end of it. So everytime I wanna change it, it's gonna +1. The rest is simple ommition of text and converting url into title, then mass import update everything.

It's an extreme workaround, but it works.
 
It is. Yesterday I managed to do it using WP All Import Pro.

I used a python script to increment the url by adding numbers to the end of it. So everytime I wanna change it, it's gonna +1. The rest is simple ommition of text and converting url into title, then mass import update everything.

It's an extreme workaround, but it works.
I thought you meant normal URLs (like .site.com/this-is-keyworded-url), I don't think there's any way of mass-updating such URLs because you'd still have to manually type the different words yourself...

But anyway, I'm glad that you solved it. Being a programmer pays off in today's SEO :)
 
Back
Top