hexo submit urls to search engine
Support for submitting URLs to Google using the system http proxy
このプロジェクトは公開されていますが、フィードバックを使用して提出することができます!
QQグループ:1079685183クリックしてQQを直接呼び出して追加します(人数を作成します)
Telegram Group:https://t.me/hexoseo
過度のグループメッセージに邪魔されたくない場合は、参加してミュートに設定し、必要なときに通信を開くことができます。
ロードマップ、開発計画、ロードマップ
中国の使用文書は、中国本土のユーザーが読む必要があります!
英語のドキュメント
Hexoプラグインは、新しい投稿のURLをGoogle、Bing、Baidu検索エンジンに送信して、Webサイトコレクションの品質と速度を向上させます。
これらの3つの主要な検索エンジンは、グローバル検索エンジンの市場シェアの97%(Yahoo、Ecosiaなどを使用して、後でリンクを送信する機能を追加する場合があります。
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
「クイックスタート」 、英語のドキュメントや中国語の詳細なドキュメントにアクセスしてください。
npm install --save hexo-submit-urls-to-search-engine
または
yarn add hexo-submit-urls-to-search-engine
もちろん、環境変数を使用してキーを記録したり、英語のドキュメントや中国の詳細なドキュメントにアクセスしたりできます。
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_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正常にプッシュできる場合は、サポートとして「星」をクリックしてください、ありがとう!
走る:
hexo clean && hexo generate && hexo deploy
そして楽しんでください!
成功応答:
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' } } }