Das Projekt wird öffentlich getestet und feedback verwendet und einreicht!
QQ -Gruppe: 1079685183 Klicken Sie auf, um QQ direkt hinzuzufügen, um hinzuzufügen (erstellen Sie die Anzahl der Personen).
Telegrammgruppe: https://t.me/hexoseo
Wenn Sie nicht durch übermäßige Gruppennachrichten gestört werden möchten, können Sie sie beitreten und auf die Stummschaltung setzen und dann die Kommunikation öffnen, wenn Sie sie benötigen.
Roadmap, Entwicklungsplan, Roadmap
Chinesische Nutzungsdokumente müssen von chinesischen Nutzern auf dem Festland gelesen werden!
Englische Dokumente
Hexo -Plugin zur Übermittlung von URLs neuer Beiträge an Google, Bing, Baidu -Suchmaschine, um die Qualität und Geschwindigkeit der Website -Sammlung zu verbessern.
Diese drei wichtigen Suchmaschinen sind 97% des globalen Suchmaschinenmarktanteils (einschließlich Yahoo, Ecosia usw. unter Verwendung von Bing Index).
Please click on the top right of the page star and fork【请点击页面顶部靠右star与fork】
Nur "Schnellstart" , besuchen Sie englische Dokumente oder chinesische detaillierte Dokumentation, um weitere zu erhalten.
npm install --save hexo-submit-urls-to-search-engine
oder
yarn add hexo-submit-urls-to-search-engine
Natürlich können Sie Umgebungsvariablen verwenden, um den Schlüssel aufzuzeichnen, englische Dokumente oder chinesische detaillierte Dokumentation zu besuchen, um mehr zu erhalten.
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_submitterWenn Sie erfolgreich pushen können, klicken Sie bitte auf "Star" als Unterstützung , danke!
Laufen:
hexo clean && hexo generate && hexo deploy
Und genießen!
Erfolgsreaktion:
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' } } }