seo-google

Query Google SEO APIs for performance, indexation, and traffic data.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nishchaydev/emitra --skill seo-google-nishchaydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-google
Source: https://github.com/nishchaydev/emitra/tree/main/.agent/SEO%20SKILL/claude-seo-main/skills/seo-google
Command: npx skills add https://github.com/nishchaydev/emitra --skill seo-google-nishchaydev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you replace guesswork with real, Google-sourced metrics for Core Web Vitals, indexation status, search performance, and organic traffic so you can prioritize the highest-impact SEO fixes.

Core Features & Use Cases

  • Core Web Vitals from Google field data: Combine PageSpeed Insights Lighthouse lab scores with CrUX field metrics (LCP, INP, CLS, FCP, TTFB) to understand how pages perform for real users.
  • Indexation visibility and URL inspection: Check Search Console URL Inspection and submit URLs via the Indexing API (with the skill’s structured-data restriction made explicit).
  • Search and traffic reporting: Pull Search Console search analytics (clicks, impressions, CTR, position) and GA4 organic traffic trends and top landing pages for planning and measurement.

Use cases: find whether performance issues are lab-only vs field-impacting, diagnose why a page isn’t indexing, and validate whether ranking improvements correlate with real traffic and engagement changes.

Quick Start

Ask to run field-and-lab performance for https://example.com by using /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 user Core Web Vitals data from CrUX field data?

To pull real user Core Web Vitals data from CrUX field data, query PageSpeed Insights and CrUX history via API to retrieve LCP, INP, CLS, FCP, and TTFB metrics for actual user experiences.

What is the best way to check Search Console indexation status for a URL?

The best way to check Search Console indexation status is querying the URL Inspection API to diagnose why a page isn't indexing, or submitting URLs via the Indexing API for JobPosting, BroadcastEvent, and VideoObject schemas.

Can I combine GA4 organic traffic with Search Console search analytics?

You can combine GA4 organic traffic trends and top landing pages with Search Console search analytics like clicks, impressions, CTR, and position to validate whether ranking improvements correlate with real traffic changes.

How do I handle Google API rate limiting and missing credentials when auditing CWV?

When auditing CWV, handle Google API rate limiting and missing credentials by detecting credential tiers before execution and relying on structured error handling for CrUX 404 or no data responses.

Does the Indexing API support submitting URLs for any page type?

The Indexing API does not support all page types; it includes a structured-data restriction limiting URL submissions to pages featuring JobPosting, BroadcastEvent, or VideoObject schemas only.