seo-fundamentals

Audits HTML and React pages for SEO issues using E-E-A-T and Core Web Vitals principles.

41|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill seo-fundamentals-devayoshaus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-fundamentals
Source: https://github.com/DevayoshaUS/Women-scholarship/tree/main/hackathon-main%20%281%29/hackathon-main/.agent/skills/seo-fundamentals
Command: npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill seo-fundamentals-devayoshaus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Web pages often ship with missing meta descriptions, broken heading hierarchies, and images lacking alt text, hurting search rankings. This Skill provides SEO best-practice guidance and an automated checker that scans HTML, JSX, and TSX page files for common on-page SEO issues. ## Core Features & Use Cases - SEO Reference Guide: Covers E-E-A-T signals, Core Web Vitals targets (LCP, INP, CLS), schema markup types, title/meta length rules, and prioritized ranking factors. - Automated Page Audit: The seo_checker.py script finds public-facing pages (HTML/JSX/TSX in pages, app, routes, or views directories) and reports missing titles, meta descriptions, Open Graph tags, multiple H1s, and images without alt attributes. - Use Case: Before launching a Next.js site, run the checker against the project to list every page missing a meta description or Open Graph tags, then fix them using the reference guidelines. ## Quick Start Run the SEO checker script on my project folder and list all pages with missing meta descriptions or alt attributes.

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 SEO issues?▼

Run the seo_checker.py script with your project path as an argument. It scans HTML, JSX, and TSX page files and reports missing titles, meta descriptions, Open Graph tags, multiple H1 tags, and images lacking alt attributes.

How to audit SEO in React or Next.js page components?▼

The checker detects JSX and TSX files in pages, app, routes, or views directories and treats files with Head components as layouts. It validates title tags, meta descriptions, and Open Graph tags in those component files.

What are the Core Web Vitals targets for SEO?▼

Google's Core Web Vitals targets are LCP under 2.5 seconds for loading performance, INP under 200 milliseconds for interactivity, and CLS under 0.1 for visual stability. These metrics are ranking signals measured with PageSpeed Insights.

Does the SEO checker scan all files in a project?▼

No, it skips node_modules, build outputs, tests, and utility files like configs, hooks, and services. It only analyzes files likely to be public pages and limits the scan to 50 files per run.

Why does Google penalize raw AI-generated content?▼

Google rewards content demonstrating E-E-A-T: experience, expertise, authoritativeness, and trustworthiness. Publishing unedited AI content without original insights, expert review, or fact-checking provides no unique value and can hurt rankings.