بنقرة واحدة
recipe-url-indexation-check
Recipe: Check URL indexation status and diagnose crawl issues via GSC.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Recipe: Check URL indexation status and diagnose crawl issues via GSC.
التثبيت باستخدام 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-url-indexation-check |
| version | 1.0.0 |
| description | Recipe: Check URL indexation status and diagnose crawl issues via GSC. |
| metadata | {"openclaw":{"category":"seo","requires":{"bins":["gmp"]}}} |
Inspect specific URLs to verify they're indexed and diagnose crawl problems.
gmp auth login completedgmp gsc sites to list)gmp gsc inspect -u "https://example.com/your-page" -s "https://example.com/"
| Field | What it means |
|---|---|
verdict | PASS = indexed, NEUTRAL = not enough data, FAIL = not indexed |
coverageState | Why it's indexed or not (e.g. "Submitted and indexed", "Crawled - currently not indexed") |
indexingState | INDEXING_ALLOWED or INDEXING_NOT_ALLOWED |
pageFetchState | SUCCESSFUL, SOFT_404, REDIRECT, etc. |
crawledAs | DESKTOP or MOBILE |
lastCrawlTime | When Google last crawled the page |
gmp gsc sitemaps -s "https://example.com/"
Verify your pages are in a submitted sitemap with no errors.
noindex meta tag or X-Robots-Tag header.