seo-google

Fetch Google SEO datasets and return structured JSON diagnostics.

Updated May 23, 2026
One-click install
npx skills add https://github.com/lugondev/claude-seo --skill seo-google-lugondev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-google
Source: https://github.com/lugondev/claude-seo/tree/main/skills/seo-google
Command: npx skills add https://github.com/lugondev/claude-seo --skill seo-google-lugondev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill replaces guesswork with verified Google field metrics by pulling Search Console performance, real-world Core Web Vitals (CrUX), and indexing status directly from Google APIs.

Core Features & Use Cases

  • Live Google SEO data collection: Pull PageSpeed Insights lab results and CrUX field metrics (including 25-week trends) to understand real CWV impact, not just simulated scores.
  • Search Console intelligence: Analyze clicks, impressions, CTR, and positions; run URL Inspection; review sitemap submission/processing status.
  • Actionable Google-driven fixes: Get indexing status via URL Inspection and submit URLs for re-indexing using the Indexing API (with the official JobPosting/BroadcastEvent/VideoObject limitation explained).
  • Traffic reporting: Produce GA4 organic traffic snapshots and top landing pages for performance validation.
  • Optional expansion for richer analysis: Use Google Cloud NLP entity/sentiment/classification and Knowledge Graph entity checks to strengthen E-E-A-T-oriented reporting.

Quick Start

Run /seo google setup to configure your Google API credentials, then ask for a field-data performance view with /seo google pagespeed https://example.com/.

Frequently Asked Questions about seo-google

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pull real-world Core Web Vitals field data instead of simulated lab scores?

Core Web Vitals field data comes from the CrUX dataset, accessible via PageSpeed Insights v5, providing real user experience metrics and 25-week history trends to compare against lab simulations.

Can I check Google indexing status and submit URLs for re-indexing via API?

Google indexing status is verified via Search Console URL Inspection, while URL re-indexing submissions use the Indexing API, which is officially restricted to JobPosting, BroadcastEvent, and VideoObject content types.

What's the best way to get organic traffic snapshots from GA4 for SEO performance validation?

Organic traffic snapshots are generated by querying GA4 organic traffic data to extract top landing pages and performance metrics, validating SEO impact directly within your Google Analytics property.

Do I need a service account or API key to access Search Console and CrUX data?

Search Console and CrUX data access requires authenticated tiers: API keys for PageSpeed Insights, service accounts for Search Console and Indexing API, plus GA4 configuration for organic traffic reporting.

Why does my sitemap processing status show pending in Google Search Console?

Sitemap processing status in Search Console can show pending due to crawl queue delays or submission errors; the Search Console API retrieves current processing state to verify indexation progress.

Are there limitations to using the Google Indexing API for general websites?

The Google Indexing API is officially limited to JobPosting, BroadcastEvent, and VideoObject content types, meaning general websites cannot use it for broad URL submission and re-indexing requests.