Skip to content

Will this work on non-jobposting/broadcastevent posts? #74

@hithismani

Description

@hithismani

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.

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions