seo-fundamentals

Audit HTML, JSX, and TSX files for common SEO issues.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill seo-fundamentals-ofelixdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-fundamentals
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/seo-fundamentals
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill seo-fundamentals-ofelixdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand and implement fundamental Search Engine Optimization (SEO) principles to improve your website's ranking and visibility in search engine results.

Core Features & Use Cases

  • E-E-A-T Framework: Understand Google's criteria for content quality (Experience, Expertise, Authoritativeness, Trustworthiness).
  • Core Web Vitals: Learn about key performance metrics (LCP, INP, CLS) that impact user experience and rankings.
  • Technical & Content SEO: Covers essential on-page elements like title tags, meta descriptions, headings, and schema markup.
  • AI Content Guidelines: Provides best practices for using AI in content creation while adhering to Google's guidelines.
  • Use Case: A content creator can use this skill to audit their blog posts for SEO best practices before publishing, ensuring better search engine performance.

Quick Start

Run the seo_checker.py script in your project directory to audit your pages for SEO best practices.

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 HTML and JSX files for missing meta tags and SEO issues?

You can check HTML and JSX files for missing meta tags and SEO issues by running the seo_checker.py Python script in your project directory to audit pages for improper heading structure and inaccessible images.

What are Core Web Vitals and how do they impact search engine ranking?

Core Web Vitals are key performance metrics like LCP, INP, and CLS that impact search engine ranking by measuring user experience. Optimizing these vitals is essential for technical SEO and improving your site's search visibility.

How do I optimize my website content to meet Google's E-E-A-T guidelines?

To optimize content for Google's E-E-A-T guidelines, ensure your material demonstrates Experience, Expertise, Authoritativeness, and Trustworthiness. This framework is a core criteria for evaluating content quality and improving organic search performance.

Can I use a Python script to audit my blog posts for SEO best practices before publishing?

Yes, you can use a Python script to audit blog posts for SEO best practices before publishing. The seo_checker.py script evaluates HTML, JSX, and TSX files to identify common on-page SEO problems like missing meta tags.

Does the SEO audit script work with React TSX files?

Yes, the SEO audit script works with React TSX files. It is designed to audit HTML, JSX, and TSX files for common search engine optimization issues, ensuring your technical and content SEO principles are correctly implemented.