<title>페이지 제목</title>


<!-- 기본 메타 태그 -->

<meta name="generator" content="페이지 제작툴" />

<meta name="author" content="제작자" />

<meta name="keywords" content="메타 키워드" />

<meta name="description" content="페이지 요약설명" />

*웹페이지에 대한 간략한 설명을 나타내며 단순 키워드만을 나열하는 것은 피해야 한다. 검색결과에 표시되는 분량은 영문 기준 최대 160자 이므로 한글은 40~50글자 이내에서 1~2개의 핵심 키워드를 넣어 의미있는 문장으로 구성하는게 좋을 듯 하다.


<meta name="copyright" content="저작권 정보" />

<meta name="subject" content="웹사이트 주제 입력" />

<meta name="title" content="웹사이트 이름" />

<meta name="publisher" content="만든단체 또는 회사" />

<meta name="other agent" content="웹사이트 책임자" />

<meta name="classification" content="카테고리 분류" />

<meta name="reply-to(email)" content="메일주소" />

<meta name="filename" content="파일이름 입력" />

<meta name="author-date(date)" content="제작일" />

<meta name="location" content="위치/대한민국인지등 나라이름기록" />

<meta name="distribution" content="배포자" />

<meta name="copyright" content="저작권" />

<meta name="robots" content="index,follow" />  : 이 문서도 긁어가고 링크된 문서도 긁어감.

<meta name="robots" content="noindex,follow" />   : 이 문서는 긁어가지 말고 링크된 문서만 긁어감.

<meta name="robots" content="index,nofollow" />   : 이 문서는 긁어가되, 링크는 무시함.

<meta name="robots" content="noindex,nofollow" />   : 이 문서도 긁지 않고, 링크도 무시함.

<meta http-equiv="Expire" CONTENT="-1">   :캐쉬 완료(파기)시간 정의.

<meta http-equiv="Last-Modified" CONTENT="Mon,20 Jul 2007 19:30:30">   :최종수정일을 정의.

<meta http-equiv='Cache-Control' CONTENT='no-cache'>   :캐쉬가 되지 않게 하는 태그

<meta http-equiv='Pragma' CONTENT='no-cache'>   :캐쉬가 되지 않게 하는 태그

<meta http-equiv="Content-type" content="text/html; charset=euc-kr">   :웹문서의 언어 설정.

<meta http-equiv="Imagetoolbar" content="no">   :그림위에 마우스 오버시 이미지 관련 툴바가 생기지 않음.

<meta http-equiv="Refresh" content="15;URL=http://galaxy.channeli.net/jakalky/sitemap.htm">   :페이지이동

<meta http-equiv="Page-Enter" content="RevealTrans(Duration=5/시간 초단위, Transition=21) ">  :페이지 로딩시 트랜지션 효과(장면 전환 효과)


<!-- 페이스북 -->

<meta property="og:title" content="제목"/>

<meta property="og:site_name" content="사이트명"/>

<meta property="og:type" content="분류 (website,article,place,product,event ...)"/>

<meta property="og:url" content="주소"/>

<meta property="og:image" content="썸네일 (200x200.jpg)"/>

<meta property="og:description" content="요약글"/>

 

<!-- 트위터 -->

<meta name="twitter:card" content="분류 (summary, photo, gallery ...)">

<meta name="twitter:title" content="제목">

<meta name="twitter:site" content="사이트명">

<meta name="twitter:creator" content="작성자명">

<meta name="twitter:image" content="썸네일">

<meta name="twitter:description" content="포스트 내용">

 

<!-- 선호 URL -->

데스크톱과 모바일 URL의 사이트설정. 

*모바일 URL에서 PC 페이지를 가리키는 rel=”canonical” 태그는 필수입니다.

<link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.example.com/page-1" >

<link rel="canonical" href="http://www.example.com/page-1" >



[참고 사이트 URL]

Facebook

https://developers.facebook.com/docs/sharing/webmasters

Twitter

https://dev.twitter.com/cards/markup

Google

https://support.google.com/webmasters/answer/79812?hl=ko

https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls?hl=ko


'프로그램 > - Etc' 카테고리의 다른 글

log4j 로그레벨  (0) 2014.11.28
[Excel] Rand함수를 이용한 정렬  (0) 2013.01.14
[Excel] 전치행렬 TRANSPOSE함수  (0) 2011.07.05