compare-content-between-ggdocs-live-urllisted
Install: claude install-skill khanhvo2172-dotcom/seo-skills
# Compare Content Between Google Docs and Live URL
## Required inputs
Use this skill when the user provides:
- A Google Docs URL, optionally with a `?tab=t.xxxx` parameter.
- A live TrueProfit blog URL, usually `https://trueprofit.io/blog/...`.
Optionally use an uploaded raw HTML file, usually named like `view-source_*.html`, to verify callout block content that markdown extraction misses.
## Workflow
### 1. Fetch the Google Doc source
Read the Google Doc content with the available Google Drive file-reading tool, using the file ID from the Docs URL.
- Compare only the specific tab or section the user shared.
- If the Docs URL includes `?tab=t.xxxx`, treat that tab as the source of truth.
- If there are multiple content versions such as `Content 2025`, `Content 2026`, localized tabs, research, SERP, or outline tabs, ignore unrelated tabs.
- If no tab is explicit but the live URL or title implies a year, choose the content version matching the live article year.
### 2. Fetch the live article
Fetch the live TrueProfit URL as markdown when possible.
Compare only the article body:
- Start at the H1 heading.
- End just before the author bio section, identified in HTML as `div class="style_wrap-bio__oleBA wrap-bio"`.
- Include the FAQ section.
- Exclude navigation, header menus, footer, related blogs, sidebar CTAs, newsletter signup, and other site chrome.
### 3. Account for markdown extraction limits
TrueProfit custom styled callout blocks are often present in raw HTM