โ† Back to Skills Marketplace
gingiris

SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker

by Gingiris ยท GitHub โ†— ยท v1.0.0 ยท MIT-0
cross-platform โœ“ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gingiris-seo-patrol
Description
๐Ÿ‡บ๐Ÿ‡ธ SEO Patrol โ€” Daily site health monitor & content decay tracker. Automated SEO monitoring: detect ranking drops, content decay, broken links, indexing is...
README (SKILL.md)

SEO Patrol โ€” Daily Site Health Monitor

Automated SEO monitoring for teams who can't afford (or don't need) a full-time SEO specialist.


What This Does

Continuous SEO health monitoring with automated alerts and fixes:

  1. Detect โ€” Find problems before they impact rankings
  2. Alert โ€” Prioritized notifications on critical issues
  3. Fix โ€” Auto-generate fix scripts or push changes via IndexNow
  4. Report โ€” Weekly summary for stakeholders

Monitoring Checklist

Daily Checks

Check What It Detects Auto-Fix Available
Sitemap validation Missing/broken URLs in sitemap โœ… Regenerate
robots.txt changes Accidental blocks โš ๏ธ Alert only
IndexNow push New/updated content not pushed โœ… Auto-push
404 monitoring Pages returning errors โš ๏ธ Redirect suggestions
SSL certificate Expiry within 30 days โš ๏ธ Alert

Weekly Checks

Check What It Detects Action
Content freshness Posts older than 6 months with declining traffic Refresh list
Internal link audit Orphan pages, broken internal links Fix map
Core Web Vitals LCP/CLS/INP regressions Performance report
Schema validation Broken or outdated structured data Fix snippets
Competitor rank shifts Keywords where competitors moved ยฑ3 positions Strategy update

Monthly Checks

Check What It Detects Action
Keyword cannibalization Multiple pages targeting same keyword Consolidation plan
Backlink profile Lost links, toxic links Outreach/disavow list
Content gap analysis New competitor content you should match Content calendar
AI citation check Changes in AI engine citation frequency GEO optimization

Content Decay Detection

Content decay = pages that once ranked well but are losing positions.

Detection Signal:

IF page_traffic(current_month) \x3C page_traffic(3_months_ago) * 0.7
AND page_age > 6 months
THEN flag for refresh

Refresh Priorities:

Priority Condition Action
P0 Top 10 page dropped to page 2+ Immediate update
P1 Conversion page lost 30%+ traffic Update within 1 week
P2 Blog post declined 50%+ Schedule for content refresh
P3 Low-traffic page declining Batch update monthly

Content Refresh Checklist:

  • Update title with current year
  • Refresh statistics and data points
  • Add new sections for recent developments
  • Update screenshots/images
  • Check and fix broken links
  • Update FAQ with new questions
  • Push via IndexNow after update

IndexNow Auto-Push Setup

// Trigger IndexNow push on any content change
// Works with: Next.js, WordPress, Hugo, Gatsby

const pushToIndexNow = async (urls) => {
  await fetch('https://api.indexnow.org/indexnow', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
      host: 'yoursite.com',
      key: 'your-indexnow-key',
      urlList: urls
    })
  });
};

Weekly Report Template

# SEO Patrol Weekly Report โ€” [Date]

## Summary
- Pages monitored: [N]
- Issues found: [N] (๐Ÿ”ด Critical: [N], ๐ŸŸก Warning: [N])
- Auto-fixed: [N]
- Requires attention: [N]

## Critical Issues
1. [Issue description] โ†’ [Recommended fix]

## Content Decay Alerts
| Page | Traffic Change | Current Rank | Action |
|------|---------------|--------------|--------|

## Competitor Movements
| Keyword | Our Position | Change | Competitor Action |
|---------|-------------|--------|-------------------|

## This Week's Wins
- [Positive ranking changes]
- [New indexed pages]

## Recommendations
1. [Priority action item]

Related Skills

Usage Guidance
This skill appears safe as an instruction-only SEO monitoring template. Before using it on a real site, confirm which site and URLs are in scope, keep any IndexNow key private, and require approval before the agent submits URLs, regenerates files, or creates/apply fixes.
Capability Analysis
Type: OpenClaw Skill Name: gingiris-seo-patrol Version: 1.0.0 The skill bundle is a documentation-based guide for SEO monitoring and content decay tracking. It contains descriptive checklists, pseudocode for detection logic, and a standard JavaScript snippet for the IndexNow API, all of which align with its stated purpose without any signs of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
โ„น Purpose & Capability
The SEO monitoring, content decay tracking, reporting, and IndexNow push guidance are coherent with the stated purpose, but some workflows can affect a live site's indexing or generated fixes.
โ„น Instruction Scope
The skill describes automated alerts and fixes, but does not include explicit guardrails requiring user confirmation before regenerating sitemaps, creating fix scripts, or pushing URLs to IndexNow.
โœ“ Install Mechanism
There is no install spec, no required binaries, no code files, and no static scan findings.
โ„น Credentials
Calling IndexNow and using site traffic/ranking data are purpose-aligned for SEO monitoring; the artifact uses placeholders rather than embedded secrets.
โœ“ Persistence & Privilege
The artifacts do not show background persistence, credential storage, local auth/session access, or privileged installation behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gingiris-seo-patrol
  3. After installation, invoke the skill by name or use /gingiris-seo-patrol
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release โ€” Automated daily SEO monitoring: ranking drops, content decay, broken links, indexing issues, Core Web Vitals. Weekly report generation and IndexNow auto-push.
Metadata
Slug gingiris-seo-patrol
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker?

๐Ÿ‡บ๐Ÿ‡ธ SEO Patrol โ€” Daily site health monitor & content decay tracker. Automated SEO monitoring: detect ranking drops, content decay, broken links, indexing is... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker?

Run "/install gingiris-seo-patrol" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker free?

Yes, SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker support?

SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SEO Patrol โ€” Daily Site Health Monitor & Content Decay Tracker?

It is built and maintained by Gingiris (@gingiris); the current version is v1.0.0.

๐Ÿ’ฌ Comments