SEO

SEO, metadata, meta description, page title, Open Graph, og:image, Twitter card, canonical URL, favicon, theme-color, sitemap, robots.txt, crawlable, indexing, link preview, server-rendered content. Use when adding metadata to a page or route, making a link preview well, or reviewing whether content is crawlable.

htkoca Updated

File contents

SEO

The site is findable and previews well everywhere it's shared.

  1. Full metadata at the root: title, description, Open Graph, Twitter card, targeting the canonical domain, plus favicons and the dark theme-color.
  2. Every route has its own title and description. Dynamic pages derive theirs from their data entry (title, intro as description, first media as the OG image).
  3. Real text in the DOM. No content locked in images or canvas; headings and landmarks follow document order so crawlers can parse structure the same way assistive tech does.
  4. Overlays and loading states never hide content from crawlers: page content is server-rendered and present in the initial HTML regardless of lifecycle state.

htkoca/skills/tree/main/plugins/skills/skills/seo commit 1762039cd3

Frequently asked questions

npx skillmds@latest add htkoca/seo