If you want to move your WordPress permalinks via 301, you can try to do it by hand using rewrites in your .htaccess file. Much easier is Dean’s Permalinks Migration Plugin for WordPress.
On my work blog (http://www.synaxisworks.com/blog/), I used to use the default “?p=post-number” format, and I wanted to change to a more SEO-friendly format. I setup Dean’s plugin. The first problem is that I didn’t know what to put for the “old permalink structure”. I tried a million combinations of text, regex, and WordPress codes to try to get it to match the default format.
It turns out, according to this post, that the default permalinks never redirect and always work. So, the upshot is that I can’t redirect the default links and that I don’t really need Dean’s plugin at all. At least my new permalinks will be recorded in Google with the new format.
Leave a Reply