kostikpenzin/indexing_api_google

The Indexing API allows any site owner to directly notify Google when pages are added or removed

v0.2.5 2022-10-30 14:47 UTC

This package is auto-updated.

Last update: 2024-04-29 05:11:28 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads

The Indexing API allows any site owner to directly notify Google when pages are added or removed. This allows Google to schedule pages for a fresh crawl, which can lead to higher quality user traffic. For websites with many short-lived pages like job postings or livestream videos, the Indexing API keeps content fresh in search results because it allows updates to be pushed individually.

Here are some of the things you can do with the Indexing API:

  • Update a URL: Notify Google of a new URL to crawl or that content at a previously-submitted URL has been updated.
  • Remove a URL: After you delete a page from your servers, notify Google so that we can remove the page from our index and so that we don't attempt to crawl the URL again.

Before you can start using the Indexing API, there are a few things you need to do, if you haven't done them already:

  • Create a project for your client
  • Create a service account
  • Add your service account as a site owner
  • Get an access token