seo-analyzer

Analyze HTML/JSX files for essential SEO meta tags and alt text.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill seo-analyzer-nhqvu2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-analyzer
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/seo-analyzer
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill seo-analyzer-nhqvu2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and data (resource) components.

What problem does it solve?

This Skill helps ensure your web pages adhere to fundamental SEO best practices by automatically checking for essential elements like meta tags and image alt text, without consuming valuable LLM tokens.

Core Features & Use Cases

  • Meta Tag Validation: Verifies the presence of crucial meta tags such as title, description, and viewport.
  • Structure Analysis: Checks for the existence of H1 tags and alt text for images.
  • Use Case: Before deploying a new webpage, run this Skill to quickly identify any missing SEO elements that could impact search engine visibility.

Quick Start

Run the seo_check.py script on the src/app/layout.tsx file to analyze its SEO compliance.

Frequently Asked Questions about seo-analyzer

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

FAQPage Schema
How do I check HTML or JSX files for missing meta tags and alt text?

You can check HTML or JSX files for missing meta tags and alt text by running a script that scans your codebase to verify the presence of essential SEO elements like title tags, meta descriptions, and image alt text.

What is automated SEO compliance checking and how does it work?

Automated SEO compliance checking is a process that scans your web pages to verify the presence of fundamental on-page SEO elements. It works by analyzing HTML or JSX files to detect missing title tags, meta descriptions, Open Graph images, H1 tags, and image alt text.

Can I validate SEO meta tags without consuming LLM tokens?

Yes, you can validate SEO meta tags without consuming LLM tokens by using a script-based analyzer. This method scans your HTML and JSX files directly for structural elements like viewport settings and H1 tags, entirely bypassing the need for AI processing.

How do I run an SEO analysis on a TypeScript JSX file?

To run an SEO analysis on a TypeScript JSX file, execute the analysis script directly on your target file, such as the src/app/layout.tsx file. The script parses the JSX structure to identify any missing SEO elements like Open Graph images or meta descriptions.

What are the limitations of script-based SEO analyzers for web content?

Limitations of script-based SEO analyzers include focusing solely on basic on-page compliance, such as verifying the existence of H1 tags and alt text. They check structural presence in HTML or JSX files but do not assess content quality or advanced search engine ranking factors.