# Tuhat > Tuhat is a long-form blogging platform. The name is Finnish for "1000" — every published post must meet a language-adjusted long-form minimum. Posts render as plain HTML (no JavaScript required) and each author has an RSS feed. ## Reading - [Recently published posts](https://tuhat.net/): paginated feed of every published post across the site. - [Sitemap](https://tuhat.net/sitemap.xml): XML index of every author and post URL. - [Global RSS feed](https://tuhat.net/feed.xml): every published post, newest first. ## Author and post URLs - Author index: `https://tuhat.net/u/{username}/` - Author RSS feed: `https://tuhat.net/u/{username}/feed.xml` - Tag listing: `https://tuhat.net/u/{username}/t/{tag}` - Individual post: `https://tuhat.net/u/{username}/p/{slug}` - Organisation index: `https://tuhat.net/o/{org-slug}` - Organisation post: `https://tuhat.net/o/{org-slug}/p/{slug}` ## Conventions - Every post page emits schema.org `BlogPosting` JSON-LD with `headline`, `description`, `datePublished`, `dateModified`, `author`, `keywords`, and (when set) `image`. - Author index pages emit schema.org `Blog` JSON-LD listing the posts. - The canonical URL for a post is always the `/p/{slug}` form (a shorter `/{slug}` redirect-equivalent also exists). - Drafts and admin pages are excluded via robots.txt.