In the backend, we have a view used for tracking URLs that were processed by the Google indexing queue (Google Indexing API). It can be accessed here: /admin/jobiqo/jobs/google-indexing-tracking.
This overview can help you to get an overview of the number of jobs that are sent to Google for indexing.
The "Action taken" status provides insights into the latest queue run. Jobs are typically sent to the queue approximately once every hour, and two primary statuses are displayed:
- URL_UPDATED: Jobs with this status are queued for processing. If a job no longer exists, it receives a "URL_DELETED" status and is queued for deletion.
- URL_DELETED: This status includes jobs that were added to the queue for deletion and are no longer indexed by Google.