Skip to main content
How to Change the URL(Permalink) of a Page/Post

Learn how to change the URL (permalink) of your WordPress pages and posts to improve SEO, readability, and branding.

Updated over 3 months ago

Customizing the URL (permalink) of your WordPress pages and posts can enhance SEO, improve user experience, and align links with your branding.

Changing permalinks is straightforward and allows you to create cleaner, more descriptive URLs.

This article will guide you through the steps to modify the URLs of your WordPress pages and posts, ensuring your links are optimized for search engines and easy for users to navigate.

Set WordPress to use pretty permalinks

WordPress will use plain permalinks out of the box. That means any post or page will display their respective IDs.

An example can be seen in the screenshot below:

WordPress Plain Permalink example

To change the default permalink structure, follow these steps:

  1. Go to WordPress Dashboard → Settings → Permalinks

  2. Select Post Name

  3. Click Save

    Set the Parmalinks to Post Name

Change the URL(permalink) of a page/post

  1. Go to WordPress Dashboard → Pages → All Pages.

  2. To change the permalink of a page, select the Edit option for that page.

    Edit a WordPress page

  3. Using the Right Sidebar, click on the URL option:

    Change the page URL

  4. Change the Permalink value to the new value

    Demo on how to change the page URL

  5. Click on the Update button.

Pro Tip: The same process can be used for Posts/Products/Projects.

Bonus: Using the WordPress Quick Edit functionality to change the Post/Page permalink quickly

  1. Go to Dashboard → Pages → All Pages.

  2. Hover on the page for which you want to change the Permalinks

  3. Click on the Quick Edit option.

  4. Change the Slug and click on the Update button.

    Quick Edit action

Note: Post/Page slugs cannot contain spaces. If a space is being used in the Slug, WordPress will automatically convert that to a dash (-).

Did this answer your question?