How to Connect Google Search Console
Get your posts indexed in minutes instead of weeks
Normally, Google takes 4 days to 3 weeks to discover new posts. With instant indexing, your content appears in search results in 10 to 30 minutes.
π What’s in This Guide
- Why This Matters
- Create a Google Cloud Project
- Enable the Indexing API
- Create a Service Account
- Download the JSON Key
- Add to Search Console
- Add to FSP
Time required: About 10 minutes OPTIONAL
Why This Matters
β Without
Wait for Googlebot
β With
Instant notification
1 Create a Google Cloud Project
- Go to Google Cloud Console
- Click project dropdown β New Project
- Name it
FSP Automation - Click Create
2 Enable the Indexing API
- Go to Web Search Indexing API
- Click ENABLE
Without this, you’ll get “API not enabled” errors.
3 Create a Service Account
- Go to Service Accounts
- Click + CREATE SERVICE ACCOUNT
- Name:
fsp-indexing - Click Create and continue
- Role: Basic β Owner
- Click Continue β Done
fsp-indexing@your-project.iam.gserviceaccount.comSave this for Step 5.
4 Download the JSON Key
- Click your service account’s email
- Go to KEYS tab
- Click ADD KEY β Create new key
- Select JSON β CREATE
A .json file downloads. Keep it safe.
5 Add to Search Console
Without this, you’ll get “Permission denied” errors.
- Go to Google Search Console
- Select your website property
- Settings β Users and permissions
- Click ADD USER
- Email: paste service account email
- Permission: Owner (not Full!)
- Click Add
The Indexing API requires Owner permission. “Full” won’t work.
6 Add to FSP
- Open the
.jsonfile in a text editor - Select all β Copy
- In WordPress: FSP Pro β Brain & API Keys
- Paste into Google Service Account JSON
- Enable “Google Indexing”
- Click Save Settings
Wait 5-10 minutes for permissions to propagate, then test.
Test Your Setup
Generate a test post and check System Log:
GSC: Requesting indexing for https://yoursite.com/post/
GSC: Indexing requested successfullyGSC Error: Permission denied. Failed to verify URL ownership.Check that service account is added as Owner in Search Console.
Troubleshooting
| Error | Fix |
|---|---|
| “Permission denied” | Add service account to GSC as Owner |
| “API not enabled” | Enable API |
| “Invalid private key” | Copy entire JSON including { and } |
| www vs non-www | Add to matching GSC property |
FAQ
Is this required?
No. Posts still get indexedβjust slower.
Daily limit?
~200 requests/day. More than enough.
Cost?
Free.
β Setup Checklist
- Google Cloud project created
- Indexing API enabled
- Service account created
- Email saved
- JSON key downloaded
- Added to GSC as Owner
- JSON pasted into FSP
- “Google Indexing” enabled
Quick Links
Enable API Service Accounts Search Console
FSP is now fully configured. Return to all tutorials or start publishing!
