Skip to content

SEO + metadata pass on skill pages + sitemap.xml & robots.txt#7

Open
VisionaireLabs wants to merge 1 commit into
masterfrom
agent/engineer/17e2e553
Open

SEO + metadata pass on skill pages + sitemap.xml & robots.txt#7
VisionaireLabs wants to merge 1 commit into
masterfrom
agent/engineer/17e2e553

Conversation

@VisionaireLabs

Copy link
Copy Markdown
Collaborator

Closes SOL-2.

What

  • Skill detail pages (app/skills/[slug]/page.tsx): canonical URL via alternates.canonical, per-skill OpenGraph (article) + Twitter summary_large_image cards.
  • Skills listing (app/skills/page.tsx): canonical URL, OpenGraph + Twitter cards.
  • app/sitemap.ts: Next 16 MetadataRoute.Sitemap — static routes (/, /skills, /glossary, /official, /audits, /manifesto) + every skill and glossary detail page, generated from lib/skills and lib/glossary.
  • app/robots.ts: MetadataRoute.Robots — allow all, disallow /api/ and /buy/, points at sitemap.xml.

Site-wide title template, description, and metadataBase already live in app/layout.tsx; per-page metadata here overrides/extends it. Relative canonical/OG URLs resolve against metadataBase.

Routes verified against the real app

Indexable routes confirmed from app/**/page.tsx. Transactional/machine routes (/buy/*, /api/*, /submit) excluded from the sitemap and blocked in robots.

Notes

  • node_modules is not installed in the agent workdir, so next build / lint were not run here — verify in CI/Vercel preview.

…ots.txt

- skill detail + listing pages: canonical URLs, OpenGraph, Twitter cards
- app/sitemap.ts: static routes + all skill & glossary pages
- app/robots.ts: allow all, disallow /api/ and /buy/, sitemap ref

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solidstate.cc Error Error Jun 3, 2026 10:23pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant