-
Notifications
You must be signed in to change notification settings - Fork 533
Description
Thanks a lot for creating this!
During setup, I noticed the Indexing API's quickstart guide mentions this:
The Indexing API can only be used to crawl pages with either JobPosting or BroadcastEvent embedded in a VideoObject.
The reason I'm asking, is because https://indexing.googleapis.com/v3/urlNotifications:publish always returns the below:
{
"urlNotificationMetadata": {
"url": "<url submitted>"
}
}
While https://indexing.googleapis.com/v3/urlNotifications/metadata?url=<above url, encoded> always returns:
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
}
Basically, been noticing that these api endpoints don't work without proper approval now.
Here's a link: to the Support Form page on this, and the official API.
Just thought I'd ask! As the form they link us to, doesn't mention access to API for anything apart from Job Posting and Live Streaming. Which could then indicate that we need to update this on the ReadMe as well.
