hexo submit urls to search engine
Support for submitting URLs to Google using the system http proxy
이 프로젝트는 공개적으로 테스트되고 있으며 피드백을 사용하고 제출하는 것을 환영합니다!
QQ 그룹 : 1079685183 클릭하여 QQ를 직접 전화하여 추가하십시오 (사람 수를 구성)
전보 그룹 : https://t.me/hexoseo
과도한 그룹 메시지로 방해를받지 않으려면 가입하여 음소거로 설정 한 다음 필요할 때 커뮤니케이션을 열 수 있습니다.
로드맵, 개발 계획, 로드맵
중국어 사용 문서는 중국 본토 사용자가 읽어야합니다!
영어 문서
Hexo 플러그인 새로운 게시물의 URL을 Google, Bing, Baidu 검색 엔진에 제출하여 웹 사이트 컬렉션의 품질과 속도를 향상시킵니다.
이 세 가지 주요 검색 엔진은 글로벌 검색 엔진 시장 점유율의 97% (야후, 에코 시아 등)가 나중에 링크를 제출하는 기능을 추가 할 수 있습니다.
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성공적으로 푸시 할 수 있다면 "Star"를 지원으로 클릭 하십시오. 감사합니다!
달리다:
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' } } }