Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
/ hexo-indexnow Public archive

Use the indexnow protocol to push links to search engines to improve SEO

License

Notifications You must be signed in to change notification settings

zkz098/hexo-indexnow

Repository files navigation

[No Longer Actively Maintained] I have lost interest in maintaining Hexo-related projects, and thus I will no longer continue to maintain this project. If you wish to continue maintaining it, you can create a Fork.

hexo-indexnow

中文使用文档
hexo-indexnow is a lightweight SEO (indexnow) plugin.
It provides a simple and easy way to submit a link to indexnow.

start from zero

Install this plugin:

yarn add hexo-indexnow
# if you use npm
npm i hexo-indexnow

First, you should get an api key from a search engine, such as Microsoft Bing. Next change the configuration of hexo:

hexo_indexnow:
  count: 1 # number or "latest"
  txt_name: indexnow.txt # links file name
  apikey: xxxxxx # indexNow Apikey
  server: bing # The server that received the request
               # For example: bing, yandex, indexnow
  log_urls: false # Log url list on output log

deploy:
  - type: indexnow_url_submitter

About

Use the indexnow protocol to push links to search engines to improve SEO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published