seo-fundamentals

Audits HTML and React pages for SEO issues and provides search optimization principles.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/mst-software-vn/mst-checkscam --skill seo-fundamentals-mst-software-vn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-fundamentals
Source: https://github.com/mst-software-vn/mst-checkscam/tree/main/.claude/skills/seo-fundamentals
Command: npx skills add https://github.com/mst-software-vn/mst-checkscam --skill seo-fundamentals-mst-software-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Web pages often ship with missing meta tags, broken heading hierarchy, or images lacking alt text, hurting search rankings. This Skill audits page files for common SEO issues and provides reference principles covering E-E-A-T, Core Web Vitals, and schema markup. ## Core Features & Use Cases - Automated SEO Audit: Scans HTML, JSX, and TSX page files for missing titles, meta descriptions, Open Graph tags, multiple H1s, and images without alt attributes. - SEO Knowledge Base: Reference tables for Core Web Vitals targets, schema markup types, content best practices, and prioritized ranking factors. - Use Case: Before launching a Next.js site, run the checker against the project to find pages missing meta descriptions or Open Graph tags, then fix them using the guidelines. ## Quick Start Run the SEO checker script on my project directory and list all pages with missing meta tags or heading issues.

Frequently Asked Questions about seo-fundamentals

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

FAQPage Schema
How do I check my website pages for missing meta tags?▼

Run the seo_checker.py script against your project directory. It scans HTML, JSX, and TSX page files and reports missing title tags, meta descriptions, and Open Graph tags per file.

What SEO issues does an automated page audit detect?▼

The audit detects missing title tags, missing meta descriptions, missing Open Graph tags, multiple H1 headings on one page, and images with missing or empty alt attributes.

Does the SEO checker work with React and Next.js projects?▼

Yes, it scans JSX and TSX files in pages, app, routes, views, and screens directories. It skips utility files like hooks, services, configs, and test files to focus on public-facing pages.

What are the Core Web Vitals targets for good SEO?▼

LCP should be under 2.5 seconds for loading performance, INP under 200 milliseconds for interactivity, and CLS under 0.1 for visual stability. These metrics are measured with PageSpeed Insights.

Why does the SEO checker skip some of my files?▼

Files in directories like node_modules, tests, or docs are excluded, as are files matching utility patterns like config, hook, service, or spec. Only files identified as public pages are analyzed, up to 50 files.