Claude SEO is a Claude Code skill that runs entirely on your local machine. The core skill does not collect, transmit, or store any personal data.
- All SEO analysis runs in your Claude Code session
- HTML parsing, content analysis, and report generation happen locally
- Generated reports (PDF, HTML, Excel) are saved to your local filesystem
- No telemetry, analytics, or usage tracking
Optional extensions make API calls to third-party services when you invoke their commands:
| Extension | Service | Data Sent | Privacy Policy |
|---|---|---|---|
| DataForSEO | api.dataforseo.com | URLs and domains you analyze | DataForSEO Privacy |
| Firecrawl | api.firecrawl.dev | URLs you crawl or scrape | Firecrawl Privacy |
| Banana (Gemini) | generativelanguage.googleapis.com | Image generation prompts | Google AI Privacy |
When configured with backlink API credentials, these scripts transmit data to third-party services:
| Script | Service | Data Sent | Privacy Policy |
|---|---|---|---|
moz_api.py |
Moz Link Explorer API | Domains you analyze | Moz Privacy |
bing_webmaster.py |
Bing Webmaster Tools API | Domains you analyze | Microsoft Privacy |
commoncrawl_graph.py |
Common Crawl | Domains (public dataset query) | Common Crawl Terms |
verify_backlinks.py |
Target URLs directly | URLs to verify backlink existence | N/A (direct HTTP requests) |
When configured with Google API credentials, these scripts transmit data to Google:
| Script | Google API | Data Sent |
|---|---|---|
pagespeed_check.py |
PageSpeed Insights | URL to analyze |
gsc_query.py |
Search Console | Authenticated query for your verified properties |
gsc_inspect.py |
URL Inspection | URLs to inspect |
indexing_notify.py |
Indexing API | URLs to submit for indexing |
ga4_report.py |
Analytics Data | Authenticated query for your GA4 properties |
crux_history.py |
CrUX History | URL or origin to query |
nlp_analyze.py |
Cloud Natural Language | Text content for entity / sentiment / category analysis |
keyword_planner.py |
Google Ads (Keyword Planner) | Seed keywords for volume, CPC, and competition lookups |
youtube_search.py |
YouTube Data API v3 | Search queries for YouTube SEO research |
Google API usage is governed by Google's Privacy Policy and the Google API Terms of Service.
- API keys and OAuth tokens are stored locally in
~/.config/claude-seo/or environment variables - Credentials are never committed to the repository (blocked by
.gitignore) - OAuth tokens use refresh tokens and never store client secrets in token files