The project is being tested publicly, welcome to use and submit feedback!
If you don't want to be disturbed by excessive group messages, you can join and set it to mute, and then open the communication when you need it.
中文使用文档 hexo-submit-urls-to-search-engine 中国内地用户务必阅读!
English docs hexo-submit-urls-to-search-engine Documentation
English 中文繁體 日本語 العربية Español Português Français Deutsch Türkçe Italiano Русский 한국어 Čeština Nederlands Svenska Dansk Suomi Polski Українська עברית Română Magyar Ελληνικά Hrvatski ไทย हिंदी বাংলা Bahasa Indonesia Kiswahili Tiếng Việt norsk
Hexo plugin to submit URLs of new posts to Google, Bing, Baidu search engine to improve the quality and speed of website collection.
These three major search engines have occupied 97% of the global search engine market share (including Yahoo, ecosia, etc. using bing index). Later, I may add the function of submitting links to Yandex.
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
Just "Quick start", visit hexo-submit-urls-to-search-engine Documentation for more.
npm install --save hexo-submit-urls-to-search-engine
or
yarn add hexo-submit-urls-to-search-engine
Of course, you can use environment variables to record the key, visit document for more.
hexo_submit_urls_to_search_engine:
submit_condition: count # Submitted condition, optional value: count | period, Now only supports count
count: 10 # Submit the latest 10 links
period: 900 # Submit a link with a modification time of 900 seconds
google: 0 # Whether to submit to Google, optional values: 1 | 0 (0: No; 1: Yes)
bing: 1 # Whether to submit to bing, optional value: 1 | 0 (0: no; 1: yes)
baidu: 1 # Whether to submit to baidu, optional value: 1 | 0 (0: no; 1: yes)
txt_path: submit_urls.txt ## The address of the text document, the link to be pushed will be saved in this text document
baidu_host: https://cjh0613.github.io ## Domain name registered in Baidu webmaster platform
baidu_token: xxxxx ## Please note that this is your secret key, so do not publish the website source code in the public repository!
bing_host: https://cjh0613.github.io ## Domain name registered in Bing webmaster platform
bing_enable_indexnow: false # Is the Bing IndexNow feature enabled? The optional values are: true (Yes) | false (No). Only v2.1.1 and above can enable this feature.
bing_token: xxxxx ## Please note that this is your secret key, so do not publish the website source code in the public repository!
google_host: https://cjh0613.github.io ## Domain name registered in Google webmaster platform
google_key_file: Project.json # Store the json file of the google key in the root directory of the website (same location as the hexo _config.yml file), please do not publish the source code of the website in the public warehouse!
google_proxy: 0 # Set the proxy used to submit urls to Google
replace: 0 # Whether to replace some substrings in links, optional value: 1 | 0 (0: no; 1: yes)
find_what: http://cjh0613.github.io/blog
replace_with: https://cjh0613.com
deploy:
- type: cjh_google_url_submitter
- type: cjh_bing_url_submitter
- type: cjh_baidu_url_submitter
If you can push successfully, please click "Star" as support, thank you!
Run:
hexo clean && hexo generate && hexo deploy
And enjoy!
success response:
Bing response: { d: null }
Baidu response: {"remain":2999,"success":1}
Google response: { urlNotificationMetadata:
{ url:
'https://cjh0613.github.io',
latestUpdate:
{ url:
'https://cjh0613.github.io',
type: 'URL_UPDATED',
notifyTime: '2020-06-12T05:37:25.701779228Z' } } }