Core Concepts
Intermediate
URL Routing Guide
Understand how URLs are generated and managed in Airogel CMS
Overview
Airogel CMS uses a flexible routing system where Collections define URL patterns and Content Paths store the resolved URLs.
Routing Patterns
Collections use placeholders to generate URLs:
:handle- Entry slug:year- 4-digit year from published_at:month- 2-digit month:day- 2-digit day
Examples
blog/:handle→ /blog/my-post:year/:month/:handle→ /2025/06/hello:handle→ /about
Index Pages
Collections can have paginated index pages showing all published entries at URLs like /blog and /blog/page/2.