google-search-console-automation
Automate Google Search Console tasks via Rube MCP (Composio): query search analytics, list sites, inspect URLs, submit sitemaps, monitor search performance. Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:20
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-google-search-console-automation&locale=en&source=copy
Google Search Console Automation Skills
Overview
Automate Google Search Console tasks with Rube MCP to easily retrieve search analytics data, check URL indexing status, and submit sitemaps—without needing to configure an API key.
Use Cases
Core Features
FAQs
How do I automatically retrieve Google Search Console search data?
Use the
GOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERY tool, specify the site URL, start/end dates, and dimension parameters to retrieve clicks, impressions, CTR, and ranking data. Supports multi-dimensional analysis by page, query term, device, and country.Does Rube MCP require an API key?
No. Add the
https://rube.app/mcp endpoint to the MCP client, then connect the google_search_console tool package via RUBE_MANAGE_CONNECTIONS and complete authorization to start using it.How can I batch check a page’s Google indexing status?
Use the
GOOGLE_SEARCH_CONSOLE_INSPECT_URL tool by passing the full URL to check and the site URL to get the indexing status. For batch checks, write a script to loop over calls to this tool, checking one URL at a time.How long is the data delay?
Google Search Console data typically has a 2–3 day delay. If you want to view the latest data, set the
data_state parameter to all during querying, but note that these data may still change.What are the requirements for site URL format?
The URL prefix property must use the full format (e.g.,
https://www.example.com/). The domain property must use the sc-domain: prefix (e.g., sc-domain:example.com). Incorrect formatting will cause the query to fail.