seo-google

Retrieve Google SEO signals combining PageSpeed Insights and CrUX field data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes guesswork from SEO by pulling authoritative Google field and indexing signals, so you can diagnose performance and visibility issues with evidence instead of assumptions.

Core Features & Use Cases

  • Core Web Vitals from real Chrome users: Combines PageSpeed Insights Lighthouse lab metrics with CrUX field metrics (including 25-week history trends).
  • Indexation + SERP performance from Search Console: Retrieves search analytics (clicks, impressions, CTR, position), runs URL Inspection, and checks sitemap submission status.
  • Traffic validation with GA4 organic data: Reports organic sessions and top landing pages to confirm whether changes translate into results.
  • Optional extensions: Supports YouTube video lookups and Google NLP entity/sentiment analysis to strengthen E-E-A-T-oriented content reviews.

Quick Start

Run the setup first, then analyze a page by requesting combined PageSpeed + CrUX field data for that URL 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 check Core Web Vitals using CrUX field data and PageSpeed Insights lab metrics?

Core Web Vitals are measured by combining PageSpeed Insights Lighthouse lab metrics with CrUX field percentiles and 25-week history trends to quantify real Chrome user performance over time.

Can I use the Google Search Console URL Inspection API to check page indexing status?

Yes, the Google Search Console integration retrieves search analytics like clicks and impressions, runs URL Inspection, and checks sitemap submission status to diagnose page indexation directly.

How do I submit URLs to the Google Indexing API for eligible structured-data page types?

URLs are submitted to the Google Indexing API by detecting credential tiers via a JSON config file and routing notifications to the correct authenticated endpoint for eligible structured-data page types.

Does this tool validate organic search traffic with GA4 data?

Organic search traffic is validated by retrieving GA4 organic data, reporting organic sessions and top landing pages to confirm whether SEO changes translate into measurable results.

What are the limitations of using Google SEO APIs for search analytics and indexing?

Limitations of using Google SEO APIs include strict quota handling, required credential-tier detection for authentication, and Indexing API support restricted solely to eligible structured-data page types.

What credentials do I need to configure before retrieving Google SEO signals?

You need API keys or service accounts stored in a JSON config file at a specified directory path, enabling credential-tier detection to route authenticated requests to Google API endpoints.