구글 웹사이트 도구 - 사이트 추가하기 Google Webmaster Tools - Add A Site
=======================
=======================
=======================
출처: http://redhotkorea.tistory.com/64#.UdGpJ_n0Gk8
구글 웹마스터 도구에 관리할 사이트를 추가해보자.
1. 구글 웹마스터 도구 접속 → 사이트 추가
https://www.google.com/webmasters/tools/home?hl=ko
2. 추가하고자 하는 사이트 주소를 입력한다.
(www.example.com 같은 형식으로 기재)
3. 본인이 관리하는 사이트임을 확인하는 절차가 필요하다.
1) 파일 업로드를 통해서 확인하는 방법
2) 대체 수단으로 html tag 를 입력하는 방법
이건 구글 분석기를 통하는 방법
마지막으로 도메인 공급자를 통해서 확인하는 방법
4. 여기서 html tag 입력하는 방식으로 해보자.
티스토리 이용자의 경우 관리페이지에서
HTML/CSS 편집창을 열어 skin.html 를 수정해서 저장한다.
<head> </head> 사이에 부여된 코드를 삽입한다.
아래와 같은 식이다.
<head>
<meta name="google-site-verification" content="y3Qrbuj8-6PW************************GKUI" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="" href="" />
<link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
<link rel="stylesheet" media="print" type="text/css" href="./images/print.css" />
<link rel="shortcut icon" href="favicon.ico" />
<title> :: </title>
</head>
저장한 다음 다시 구글 페이지로 와서 확인[Verify]를 눌러서 인증을 마친다.
웹마스터 FAQ
https://support.google.com/webmasters/bin/answer.py?hl=ko&answer=1050724
=======================
=======================
=======================