Emovart Docs
Customization

Achieving pretty URL links for your site

See how Emovart builds article URLs from your Notion page titles — and how to keep those links short, readable, and stable over time.

Last updated on July 9, 2026

Nobody loves sharing a link full of random characters. Emovart generates human-readable URLs automatically: every article lives at a path built from its collection and its page title, like https://docs.example.com/getting-started/connecting-your-notion-page.

Readable article URL
Readable article URL

The slug is derived from the Notion page title: it's lowercased, spaces become hyphens (kebab-case), and emoji are stripped. A page called "🚀 Launching your site" becomes launching-your-site — so keep emoji in your titles for the visual touch; they never leak into the URL.

Getting concise, shareable links

A few habits keep your URLs clean:

  • Keep titles short and descriptive. "Import from CSV" beats "Everything you ever wanted to know about importing your data from CSV files".
  • Skip filler words. Slugs read best at three to six meaningful words.
  • Name collections deliberately. The collection is part of the path, so a short collection title keeps the whole link compact.
Short slug from title
Short slug from title

One behavior worth remembering: because slugs come from titles, renaming a page changes its URL on the next resync. The old link stops resolving, which hurts bookmarks and search rankings. Either keep titles stable once an article is published, or — when a rename is unavoidable — add a redirect from the old path using Customizing and redirecting article URLs.

Was this article helpful?