tanstack-start-content-seo-and-llmo
TanStack Start Content, SEO, and LLMO
Use this skill when the task is primarily about how content is rendered and described for search engines, social platforms, crawlers, and AI assistants in a TanStack Start app.
Scope
- markdown rendering workflows
- route
headmetadata - Open Graph, canonical, and structured-data wiring
- sitemap and robots strategies
- machine-readable endpoints for crawlers and AI systems
- SEO-aware SSR and prerender decisions
llms.txtand broader LLM optimization guidance
Routing cues
- markdown content, route metadata, social cards, canonical URLs, JSON-LD, sitemap, robots, machine-readable endpoints, SEO, or
llms.txt-> use this skill - SSR mode, prerendering, SPA mode, or hydration as the primary concern -> use
tanstack-start-rendering-and-execution - server routes or response plumbing for dynamic sitemap or robots endpoints -> use
tanstack-start-server-runtime-and-apisfor the endpoint mechanics and keep this skill for the content contract
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4