Site map & URL architecture
Structured view of public routes (human navigation). All indexable URLs — including posts, projects, and blog filter combinations — are listed in sitemap.xml for search engines.
Blog
- All posts
GET /blogs - Search
GET /blog-search - Category / tag filter
GET /blogs/{category}/{tag?} - Single post
GET /blog/{slug}
Projects
- Highlights on home
GET / - Project page
GET /project/{slug}
Media & team
CMS pages
POST-only (outside this tree): /contact, /subscribe, /unsubscribe, blog comments/likes. Every real /blog/{slug} and /project/{slug} is also emitted in sitemap.xml.