Tags, Pagination and SEO Auto - No Plugin Needed

Tags, Pagination and SEO Auto - No Plugin Needed
Publish at : 2026-07-31

DAX generates tags pages, pagination and sitemap.xml, rss.xml, robots.txt automatically without plugins

Tags

Add in frontmatter:

tags: [csharp, dax]

DAX auto generates:

  • /tags/ → list all tags (all_tags)
  • /tags/csharp/ → all posts with tag csharp using tag.dax layout
  • Pagination

    Controller file content/posts.md:

    ---
    

    title: Blog

    layout: posts-list.dax

    collection: posts

    pagination: 6


    Generates /posts/, /posts/page/2/, with variables:

  • pagination.items (6 posts)
  • pagination.page, total_pages
  • pagination.prev_url, next_url
  • SEO Auto

    Every build generates:

  • sitemap.xml from all pages + posts
  • robots.txt
  • rss.xml from collections.posts
No plugin, no config. Lighthouse 100 out of box.

About

DAX .NET Static Site Generator

DAX .NET Static Site Generator

DAX is a slim .NET SSG. Build static sites 50x faster than Blazor SSG. No WASM bloat, just pure static HTML. For .NET devs who hate Blazor slow.

Lastest Post

Hello DAX - Pure C# Slim Static Site Generator That Slaps Blazor Bloat

Hello DAX - Pure C# Slim Static Site Generator That Slaps Blazor Bloat

DAX vs CAX - Why C# Beats C for Windows Developers

DAX vs CAX - Why C# Beats C for Windows Developers

Auto Collections and Free Nested Frontmatter - Jekyll Style but Faster

Auto Collections and Free Nested Frontmatter - Jekyll Style but Faster

Tags

service ecommerce headless fiverr shopify tutorial collections frontmatter jekyll comparison cax csharp windows dax ssg blazor performance pwa progressive-web-app docs structure beginner migration modern-website benchmark lighthouse seo deploy vercel netlify github-pages tags pagination