Post

깃블로그 구글서치콘솔 등록하기

만든 깃블로그를 세상과 공유하기 위해서는 구글이나 네이버에 내가 이런 블로그 운영중이라고 알려야한다. 안그러면 나혼자만의 플레이그라운드🎀

구글 서치 콘솔

1. URL 입력

Add property > URL prefix > 블로그 url 입력 > Continue

2. 소유권 인증

여러가지 방법이 있는데 제일 간단한 2가지 정도만 소개하면,

  • html 파일 다운로드 받아서 github 폴더 root(/) 아래 저장 _config.yml 저장돼있는 폴더에 같이 저장해주고 git push한다. 잘 올라가면 서치콘솔로 돌아와서 Verify 클릭

  • chirpy theme 사용 중이라면, _config.yml 파일 google_site_verification 부분에 코드같은 부분 추가하기

1
2
3
4
5
6
7
# chirpy theme ver.6.3.1
google_site_verification: google9e026aae5d1f8cb3 # fill in to your verification string

# chirpy theme ver. 6.5.5
# Site Verification Settings
webmaster_verifications:
  google: google9e026aae5d1f8cb3 # fill in your Google verification code

잘되면 이렇게 나옴

This post is licensed under CC BY 4.0 by the author.

© Subin Cho. Some rights reserved.

Using the Chirpy theme for Jekyll.