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 readable —
q1-2026beatsqoa7xporq1-report-2026-final-v2. - No versions —
pricingbeatspricing-v2,pricing-2026. When the price changes, just edit the target. - No internal codes —
product-abeatsprod-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:
- Create a new link to the same target URL.
- Share the new one.
- Either disable the old one (it'll return 404) or leave it as a fallback.