Google Indexing website screenshot

Google Indexing

The Google Indexing API allows site owners to directly notify Google when pages are added or removed. It enables requesting crawling for updated content and notifying of page removals, leading to fresher content in search results. Primarily intended for sites with job postings or livestream structured data.

1 APIs 0 Features
CrawlingGoogleIndexingSearchSEOURLs

APIs

Google Indexing API

Allows site owners to notify Google directly when pages are updated or removed, enabling faster crawling and fresher search results for job postings and livestream content.

Collections

Pricing Plans

Rate Limits

Google Indexing Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

context Context

13 classes · 0 properties

JSON-LD

API Governance Rules

Google Indexing API Rules

13 rules · 11 errors 1 warnings 1 info

SPECTRAL

Resources

🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Indexing API
  version: 3.0.0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: urlNotifications:publish
    type: folder
  items:
  - info:
      name: Google Indexing Publish URL Notification
      type: http
    http:
      method: POST
      url: https://indexing.googleapis.com/v3/urlNotifications:publish
      body:
        type: json
        data: '{}'
    docs: Notifies Google that a URL has been updated or removed. Use URL_UPDATED to request crawling, or URL_DELETED to indicate
      a page has been removed.
- info:
    name: urlNotifications
    type: folder
  items:
  - info:
      name: Google Indexing Get URL Notification Metadata
      type: http
    http:
      method: GET
      url: https://indexing.googleapis.com/v3/urlNotifications/metadata
      params:
      - name: url
        value: ''
        type: query
        description: The URL to get notification metadata for.
    docs: Gets metadata about a URL, including the latest notification timestamps and type.
bundled: true