SEO glossary

What is a Permalink?

Learn what a permalink is—the full permanent web address for a resource—how it differs from a URL slug, and why stable permalinks protect rankings, links, and user trust.

On-Page SEOUpdated August 14, 2026
Also known asPermanent linkPermanent URLCanonical permalink

Definition

A permalink is the full, intended-to-be-stable web address that permanently identifies a page or post—scheme, host, and path—so the resource can be linked, bookmarked, and crawled at a consistent location over time.

A permalink is the full permanent URL for a resource. Blog platforms popularized the term because posts need addresses that survive homepage churn. In SEO, permalink stability is a foundation: external links, bookmarks, sitemaps, and canonical tags all assume the permalink you published yesterday still resolves today.

Permalinks are contracts with the web. Breaking them without redirects wastes years of accumulated references.

ConceptWhat it includesTypical use
Permalinkhttps://example.com/glossary/permalink/Share, bookmark, cite, index
URL slugpermalink (final segment)Readable naming inside the path
Canonical URLMay equal permalink or consolidate duplicatesTell crawlers which URL is preferred
Short linkRedirect wrapper to permalinkTracking or character limits

The slug names the page; the permalink is the whole address. The canonical URL may match the permalink—or point to it when parameters create duplicates.

https://www.example.com:443/blog/on-page-seo/permalink-guide/
└scheme┘ └────host────┘└port┘└─────────── path ──────────────┘
                              └── slug segments may nest here ──┘

SEO decisions tied to permalinks:

  • HTTPS by default
  • Consistent www vs non-www host
  • Lowercase paths
  • One trailing-slash policy
  • No session IDs or tracking params in the canonical permalink

Link equity

Backlinks point to permalinks. Change the path without a 301 and equity lands on a 404.

User trust

Broken permalinks in emails, docs, and forums erode brand credibility.

Analytics continuity

URL changes split historical traffic unless reporting maps old to new.

Index consolidation

Multiple permalinks for one page dilute signals and invite duplicate indexing.

Document templates early:

Content typePermalink patternExample
Glossary/glossary/{slug}//glossary/permalink/
Blog/blog/{slug}//blog/fix-broken-permalinks/
Product/products/{slug}//products/crawl-monitor/
Docs/docs/{section}/{slug}//docs/crawl/setup/

Mixed patterns without redirects—/post/123 and /blog/title for the same template—create duplicate permalink clusters.

Ugly default:

https://example.com/index.php?p=4421&cat=7

Pretty permalink:

https://example.com/glossary/permalink/

Both can be crawlable, but pretty permalinks improve sharing, readability in SERPs, and pattern-based analytics. Migration requires mapping every old query-based URL to its new path with 301 redirects.

WordPress, Webflow, Shopify, and others expose "permalink structure" or "URL handle" settings. Common pitfalls:

  • Changing structure site-wide without redirect tables
  • Auto-updating handles when titles change
  • Staging domains leaking into production permalinks
  • Trailing slash mismatch between CDN and origin

Lock production permalink rules in runbooks. Test migrations on a crawl clone first.

  • Publish one canonical permalink per indexable resource—no parallel paths.
  • Never append session IDs or internal tracking params to indexable permalinks.
  • Use 301 redirects when retiring permalinks; update internal links the same week.
  • Regenerate XML sitemaps with new permalinks only after redirects are live.
  • Align permalink topic with page intent—misleading paths hurt CTR and engagement.
  • Audit external backlinks before permalink changes on high-authority URLs.

Permalinks sit alongside title tags, headings, and body copy as orientation signals. They do not replace content quality or search intent alignment. A keyword-stuffed permalink with thin content still fails.

Align permalink, slug, and primary topic so users who see the URL in SERPs or Slack previews know what to expect.

  • Myth: "Changing a permalink is fine if you update the canonical tag." Reality: users and links still request the old URL—redirect.
  • Myth: "Permalinks must mirror the title tag word for word." Reality: stable, descriptive paths beat brittle mirroring.
  • Myth: "Query-string permalinks are always bad." Reality: ugly for humans, but redirect beats leaving orphans during migration.
  • Myth: "Short permalinks rank better by default." Reality: clarity and stability matter more than arbitrary length.

Crawlox crawls declared permalinks, compares them to canonicals and redirects, and highlights duplicate paths, chains, and parameter variants. Find when a CMS plugin invents a second permalink for the same content before indexation splits.

The practical takeaway

A permalink is the full permanent URL—not just the slug. Treat it as infrastructure: choose clear patterns, avoid churn, redirect when you must change, and keep one authoritative address per page.

Related terms

Frequently asked questions

What is the difference between a permalink and a URL slug?

The permalink is the complete address (https://site.com/blog/post-name/). The slug is only the human-readable path piece (post-name).

Should permalinks ever change?

Only when necessary—rebrands, mergers, or misleading paths. Always redirect old permalinks to new ones.

Are permalinks a ranking factor?

Stability and clarity help more than keyword-rich permalinks. Broken or duplicate permalinks hurt through 404s and split signals.

What is a pretty permalink?

A path-based address without ugly query strings, e.g. /glossary/permalink/ instead of ?p=4421.

Do trailing slashes matter in permalinks?

Pick one convention. Mixed /page and /page/ can create duplicate URLs if both return 200.

References

Explore authoritative guidance and frameworks related to permalink.

Explore every glossary definition

Return to the glossary to search by term, alias, starting letter, or category.

Browse glossary