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

Add support for Bing's indexNow feature #306

Open
stefanobartoletti opened this issue Sep 2, 2024 · 2 comments
Open

Add support for Bing's indexNow feature #306

stefanobartoletti opened this issue Sep 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@stefanobartoletti
Copy link

Clear and concise description of the problem

It may be useful to implement Bing's indexNow feature, that basically requests a fresh indexing for given pages.

Info and documentation are available here https://www.bing.com/indexnow/getstarted

I'm not sure in which of the submodules this should be integrated, hence I opened this issue here. Anyway, probably sitemap submodule is the right choice (you already have a list of URLs there)

Suggested solution

According to the docs, this can be done with a simple HTML request, coupled with a specific API key that has tp be generated

Alternative

No response

Additional context

No response

@stefanobartoletti stefanobartoletti added the enhancement New feature or request label Sep 2, 2024
@harlan-zw
Copy link
Owner

harlan-zw commented Sep 4, 2024

Thanks for the suggestion. It is tricky as Nuxt SEO and its modules have no way to persist data to verify whether a page is added, updated, or deleted between releases.

I'll have a think about this.

@stefanobartoletti
Copy link
Author

I see, maybe this is a feature more suited for the building platform (i.e. Netlify), where maybe a comparison between the page publication date and the history of builds can be made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants