Proyek ini sedang diuji secara publik, selamat datang untuk menggunakan dan mengirimkan umpan balik!
QQ Group: 1079685183 Klik untuk menghubungi QQ secara langsung untuk menambahkan (membuat jumlah orang)
Grup Telegram: https://t.me/Hexoseo
Jika Anda tidak ingin diganggu oleh pesan grup yang berlebihan, Anda dapat bergabung dan mengaturnya ke Mute, dan kemudian membuka komunikasi saat Anda membutuhkannya.
Peta jalan, rencana pengembangan, peta jalan
Dokumen Penggunaan Cina harus dibaca oleh Pengguna Cina Daratan!
Dokumen Bahasa Inggris
Plugin Hexo untuk mengirimkan URL posting baru ke Google, Bing, mesin pencari Baidu untuk meningkatkan kualitas dan kecepatan pengumpulan situs web.
Tiga mesin pencari utama ini telah terjadi 97% dari pangsa pasar mesin pencari global (termasuk Yahoo, Ecosia, dll. Menggunakan Bing Index) nanti, saya dapat menambahkan fungsi mengirimkan tautan ke Yandex.
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
Hanya "Mulai Cepat" , kunjungi dokumen bahasa Inggris atau dokumentasi rinci Cina untuk informasi lebih lanjut.
npm install --save hexo-submit-urls-to-search-engine
atau
yarn add hexo-submit-urls-to-search-engine
Tentu saja, Anda dapat menggunakan variabel lingkungan untuk merekam kuncinya, kunjungi dokumen bahasa Inggris atau dokumentasi rinci Cina untuk lebih lanjut.
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_submitterJika Anda dapat mendorong dengan sukses, silakan klik "Bintang" sebagai dukungan , terima kasih!
Berlari:
hexo clean && hexo generate && hexo deploy
Dan nikmati!
Tanggapan Sukses:
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' } } }