بنقرة واحدة
gmp-gsc
Google Search Console: Search analytics, URL inspection, sitemaps, and site management.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Google Search Console: Search analytics, URL inspection, sitemaps, and site management.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Google Tag Manager: Accounts, containers, tags, triggers, variables, and versions.
BigQuery: Run pre-built query templates against GMP export datasets.
BigQuery: Query GMP export data (GA4, Ads, GSC) with pre-built templates and custom SQL.
Recipe: GA4 funnel analysis via BigQuery — session_start → page_view → add_to_cart → checkout → purchase.
Google Ads: Campaign performance reports with date ranges and status filters.
Google Ads: Campaigns, ad groups, keywords, search terms, and raw GAQL queries.
| name | gmp-gsc |
| version | 1.0.0 |
| description | Google Search Console: Search analytics, URL inspection, sitemaps, and site management. |
| metadata | {"openclaw":{"category":"seo","requires":{"bins":["gmp"]},"cliHelp":"gmp gsc --help"}} |
PREREQUISITE: Read
../gmp-shared/SKILL.mdfor auth, global flags, and output formats.
gmp gsc <command> [flags]
| Command | Description |
|---|---|
report | Search analytics report (clicks, impressions, CTR, position) |
sites | List verified sites |
inspect | Check URL indexation status |
sitemaps | List sitemaps for a site |
gmp gsc sites
gmp gsc sites -f json
gmp gsc inspect -u "https://example.com/page" -s "https://example.com/"
Returns: verdict, coverage state, indexing state, last crawl time, page fetch state, crawled as (mobile/desktop).
gmp gsc sitemaps -s "https://example.com/"
Returns: path, type, last submitted, last downloaded, warnings, errors.
sc-domain:example.com for domain properties.-f table for human-readable output.