oyi77

SEO Auditor Skill ๐Ÿ”

**Berkah Karya** รขยšยก | Part of 1ai-skills collection

oyi77 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add oyi77/1ai-skills/seo-auditor

Install via the SkillsCat registry.

SKILL.md

SEO Auditor Skill ๐Ÿ”

Production-ready automation untuk website SEO analysis & optimization.

๐ŸŽฏ Features

  • Technical SEO audit - Crawl errors, speed, mobile-friendliness
  • Keyword tracking - Monitor rankings for target keywords
  • Competitor analysis - Compare against competitors
  • Backlink monitoring - Track new/lost backlinks
  • Content optimization - Suggest improvements for existing content
  • Local SEO - Google My Business optimization
  • Report generation - PDF/Excel reports for clients

๐Ÿ“ฆ Files

seo-auditor/
โ”œโ”€โ”€ SKILL.md              # This file
โ”œโ”€โ”€ script.sh             # Main audit script (cross-platform)
โ”œโ”€โ”€ script.ps1            # Windows PowerShell version
โ”œโ”€โ”€ config.json           # Configuration (targets, keywords)
โ”œโ”€โ”€ templates/            # Report templates
โ””โ”€โ”€ reports/              # Generated reports

๐Ÿ”ง Setup

1. Configure Targets

Edit config.json:

{
  "targets": [
    {
      "name": "Client Website",
      "url": "https://example.com",
      "keywords": ["keyword1", "keyword2", "keyword3"],
      "competitors": ["https://competitor1.com", "https://competitor2.com"]
    }
  ],
  "schedule": {
    "fullAudit": "weekly",
    "rankTracking": "daily",
    "backlinkCheck": "weekly"
  },
  "reporting": {
    "format": "pdf",
    "email": "client@example.com",
    "branding": {
      "logo": "assets/logo.png",
      "colors": {"primary": "#007bff"}
    }
  }
}

2. Run the Skill

# Full SEO audit (Linux/macOS)
./script.sh --target "Client Website" --full

# Quick rank check
./script.sh --target "Client Website" --ranks

# Competitor analysis
./script.sh --target "Client Website" --competitors

# Generate report
./script.sh --target "Client Website" --report

Windows (PowerShell):

.\script.ps1 -Target "Client Website" -Full

๐Ÿ”„ How It Works

Audit Categories:

  1. Technical SEO

    • Crawlability & indexation
    • Site speed (Core Web Vitals)
    • Mobile-friendliness
    • HTTPS & security
    • Structured data
  2. On-Page SEO

    • Title tags & meta descriptions
    • Header structure (H1-H6)
    • Content quality & length
    • Keyword optimization
    • Internal linking
  3. Off-Page SEO

    • Backlink profile analysis
    • Domain authority
    • Social signals
    • Brand mentions
  4. Local SEO (if applicable)

    • Google My Business optimization
    • NAP consistency
    • Local citations
    • Reviews management

๐Ÿ“Š Metrics Tracked

  • Organic traffic (Google Analytics integration)
  • Keyword rankings (top 100 positions)
  • Backlinks (new, lost, toxic)
  • Page speed (LCP, FID, CLS)
  • Crawl errors (404, 500, redirect chains)
  • Index coverage (indexed vs excluded pages)

๐Ÿ› ๏ธ Tools & APIs

  • Google Search Console API - Performance data, index coverage
  • Google PageSpeed Insights API - Speed metrics
  • Google Analytics API - Traffic data
  • Custom crawler - Site audit (based on Puppeteer/Playwright)
  • Backlink API (optional: Ahrefs, SEMrush, Moz)

๐Ÿ“ˆ Sample Report Sections

SEO Audit Report - example.com
Generated: 2026-02-18

๐Ÿ“Š Overall Score: 78/100

โœ… Strengths:
- Fast page load (1.2s)
- Mobile-friendly design
- Good internal linking

โš ๏ธ Issues Found:
- 3 pages with missing meta descriptions
- 2 broken internal links (404)
- 5 images without alt text
- H1 missing on homepage

๐ŸŽฏ Recommendations:
1. Add meta descriptions to product pages
2. Fix broken links to /old-page
3. Add alt text to all images
4. Add H1 tag to homepage

๐Ÿ“ˆ Keyword Rankings:
- "keyword1": #3 (โ†‘2)
- "keyword2": #7 (โ†“1)
- "keyword3": #12 (new)

โš ๏ธ Warnings

  • API Quotas: Google APIs have daily limits
  • Rate Limiting: Don't crawl too aggressively
  • Data Accuracy: Rankings vary by location/device

๐Ÿš€ Next Steps

Planned improvements:

  • AI-powered content suggestions
  • Automated fix implementation
  • Multi-language support
  • E-commerce specific audits
  • Integration with CMS (WordPress, Shopify)

Berkah Karya โšก | Part of 1ai-skills collection