1.1 KiB
2026-03-05 Session Notes
SEO Improvements for United Tattoo
Nicholai invoked the astro-portfolio-site skill to set up SEO infrastructure for the United Tattoo portfolio site. Requested deliverables include llms.txt, llms-full.txt, sitemap.xml, and broader SEO improvements.
The skill provided comprehensive build instructions covering 12 phases: project scaffold, design system, layouts, core components, pages, blog infrastructure, contact form backend, SEO data endpoints, assets, API integration, deployment, and documentation. Key SEO focus areas:
- Data endpoints: robots.txt, RSS feed, LLM-facing text files, sitemap
- Structured data: Organization, Article, Breadcrumb, Product/VideoGame schemas (JSON-LD)
- Meta tags: canonical URLs, OG cards, Twitter cards, robots directives
- Content indexing: blog posts with tags/categories, search index via Fuse.js
The United Tattoo site is Astro 5 with SSR output, TypeScript strict mode, Tailwind CSS 4, and Cloudflare Workers adapter. Current build status: existing TypeScript errors in API/service files; no linter/test framework configured. Design system uses CSS custom properties and typography tokens.