seo-fundamentals

Audit HTML and frontend components for missing SEO signals.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/oalansilva/crypto --skill seo-fundamentals-oalansilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-fundamentals
Source: https://github.com/oalansilva/crypto/tree/main/.agent/skills/seo-fundamentals
Command: npx skills add https://github.com/oalansilva/crypto --skill seo-fundamentals-oalansilva

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles to help teams build search-friendly websites and improve performance.

Core Features & Use Cases

  • Guidelines for building credible sites (E-E-A-T) and improving page experience (Core Web Vitals).
  • Checklist-based approach covering technical SEO, content quality, schema markup, and AI content guidelines.
  • Use Case: A marketing team audits a blog site to boost rankings and improve page load speed.

Quick Start

Run the included SEO Checker to audit a web project and identify missing SEO signals.

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 React or Next.js SPA for missing SEO meta tags and heading structure?

To check your SPA for missing SEO meta tags and heading structure, run the included Python script seo_checker.py to audit your web project. It identifies missing titles, meta descriptions, Open Graph tags, and incorrect heading hierarchies in client-side rendered components.

What are Core Web Vitals and how do they affect search engine optimization for modern websites?

Core Web Vitals are page experience signals measuring loading speed, interactivity, and visual stability. They affect search engine optimization by influencing rankings, and this Skill provides guidelines to improve these metrics and build search-friendly, high-performance websites.

Can I use a single script to audit both accessibility and Open Graph tags on a multi-page website?

Yes, you can use a single script to audit both accessibility and Open Graph tags on a multi-page website. The included SEO checker enforces checks for image alt attributes, a11y signals, and proper OG tag implementation across various site architectures.

What is the best way to fix missing title tags and meta descriptions in a Vite application?

The best way to fix missing title tags and meta descriptions in a Vite application is to run an audit using the provided Python script. It identifies these specific SEO deficiencies in your frontend components and guides implementation to improve search visibility.

Why does my client-side rendered content lack proper image alt attributes and heading structure for search engines?

Client-side rendered content often lacks proper image alt attributes and heading structure because these elements are injected dynamically via JavaScript. The SEO checker script identifies these frontend component deficiencies and guides fixes to ensure search engine visibility.