- What transformations are applied?
- Lowercase, replace spaces with hyphens, strip accents and non-ASCII, remove quotes and punctuation. Result is URL-safe ASCII.
- Can I preserve diacritics?
- Toggle 'transliterate' off to keep 'café' as 'café' (valid in modern URLs) instead of 'cafe'. Most modern search engines handle both.
- Max length limit?
- Configurable — default 80 chars. Slugs longer than this get cropped at word boundaries for readability. Very long slugs hurt SEO.
- What about stop-words?
- Toggle 'remove stop-words' to strip 'the', 'a', 'of', etc. Produces shorter, keyword-focused slugs. Keep stop-words if grammar matters in the URL.