Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Seo Fundamentals

  • 1k installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

seo-fundamentals is an SEO audit skill that runs a Python checker against HTML, JSX, and TSX public pages to find missing meta tags, Open Graph data, heading structure problems, and image alt text gaps before publishing.

About

seo-fundamentals bundles a Python seo_checker.py script from sickn33/antigravity-awesome-skills that audits search and social SEO basics on public-facing pages. It scans HTML files and React JSX/TSX page components, focusing on files likely to be public routes. The checker verifies title and description meta tags, Open Graph tags for social sharing, heading hierarchy, and image alt attributes for accessibility-linked SEO. Developers run python seo_checker.py with a project path before shipping marketing or app pages. Output supports JSON reporting with timestamps. Reach for seo-fundamentals when pre-publish SEO validation is needed without standing up a full Lighthouse or SEMrush pipeline.

  • Scans real HTML files and React JSX/TSX page components
  • Verifies meta titles, descriptions, Open Graph tags, heading hierarchy, and image alt attributes
  • Skips non-page files using 9 built-in SKIP_PATTERNS and 14 SKIP_DIRS
  • Outputs structured JSON report with findings and improvement suggestions
  • Runs locally on any project directory with one command

Seo Fundamentals by the numbers

  • 1,019 all-time installs (skills.sh)
  • +20 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #433 of 1,881 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill seo-fundamentals

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1k
repo stars44k
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

How do you audit React pages for SEO issues?

Automatically audit HTML, JSX, and TSX files for missing meta tags, Open Graph data, heading structure, and image alt text before publishing.

Who is it for?

Frontend developers shipping HTML or React public pages who need a quick pre-publish SEO and Open Graph audit from the terminal.

Skip if: Teams needing full Core Web Vitals profiling, backlink analysis, or server-side rendering performance tuning only.

When should I use this skill?

The user wants to audit HTML, JSX, or TSX files for SEO meta tags, Open Graph data, heading hierarchy, or image alt text before publishing.

What you get

SEO audit report with meta tag, Open Graph, heading hierarchy, and image alt text findings in JSON.

  • JSON SEO audit report
  • meta and Open Graph gap list
  • heading and alt text findings

Files

SKILL.mdMarkdownGitHub ↗

SEO Fundamentals

Foundational principles for sustainable search visibility.
This skill explains _how search engines evaluate quality_, not tactical shortcuts.

---

1. E-E-A-T (Quality Evaluation Framework)

E-E-A-T is not a direct ranking factor. It is a framework used by search engines to evaluate content quality, especially for sensitive or high-impact topics.

DimensionWhat It RepresentsCommon Signals
ExperienceFirst-hand, real-world involvementOriginal examples, lived experience, demonstrations
ExpertiseSubject-matter competenceCredentials, depth, accuracy
AuthoritativenessRecognition by othersMentions, citations, links
TrustworthinessReliability and safetyHTTPS, transparency, accuracy
Pages competing in the same space are often differentiated by trust and experience, not keywords.

---

2. Core Web Vitals (Page Experience Signals)

Core Web Vitals measure how users experience a page, not whether it deserves to rank.

MetricTargetWhat It Reflects
LCP< 2.5sLoading performance
INP< 200msInteractivity
CLS< 0.1Visual stability

Important context:

  • CWV rarely override poor content
  • They matter most when content quality is comparable
  • Failing CWV can _hold back_ otherwise good pages

---

3. Technical SEO Principles

Technical SEO ensures pages are accessible, understandable, and stable.

Crawl & Index Control

ElementPurpose
XML sitemapsHelp discovery
robots.txtControl crawl access
Canonical tagsConsolidate duplicates
HTTP status codesCommunicate page state
HTTPSSecurity and trust

Performance & Accessibility

FactorWhy It Matters
Page speedUser satisfaction
Mobile-friendly designMobile-first indexing
Clean URLsCrawl clarity
Semantic HTMLAccessibility & understanding

---

4. Content SEO Principles

Page-Level Elements

ElementPrinciple
Title tagClear topic + intent
Meta descriptionClick relevance, not ranking
H1Page’s primary subject
HeadingsLogical structure
Alt textAccessibility and context

Content Quality Signals

DimensionWhat Search Engines Look For
DepthFully answers the query
OriginalityAdds unique value
AccuracyFactually correct
ClarityEasy to understand
UsefulnessSatisfies intent

---

5. Structured Data (Schema)

Structured data helps search engines understand meaning, not boost rankings directly.

TypePurpose
ArticleContent classification
OrganizationEntity identity
PersonAuthor information
FAQPageQ&A clarity
ProductCommerce details
ReviewRatings context
BreadcrumbListSite structure
Schema enables eligibility for rich results but does not guarantee them.

---

6. AI-Assisted Content Principles

Search engines evaluate output quality, not authorship method.

Effective Use

  • AI as a drafting or research assistant
  • Human review for accuracy and clarity
  • Original insights and synthesis
  • Clear accountability

Risky Use

  • Publishing unedited AI output
  • Factual errors or hallucinations
  • Thin or duplicated content
  • Keyword-driven text with no value

---

7. Relative Importance of SEO Factors

There is no fixed ranking factor order. However, when competing pages are similar, importance tends to follow this pattern:

Relative WeightFactor
HighestContent relevance & quality
HighAuthority & trust signals
MediumPage experience (CWV, UX)
MediumMobile optimization
BaselineTechnical accessibility
Technical SEO enables ranking; content quality earns it.

---

8. Measurement & Evaluation

SEO fundamentals should be validated using multiple signals, not single metrics.

AreaWhat to Observe
VisibilityIndexed pages, impressions
EngagementClick-through, dwell time
PerformanceCWV field data
CoverageIndexing status
AuthorityMentions and links

---

Key Principle:
Sustainable SEO is built on _useful content_, _technical clarity_, and _trust over time_.
There are no permanent shortcuts.

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

How it compares

Use seo-fundamentals for fast on-page HTML and React SEO checks; use Lighthouse or performance skills when Core Web Vitals and load timing are the primary concern.

FAQ

Which file types does seo-fundamentals check?

seo-fundamentals runs seo_checker.py against HTML web pages and React JSX/TSX components likely to be public routes. It skips non-page files and focuses on meta tags, Open Graph data, headings, and image alt attributes.

How do you run the seo-fundamentals audit?

Execute python seo_checker.py followed by the project path from the repository root. seo-fundamentals outputs JSON findings covering meta titles, descriptions, Open Graph tags, heading hierarchy, and missing image alt text.

Is Seo Fundamentals safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.