seo-fundamentals

Apply SEO fundamentals to websites with the seo_checker.py script.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lchenrique/politron-ide --skill seo-fundamentals-lchenrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-fundamentals
Source: https://github.com/lchenrique/politron-ide/tree/main/.agent/skills/seo-fundamentals
Command: npx skills add https://github.com/lchenrique/politron-ide --skill seo-fundamentals-lchenrique

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

SEO struggles across websites lead to poor visibility and reduced organic traffic. This Skill provides a structured guide to applying core SEO principles to improve search rankings.

Core Features & Use Cases

  • E-E-A-T guidance for credible content and trust.
  • Core Web Vitals optimization tips and checks to improve loading and interactivity.
  • Technical SEO & Content best practices including site structure, meta data, and schema markup.
  • Use Case: A blog site can boost organic reach by aligning titles, meta descriptions, and schema across posts.

Quick Start

Run the SEO fundamentals checks on a site using the included script: python scripts/seo_checker.py <path_to_site>

Frequently Asked Questions about seo-fundamentals

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

FAQPage Schema
How do I check Core Web Vitals and on-page SEO elements on my website?

Core Web Vitals optimization improves loading and interactivity metrics that directly impact search rankings, and this Skill provides specific checks to evaluate your site against these performance standards.

What is E-E-A-T and how does it affect my blog's search rankings?

E-E-A-T principles help search engines assess content credibility, and this Skill guides you in structuring blog posts and product pages to demonstrate expertise and trustworthiness.

How do I add schema markup and Open Graph data to my product pages?

Schema markup and Open Graph data require structured metadata in your page HTML, and this Skill guides you through implementing and validating these elements for product pages and documentation.

Can I run the SEO checker script on any website directory?

Yes, the SEO checker script runs on any local website directory path you provide as an argument, scanning HTML files for missing titles, meta descriptions, Open Graph data, heading structure issues, and image accessibility problems.

Why is my website not ranking despite having good content quality?

Poor rankings despite good content often stem from missing technical SEO fundamentals such as inadequate site structure, missing schema markup, slow Core Web Vitals, or weak E-E-A-T signals across your pages.

What's the best way to improve SEO visibility for a documentation site?

The best way to improve documentation site SEO visibility is applying structured title tags, meta descriptions, proper heading hierarchy, accessible images, and schema markup across all doc pages using the included checker script.