seo-audit-edho-ferdian

Audits websites for technical and on-page SEO issues with severity-ranked findings.

2|Updated Sep 6, 2026
One-click install
npx skills add https://github.com/edhoferdian/EEF --skill seo-audit-edho-ferdian-edhoferdian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit-edho-ferdian
Source: https://github.com/edhoferdian/EEF/tree/main/.agents/skills/seo-audit-edho-ferdian
Command: npx skills add https://github.com/edhoferdian/EEF --skill seo-audit-edho-ferdian-edhoferdian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites that fail to appear in Google search results almost always have provable technical causes — a robots.txt blocking important pages, an accidental noindex tag, broken canonical URLs, or invalid structured data. This Skill systematically audits those causes against a real technical SEO checklist instead of guessing or reciting generic best practices. ## Core Features & Use Cases - Systematic technical checklist: Checks crawlability, indexability, structured data (JSON-LD), sitemap/robots.txt correctness, meta tags, mobile-friendliness, and internal linking against a dedicated reference checklist. - Indexing-impact severity ladder: Ranks every finding as Critical, High, Medium, or Low based on how much it actually blocks search visibility, with mandatory evidence (file path, URL, or response excerpt) and confidence labels. - Reflection gate and prioritized report: Self-checks findings for folklore, false positives, and severity calibration, then produces a fix-priority report saved to the repo. - Use Case: A user asks "kenapa website ini tidak muncul di Google". The Skill reads the repo's robots.txt, meta-tag components, and JSON-LD emission code, finds an unintended noindex on key pages, and reports it as Critical with the exact file, line, and fix. ## Quick Start Ask the assistant to run an SEO audit on your website or repository and report the findings ranked by indexing impact.

Frequently Asked Questions about seo-audit-edho-ferdian

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

FAQPage Schema
How do I audit a website for technical SEO issues?

Run the audit workflow which checks crawlability, indexability, structured data, sitemap and robots.txt correctness, meta tags, mobile-friendliness, and internal linking. Every finding is severity-ranked on an indexing-impact ladder and must cite an exact file, URL, or response excerpt as evidence.

Why is my website not showing up in Google search results?

The most common causes are technical: robots.txt blocking important pages, an unintended noindex tag, canonical tags pointing to wrong URLs, or pages returning errors. The audit checks these first because they block indexing entirely regardless of content quality.

Can this audit a live website without repository access?

Yes, it can fetch the live page, robots.txt, sitemap.xml, and view-source HTML using web fetch tools. Findings are then labeled as based on the live response, which may differ from source if a build step or CDN caching is involved.

Does the SEO audit check Core Web Vitals and page speed?

It checks LCP, INP, and CLS only as ranking signals with their thresholds. Deep performance work like profiling, bundle analysis, or render-blocking diagnosis is handed off to the dedicated performance audit skill instead of being duplicated.

What structured data does the audit validate?

It validates JSON-LD for page-type-appropriate schemas such as Organization, Article, Product with Offer, BreadcrumbList, and FAQPage. It checks JSON validity, required properties, and that marked-up content actually matches visible on-page content.