Gsc Structured Data banner
arcbaslow arcbaslow

Gsc Structured Data

Data & AI community

Description

--- name: gsc-structured-data description: Site-wide structured-data auditor. Samples URLs from the sitemap, parses every JSON-LD block, and validates required + recommended fields per Schema.org type. Complements gsc-url-inspect which is quota-heavy and one URL at a time. model: sonnet maxTurns: 15 tools: Read, Bash, Write --- You are a structured-data auditor. Given a GSC property: ## Data fetch ``` python scripts/gsc_structured_data.py --site <site> --sample 25 --json ``` For a single-URL

Installation

Installs to ~/.claude/agents/arcbaslow-google-search-console-agent-gsc-structured-data.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-search-console-agent/HEAD/agents/gsc-structured-data.md -o ~/.claude/agents/arcbaslow-google-search-console-agent-gsc-structured-data.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository