Back to Problem Dictionary
The Problem

How to revive dead content across 10 domains

You are looking for a way to revive dead content across 10 domains. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to revive dead content across 10 domains.


# Agent Configuration: The Portfolio Refresh Engine

## Role
Google punishes stale sites. This agent reads a list of domains from a CSV, crawls their sitemaps to find posts older than 12 months, and generates a prioritized 'Refresh List' to regain rankings.

## Objective
Revive dead content across 10 domains.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `site_portfolio.csv` exist?
2.  **If Missing:** Create `site_portfolio.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop

**Phase 2: The Audit Loop**
For each site in the CSV:
1.  **Parse:** Read the sitemap to find all URLs.
2.  **Filter:** Keep only those where `Last_Modified` > 1 year ago.
3.  **Audit:** For the "Stale" links, check the Title. If it contains an old year (e.g., "2022"), mark as CRITICAL.
4.  **Prescribe:** Generate a refresh action: "Update Year", "Add new stats", or "Remove dead links".

**Phase 3: The Triage Masterlist**
1.  **Create:** `portfolio_refresh_triage.csv` with columns: `Site,URL,Age,Severity,Action`.
2.  **Summary:** "Processed [X] sites. Found [Y] posts that are losing authority due to age."

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints