Skip to main content
Mythos

Tag Pages are the public, browsable home of every hashtag — a paginated collection of every memo filed under a given tag, served as one page tuned for readers, search engines, and AI agents alike. They're the consumption side of 📝Tagging: applying a # files a memo, and the tag page is where that collection becomes a destination. Every public tag in your MythOS library gets one automatically, so your tags double as a topic-level table of contents.

Key Capabilities

  • Paginated collections — every public tag renders at /tag/{tag}/page/{n}, 20 memos per page, newest first
  • Editorial descriptions — a tag's description appears above the list and fills the page's meta description
  • Structured dataCollectionPage, ItemList, DefinedTerm, and BreadcrumbList schemas ship on every page
  • Per-tag llm.txt — a plain-text endpoint at /tag/{tag}/llm.txt lists the tag, its description, and its memos
  • Agent discovery — a <link rel="llm"> header plus MCP resources tag://list and tag://name/{tag}
  • Fresh + indexable — hourly revalidation and a <lastmod> sitemap; very thin tags are left non-indexed

Getting Started

  1. Visit any tag's page at mythos.one/tag/{tag}/page/1 — the bare /tag/{tag} redirects there
  2. Add an editorial description from Settings → Tags to give the collection an overview
  3. Share the URL — it's a public, crawlable destination for that topic

FAQ

  • What URL does a tag page live at? /tag/{tag}/page/{n}. The unpaginated /tag/{tag} permanently redirects to page 1.
  • How many memos per page? Twenty, newest first, with pagination for larger collections.
  • Will every tag get indexed by search engines? No. Very small collections are marked non-indexable to avoid thin pages; they still render for anyone with the link.
  • How do AI agents read a tag page? Via its llm.txt endpoint, a <link rel="llm"> discovery header, and the tag://list / tag://name/{tag} MCP resources.
  • How current is a tag page? Pages revalidate hourly, and the tag sitemap carries a <lastmod> from the most recently updated memo in the collection.

Related

  • 📝Tag Descriptions — the editorial blurb that gives a tag page its overview
  • 📝Hashtags — the inline # chips that file memos into these collections
  • 📝SEO & AEO — how MythOS structures public content for search and answer engines

Contexts

Created with 💜 by One Inc | Copyright 2026