review-seo

Audit web application codebases for SEO metadata, crawlability, and structured data issues.

18|4|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-seo
Source: https://github.com/louisbrulenaudet/monorepo-template/tree/main/.agents/skills/review-seo
Command: npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-seo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of maintaining consistent SEO standards across modern web applications by automating the identification of crawlability, metadata, and performance issues.

Core Features & Use Cases

  • Comprehensive SEO Auditing: Evaluates meta tags, Open Graph, structured data, and semantic HTML hierarchy.
  • Performance & Crawlability: Checks Core Web Vitals, robots.txt, and sitemap validity to ensure optimal search engine indexing.
  • Use Case: Before deploying a new feature in your React application, run this review to ensure all new routes have unique meta descriptions and valid JSON-LD structured data.

Quick Start

Invoke the review-seo skill to perform a full audit of the current application codebase and provide a structured plan of suggested improvements.

Frequently Asked Questions about review-seo

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

FAQPage Schema
How do I run an SEO audit on a React web application codebase?

To run an SEO audit on a React web application, invoke this automated review to analyze front-end artifacts, routing configurations, and static assets. It evaluates metadata, crawlability, and structured data to ensure search engine optimization compliance.

What does an automated SEO audit check for in web app routing and templates?

An automated SEO audit checks HTML templates and routing configurations for semantic HTML hierarchy compliance, valid JSON-LD structured data, proper meta tags, and unique Open Graph data to optimize search engine indexing.

Can I validate Core Web Vitals and robots.txt configurations before deployment?

Yes, you can validate Core Web Vitals and robots.txt configurations before deploying new features. The audit checks search engine discovery protocols to ensure optimal indexing and web-performance standards are met.

What is the best way to ensure new application routes have unique meta descriptions?

The best way to ensure new application routes have unique meta descriptions is performing an automated codebase review before deployment. This validates metadata compliance and structured data issues across all front-end routing configurations.

Do I need external dependencies to check JSON-LD structured data and semantic HTML?

No external dependencies are required to check JSON-LD structured data and semantic HTML. The Skill operates independently to analyze static assets and front-end artifacts for search engine optimization compliance.