Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hithismani opened this issue Sep 26, 2024 · 1 comment
Closed

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

hithismani opened this issue Sep 26, 2024 · 1 comment

Comments

@hithismani
Copy link

hithismani commented Sep 26, 2024

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.

@goenning
Copy link
Owner

It used to, but it seems like that changed recently. I'll update the readme.

@goenning goenning pinned this issue Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants