헥소 검색 엔진 최적화

sitemap, robots.txt 생성 및 웹마스터 등록

Posted by 옐란 on 2021-03-17

플러그인 설치 목록

1
2
3
4
5
npm install --save hexo-auto-canonical
npm install --save hexo-autonofollow
npm install --save hexo-generator-feed
npm install --save hexo-generator-seo-friendly-sitemap
npm install --save hexo-generator-robotstxt

_config.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
nofollow:
enable: true
exclude:
- exclude1.com
- exclude2.com
feed:
type: rss2
path: rss2.xml
limit: 20
sitemap:
path: sitemap.xml
tag: true
category: true
robotstxt:
useragent: "*"
allow:
- /
sitemap: https://jukyellow.github.io/sitemap.xml

tag 삽입

  • head.ejs 파일의 head 태그 안에 삽입
1
2
<!-- ejs -->
<%- autoCanonical(config, page) %>

구글/네이버 웹마스터 등록

구글 search console

  • 구글 search console : sitemap.xml 제출

네이버

  • 네이버 웹마스터 도구: 사이트 URL 제출 및 동작체크

구글 애널리스틱

  • sitemap 정상적으로 제출후, 접속 통계정보 확인 가능