Safely change WordPress permalink

June 7th, 2007, filed under General

A permalink is a URL that points to a specific blogging entry even after the entry has passed from the front page into the blog archives. Because a permalink remains unchanged indefinitely, its use avoids link rot. Most modern weblogging, including Wordpress, support such links. Permalinks are often simply stated so as to be human-readable.

But what if you want to change your permalink structure, from:

/%year%/%monthnum%/%day%/%postname%/

to:

/blog/archive/%postname%/

Doing so will make all pages indexed by search engines become invalid, moreover, losing visitors from other sites or bookmarks that links to you.

By using Dean’s Permalinks Migration Plugin you can safely update your permalink structure. This plugin will generate a “301 Redirect” when users or spiders visit your site through old permalinks, and redirect them to the new permalinks of the same post.

I’ve updated my permalink structure to:

/journal/archive/%postname%/

…because using the date in the URL wasn’t relevant to my posts or its content. It makes sense for the URL to contain relevant information about the page content, and not information that isnt useful to both humans and bots.

Thank you Dean Lee for this great plugin!

One Response

[...] vond ik bij toeval een artikel op Robertvenema.nl, waarin hetzelfde staat als ik nu ga vertellen [...]

Posted by

Have your say

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>