audit-seo-meta

Audit per-route SEO and social-share metadata across TanStack Start, Next.js, and HTML pages.

121|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/AgentSystemLabs/core --skill audit-seo-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-seo-meta
Source: https://github.com/AgentSystemLabs/core/tree/main/plugins/agentsystem-core/skills/audit-seo-meta
Command: npx skills add https://github.com/AgentSystemLabs/core --skill audit-seo-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It identifies missing or incorrect per-route SEO and social-share metadata that can cause broken search snippets and dull or wrong social preview cards.

Core Features & Use Cases

  • Per-route metadata validation: checks title, meta description, canonical, Open Graph fields, Twitter card tags, and page-level robots/nofollow overrides when present.
  • Share-preview correctness checks: verifies og:image and related fields, including absolute URL requirements and on-disk asset existence for the default image.
  • Repo-level SEO hygiene audit: checks for sitemap and robots.txt presence and verifies default OG image readiness and basic head attributes that support consistent previews.

Quick Start

Ask the agent to run an SEO/meta audit for your marketing routes and report missing tags and share-preview issues without inventing any route titles or descriptions.

Frequently Asked Questions about audit-seo-meta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit SEO and social share metadata across Next.js routes?

To audit SEO metadata across Next.js routes, the skill reads head() or metadata definitions to validate title, meta description, canonical URLs, and Open Graph fields. It checks per-route tags and repo-level sitemap readiness to prevent broken search snippets.

What is an SEO meta audit and what problems does it solve?

An SEO meta audit identifies missing or incorrect per-route SEO and social-share metadata that cause broken search snippets and incorrect social preview cards. It verifies tag presence, absolute og:url and og:image handling, and repo-level robots.txt readiness.

Does this SEO audit work with TanStack Start routes and plain HTML pages?

Yes, the SEO audit works with TanStack Start routes, Next.js routes, and plain HTML pages. It reads their respective head() or metadata definitions to check required Open Graph, Twitter card, and canonical fields across different frameworks.

How do I fix incorrect social preview cards and broken og:image URLs?

Fixing incorrect social preview cards requires verifying share-preview correctness, including absolute og:image URL requirements and on-disk asset existence for the default image. The skill reports these issues with severity rankings without auto-inventing route copy.

Can I automatically generate missing route titles and meta descriptions during the audit?

No, the SEO meta audit requires strict verification of tag presence and correctness without auto-inventing any route titles or descriptions. It identifies missing tags and reports them with severity rankings rather than generating placeholder copy.

What's the best way to check robots.txt and sitemap readiness for my marketing routes?

The best way to check robots.txt and sitemap readiness is a repo-level SEO hygiene audit. It verifies sitemap and robots.txt presence, checks default OG image readiness, and validates basic head attributes to ensure consistent search and share previews.