Home Pricing login Dashboard

Google Indexing Service

Automatically submit your generated articles to Google for faster indexing.

Overview

The Google Indexing Service integration allows Content Zen to automatically notify Google when new articles are published. This can significantly speed up the time it takes for your content to appear in search results.

info Indexing API Limits

Google limits the Indexing API to 200 requests per day. Content Zen automatically manages this quota and queues requests accordingly.

Prerequisites

Before setting up the integration, you need:

  • A Google Cloud Platform account
  • A verified property in Google Search Console
  • A Service Account with Indexing API access

Setup Guide

Step 1: Create a Google Cloud Project

  1. Go to the Google Cloud Console
  2. Create a new project or select an existing one
  3. Navigate to APIs & ServicesLibrary
  4. Search for "Indexing API" and enable it

Step 2: Create a Service Account

  1. In Google Cloud Console, go to APIs & ServicesCredentials
  2. Click Create CredentialsService Account
  3. Enter a name for the service account (e.g., "ContentZen Indexing")
  4. Click Create and Continue
  5. Skip the optional steps and click Done

Step 3: Generate a JSON Key

  1. Click on your newly created service account
  2. Go to the Keys tab
  3. Click Add KeyCreate new key
  4. Select JSON format
  5. Click Create - the key file will be downloaded automatically
warning Keep Your Key Secure

The JSON key file contains sensitive credentials. Store it securely and never share it publicly.

Step 4: Add Service Account to Search Console

  1. Copy the service account email (looks like name@project.iam.gserviceaccount.com)
  2. Go to Google Search Console
  3. Select your property
  4. Go to SettingsUsers and permissions
  5. Click Add user
  6. Paste the service account email
  7. Set permission to Owner
  8. Click Add

Step 5: Upload to Content Zen

  1. In Content Zen, go to SettingsIntegrations
  2. Select the Google tab
  3. Click the upload button next to "Google Account Service File"
  4. Select the JSON key file you downloaded earlier
  5. The file will be uploaded and saved automatically

How It Works

Once configured, Content Zen will:

  1. Detect when articles are published to your website
  2. Queue indexing requests (respecting Google's daily limits)
  3. Submit URLs to Google's Indexing API
  4. Log the results in the Indexing Service Log

Monitoring Requests

You can monitor indexing requests in your dashboard:

  1. Go to Indexing Service Log in the sidebar
  2. View the status of each indexing request
  3. Check for any errors or failed requests

Troubleshooting

Common Issues

  • 403 Forbidden - The service account doesn't have owner access in Search Console
  • Quota exceeded - You've hit the 200 requests/day limit; requests will be queued for the next day
  • Invalid credentials - The JSON key file may be corrupted; try generating a new one