ワンクリックで
recipe-seo-query-analysis
Recipe: Analyze top search queries from GSC — impressions, clicks, CTR, position.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Recipe: Analyze top search queries from GSC — impressions, clicks, CTR, position.
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 | recipe-seo-query-analysis |
| version | 1.0.0 |
| description | Recipe: Analyze top search queries from GSC — impressions, clicks, CTR, position. |
| metadata | {"openclaw":{"category":"seo","requires":{"bins":["gmp"]}}} |
Analyze your site's search performance: top queries, CTR opportunities, and position insights.
gmp auth login completedgmp gsc sites to list)gmp gsc report -s "SITE_URL" -d query -l 50 -f table
gmp gsc report -s "SITE_URL" -d query -l 100 -f json | jq '[.[] | select((.impressions | tonumber) > 100 and (.ctr | rtrimstr("%") | tonumber) < 2)]'
These are queries where you rank but users aren't clicking — title/description optimization candidates.
gmp gsc report -s "SITE_URL" -d query,page -l 50 --page "/blog" -f table
gmp gsc report -s "SITE_URL" -d query,date -r 28d --query "your keyword" -f table