What Is a WordPress Permalink? URL Structure Guide for SEO | CrestVox Studio

A permalink (short for permanent link) is the full URL of a specific WordPress post, page, or other content type that is intended to remain stable and unchanged over time. In WordPress, the permalink structure determines how the URLs for your content are formatted. WordPress allows you to choose from several built-in permalink formats or […]

A permalink (short for permanent link) is the full URL of a specific WordPress post, page, or other content type that is intended to remain stable and unchanged over time. In WordPress, the permalink structure determines how the URLs for your content are formatted. WordPress allows you to choose from several built-in permalink formats or create a custom structure, and the format you select has important implications for both SEO and user experience. A well-structured permalink is clean, descriptive, and contains the page’s target keyword, helping both search engines and visitors understand what the page is about before they even click on it.

WordPress Permalink Structures

WordPress provides several built-in permalink options, accessible in Settings > Permalinks:

  • Plain/?p=123 — Uses the post ID with no descriptive information. Provides no SEO benefit and is difficult for users to remember or share.
  • Day and name/2026/07/21/post-name/ — Includes the publication date. Can become problematic for content that remains relevant long after publication.
  • Month and name/2026/07/post-name/ — Similar to Day and name with month-level date inclusion.
  • Numeric/archives/123 — Uses a category archive path with the post ID. Slightly better than plain but still not descriptive.
  • Post name/post-name/ — The recommended option for most websites. Clean, descriptive, keyword-inclusive URLs with no date clutter.
  • Custom structure — Allows combining available tags (%category%, %author%, %postname%, etc.) for specific URL patterns.

Why Post Name Permalinks Are Best for SEO

The Post name permalink structure (/your-post-slug/) is recommended for most WordPress websites because it produces clean, keyword-rich URLs that are both human-readable and search-engine-friendly. Including the target keyword in the URL is one of the on-page SEO criteria that RankMath and Yoast SEO check — it signals relevance to both search engines and users in the SERPs. Short, descriptive URLs are also more likely to be shared and more memorable than URLs containing dates, category hierarchies, or ID numbers.

Avoid including dates in your permalink structure unless publishing timely news where date visibility is a feature rather than a liability. A guide written in 2023 with /2023/07/ in the URL will appear dated to users finding it in 2026, even if the content is fully up to date, potentially reducing click-through rates.

Changing Permalink Structure Safely

Changing your permalink structure on an established website is a significant SEO risk that must be handled carefully. Every existing URL will change, meaning all your current backlinks, Search Console data, and any bookmarked or shared URLs will break unless you set up 301 redirects from every old URL to its new equivalent. Without redirects, URL changes result in a loss of all accumulated link equity and can cause significant ranking drops. Always implement comprehensive redirect mapping before changing permalink structures on a live website.

Changing permalink structure on a new website with no existing content or backlinks carries no risk and should be done at setup before publishing any content.

Custom Post Type Permalinks

Custom post types registered by plugins (like WooCommerce products at /product/ or glossary terms at /glossary/) have their own permalink bases that can be customised in the plugin settings or programmatically during registration. Thoughtful permalink base selection for custom post types ensures your URL structure is organised, intuitive, and SEO-friendly across all content types on the site.

At CrestVox Studio, permalink structure selection and any necessary redirect implementation is part of every WordPress development and migration project. We configure permalinks for maximum SEO benefit from the start and handle all URL changes with proper 301 redirects to protect existing rankings and backlink equity. Combine clean permalink structure with keyword-optimised meta titles and schema markup for strong on-page SEO foundations.