astro-seo

Installation
SKILL.md

Astro SEO Skill

Purpose

Handles all SEO markup for Astro projects. Technical SEO patterns.

Core Rules

  1. Every page needs unique title + description
  2. Open Graph for social sharing
  3. Schema.org for rich results
  4. Canonical URLs always set
  5. Sitemap auto-generated

Required Meta Tags

---
const { title, description, image, noindex = false } = Astro.props;
Related skills
Installs
37
GitHub Stars
4
First Seen
Jan 29, 2026