O projeto está sendo testado publicamente, bem -vindo a usar e enviar feedback!
QQ GRUPO: 1079685183 Clique para ligar diretamente no QQ para adicionar (inventar o número de pessoas)
Grupo Telegram: https://t.me/hexoseo
Se você não quiser ser perturbado por mensagens excessivas de grupo, pode entrar e configurá -la para silenciar e abrir a comunicação quando precisar.
Roteiro, plano de desenvolvimento, roteiro
Os documentos de uso chinês devem ser lidos por usuários chineses do continente!
Docs em inglês
O plug -in HEXO para enviar URLs de novas postagens para o Google, Bing, Baidu Search Engine para melhorar a qualidade e a velocidade da coleta de sites.
Esses três principais mecanismos de pesquisa ocorreram 97% da participação no mercado de mecanismos de busca global (incluindo Yahoo, Ecosia etc. usando o índice Bing).
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
Apenas "Iniciar rápido" , visite documentos em inglês ou documentação detalhada chinesa para mais.
npm install --save hexo-submit-urls-to-search-engine
ou
yarn add hexo-submit-urls-to-search-engine
Obviamente, você pode usar variáveis de ambiente para gravar a chave, visitar documentos em inglês ou documentação detalhada chinesa para obter mais.
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_submitterSe você pode pressionar com sucesso, clique em "Star" como suporte , obrigado!
Correr:
hexo clean && hexo generate && hexo deploy
E aproveite!
Resposta de sucesso:
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' } } }