Slug — rules and tips

The slug is the short part of the URL after /feedx/. E.g. in pmgclub.com/feedx/q1-2026 the slug is q1-2026.

Allowed

  • Lowercase letters a–z
  • Digits 0–9
  • Hyphen -
  • Underscore _

Disallowed

  • Uppercase letters are auto-converted to lowercase.
  • Diacritics are stripped (čc, řr).
  • Spaces and special characters are removed.
  • Leading / trailing hyphens are trimmed.

Example transformation: My_Link!my_link.

Length limit

  • Minimum: 2 characters
  • Maximum: 64 characters

We recommend 6–20 characters — short but readable.

Reserved slugs

Some slugs can't be used because they'd collide with system paths:

  • feed, network, profile, tools, admin, q, qv, help, ...

If you try a reserved slug, you'll get Taken.

Best practices

  • Short and readableq1-2026 beats qoa7xp or q1-report-2026-final-v2.
  • No versionspricing beats pricing-v2, pricing-2026. When the price changes, just edit the target.
  • No internal codesproduct-a beats prod-id-471.
  • Random slugs for sensitive links (offer, invoice) — generate via so they can't be guessed.

How to change a slug after creation

You can't. The slug is a permanent identifier — if you changed it, people with the link end up on 404.

If you need a different slug:

  1. Create a new link to the same target URL.
  2. Share the new one.
  3. Either disable the old one (it'll return 404) or leave it as a fallback.