El proyecto se está probando públicamente, ¡bienvenido a usar y enviar comentarios!
Grupo QQ: 1079685183 Haga clic para llamar a QQ directamente para agregar (compensar el número de personas)
Grupo de telegrama: https://t.me/hexoseo
Si no desea que los mensajes grupales excesivos lo perseguen, puede unirse y configurarlo en silencio, y luego abrir la comunicación cuando la necesite.
Hoja de ruta, plan de desarrollo, hoja de ruta
¡Los documentos de uso chino deben ser leídos por usuarios chinos continentales!
Documentos ingleses
Hexo complemento para enviar URL de nuevas publicaciones a Google, Bing, Baidu Search Engine para mejorar la calidad y la velocidad de la recopilación de sitios web.
Estos tres motores de búsqueda principales han ocurrido el 97% de la cuota de mercado global de motores de búsqueda (incluidos Yahoo, Ecosia, etc. Usando el índice Bing).
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
Simplemente "Inicio rápido" , visite los documentos en inglés o la documentación detallada china para obtener más información.
npm install --save hexo-submit-urls-to-search-engine
o
yarn add hexo-submit-urls-to-search-engine
Por supuesto, puede usar variables de entorno para registrar la clave, visitar documentos en inglés o documentación detallada china para obtener más información.
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_submitterSi puede presionar con éxito, haga clic en "Star" como soporte , ¡gracias!
Correr:
hexo clean && hexo generate && hexo deploy
¡Y disfruta!
Respuesta de éxito:
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' } } }