knowledge base265 articles
knowledge base/seo & search
how-to guide

How to Set SEO-Friendly Permalinks in WordPress

Choose a URL structure that's readable and stable instead of WordPress's default query-string links.

A permalink is the actual URL of a post or page. WordPress defaults to something like ?p=123, which is hard to read and doesn't help you in search. Switching to a name-based structure early avoids painful cleanup later.

Steps

  1. In your WordPress dashboard, go to Settings then Permalinks.
  2. Choose "Post name" as the structure — this produces clean URLs like yoursite.com/your-post-title.
  3. Save changes.
  4. If your site has been live for a while with a different structure, check with your host or developer before changing it — old links pointing elsewhere may need redirects.
  5. Spot-check a few existing posts after saving to confirm they still load correctly.

ask datanephew

I already have hundreds of posts — is it safe to change permalinks now?

Changing the structure can break existing links unless redirects are set up, so ask datanephew to check your current traffic and search rankings first — it can help you weigh whether the cleanup is worth the risk.

What makes a permalink "SEO-friendly" anyway?

Short, readable, and made of real words rather than numbers or symbols — it helps both visitors and search engines understand the page before they even click it.