audit-seo-meta

Audit per-route SEO and social share metadata in TanStack Start apps.

22|3|Updated Jul 28, 2024
One-click install
npx skills add https://github.com/webdevcody/go-mailing-list --skill audit-seo-meta-webdevcody
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-seo-meta
Source: https://github.com/webdevcody/go-mailing-list/tree/main/.claude/skills/audit-seo-meta
Command: npx skills add https://github.com/webdevcody/go-mailing-list --skill audit-seo-meta-webdevcody

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you find missing or broken SEO and social-share metadata that causes weak search snippets and incorrect link previews.

Core Features & Use Cases

  • Per-route meta tag auditing: Checks <title>, meta description, canonical URLs, Open Graph tags, and Twitter card tags for each public route.
  • Social preview correctness checks: Flags missing or invalid og:image, relative image URLs, and absent/incorrect share fields.
  • Repo-level SEO hygiene: Verifies the presence of public/robots.txt, a served sitemap at /sitemap.xml, a default OG image in public/, and key document-level attributes.

Quick Start

Run an "seo audit" for your app and ask it to audit meta tags and social share preview quality across all public routes, excluding any routes marked noindex.

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 per-route SEO meta tags and Open Graph data?

This Skill audits per-route SEO meta tags and Open Graph data by inspecting exported head or metadata sources on each public route to identify missing titles, descriptions, canonical URLs, and incorrect social share preview tags.

Does the SEO audit work with TanStack Start routing setups?

Yes, the SEO audit works with TanStack Start and similar routing setups by inspecting each route's exported head metadata sources while skipping protected, API, and explicitly noindex pages during the review.

Why are my social share previews showing broken or missing og:image tags?

Broken or missing og:image tags in social share previews are caused by relative image URLs or nonexistent files. The audit flags missing or invalid og:image references and incorrect Twitter card fields to fix link previews.

How do I check if robots.txt and sitemap.xml are present in my repo?

You can check repo-level SEO hygiene by verifying the presence of public/robots.txt, a served sitemap at /sitemap.xml, a default OG image in the public directory, and key document-level attributes through the audit.

Can I exclude protected or noindex routes from a meta tag audit?

Yes, you can exclude protected or noindex routes from the meta tag audit. The process automatically skips API routes, protected pages, and any routes explicitly marked as noindex during the review.

What is the best way to verify canonical URLs and Twitter card metadata across public routes?

The best way to verify canonical URLs and Twitter card metadata is running a per-route audit that checks title and description presence, canonical and share URL correctness, and Twitter card requirements with severity-based reporting.