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

Bing Ping Sitemap changes has stopped working and may need to be replaced #1105

Closed
eSilverStrike opened this issue Dec 31, 2021 · 3 comments
Closed
Assignees
Labels
Feature Issues that describe new features. Improvement Code cleanup, Obsolete functions, or small changes to existing Features.
Milestone

Comments

@eSilverStrike
Copy link
Member

It's been 2 weeks and pinging Bing when new or updated content has been added is still not working.

Quoted from https://www.ctrl.blog/entry/sitemap-ping-indexnow.html

The API endpoint at bing.com/ping now returns an HTTP 410 Gone error message. The error message suggests deliberation and permanence (as opposed to an intermittent problem (HTTP 500) or an HTTP 404 Not Found).

There is no official word that Bing has actually stopped supporting ping so they may still fix it.

Bing (and Yandex) (and maybe Google in the future) now support the IndexNow initiative. It is a new API from Bing and Yandex that launched in November 2021. IndexNow lets any website submit one or more new or changed URLs to all participating search engines with one API call.

https://www.indexnow.org/

This is something we may want to look into supporting instead if Bing Ping does not come back online.

@eSilverStrike eSilverStrike added Feature Issues that describe new features. Improvement Code cleanup, Obsolete functions, or small changes to existing Features. labels Dec 31, 2021
@eSilverStrike eSilverStrike added this to the 2.2.2 milestone Dec 31, 2021
@eSilverStrike
Copy link
Member Author

eSilverStrike commented Jan 26, 2022

Still not back only so it looks to be official.

https://bing.com/indexnow

This type of ping will work a little bit different since with indexnow you ping the search engine the url of the page (article, forum post, etc.) that changed and not just the sitemap file.

The search engine you ping will then also share the change with all other search engines who use indexnow (which is Yandex at the moment)

Indexnow also requires a key which we will need to store in the config along with an extra txt file used to verify the host.

@eSilverStrike eSilverStrike self-assigned this Feb 28, 2022
eSilverStrike added a commit that referenced this issue Feb 28, 2022
For issue and feature #1105.

Geeklog will ping IndexNow server when a page is updated, created, or deleted.
eSilverStrike added a commit that referenced this issue Feb 28, 2022
@eSilverStrike
Copy link
Member Author

Should work fine now but IndexNow part with key etc. needs to be tested in a production environment.

eSilverStrike added a commit that referenced this issue Jun 22, 2022
Added urlOrEmpty validator class for xmlsitemap use. Fixed docs for configuration
For issue #1105
@eSilverStrike
Copy link
Member Author

Fixed forum issues with ping. Was missing required function plugin_idToURL_forum

Geeklog-Plugins/forum@9dcbd41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issues that describe new features. Improvement Code cleanup, Obsolete functions, or small changes to existing Features.
Projects
None yet
Development

No branches or pull requests

1 participant