harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.
https://nuxtseo.com
MIT License
1.1k stars 70 forks source link

Add support for Bing's `indexNow` feature #306

Open stefanobartoletti opened 2 months ago

stefanobartoletti commented 2 months ago

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

harlan-zw commented 2 months ago

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 commented 2 months ago

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.