Loading...
Loading...
Monitor and optimize search performance with Google Search Console.
npx skill4agent add andrejones92/canifi-life-os google-search-consolecurl -sSL https://canifi.com/skills/google-search-console/install.sh | bashcp -r skills/google-search-console ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_CLIENT_ID "your_client_id"
canifi-env set GOOGLE_CLIENT_SECRET "your_client_secret"
canifi-env set GOOGLE_REFRESH_TOKEN "your_refresh_token"
canifi-env set GSC_SITE_URL "your_site_url"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me search performance for the last 28 days"
Assistant: Returns clicks, impressions, CTR, and positionUser: "What are my top search queries?"
Assistant: Returns top queries by clicks and impressionsUser: "Are there any indexing issues?"
Assistant: Returns index coverage reportUser: "Is this page indexed by Google?"
Assistant: Returns indexing status for URL| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No site access | Verify site ownership |
| 404 Not Found | Site not found | Check site URL |
| 429 Rate Limited | Quota exceeded | Wait for quota reset |