Replies: 3 comments
-
The Indexing API can only be used to crawl pages that contain a JobPosting or BroadcastEvent (nested in a VideoObject). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reminder, this method had been working for us for over two years (up to now) despite our submissions being ordinary html pages. It would be useful if the API call in question had started to return a relevant error message when the behaviour changed. In terms of our use case, we'd been using it to get new URLs into our Google CSE that represent local government applications that must be publicly published. A sitemap did not seem appropriate in this case due to the large amount of historical applications covering decades. Is there an endpoint / alternative method we can use to get new application pages indexed so that they are visible in short order to our CSE? |
Beta Was this translation helpful? Give feedback.
-
Since this is an API question/bug, transferring over to Discussions - also, please feel free to post directly to the API issue tracker itself |
Beta Was this translation helpful? Give feedback.
-
Environment details
googleapis
version: 144.0.0Steps to reproduce
Data submitted
data: { type: 'URL_UPDATED', url: 'https://www.theurlwesubmitted.com/path/page.html' },
Response:
{ urlNotificationMetadata: { url: 'https://www.theurlwesubmitted.com/path/page.html' } }
Beta Was this translation helpful? Give feedback.
All reactions