Technical

Permalink

A permalink (permanent link) is a URL that is intended to remain unchanged indefinitely, serving as a stable reference to a specific piece of content.

Permalinks matter because every URL change breaks existing backlinks, bookmarks, and search engine rankings. When a permalink changes without a 301 redirect, all accumulated link equity is lost and users encounter 404 errors.

Design permalinks to be future-proof: avoid dates in URLs unless content is inherently time-bound (news articles), use topic-based slugs instead of IDs, and do not include version numbers or technology references that may change. `/glossary/meta-description` is better than `/glossary/2024/01/meta-description-v2`.

If you must change a permalink, always set up a 301 redirect from the old URL to the new one. Indxel tracks URL changes between deployments with `check --diff` and flags any URL removals that lack corresponding redirects.

Stop shipping broken SEO

Indxel validates your metadata, guards your CI/CD pipeline, and monitors indexation — so you never miss an SEO issue again.