메타태그 속성 정리
<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://www.freegians.com">
:페이지이동
<META HTTP-EQUIV="Page-Enter" content="RevealTrans(Duration=5/시간 초단위, Transition=21) ">
:페이지 로딩시 트랜지션 효과(장면 전환 효과)
<META name="Subject" content="홈페이지주제 입력">
<META name="Title" content="홈페이지이름 입력">
<META name="Description" content="설명문 입력">
<META name="Keywords" content="키워드 입력">
<META name="Author" content="만든사람 이름">
<META name="Publisher" content="만든단체나회사 이름">
<META name="Other Agent" content="웹책임자 이름">
<META name="Classification" content="카테고리위치(분류)">
<META name="Generator" 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="ALL">
<META name="robots" content="index,follow" />
: 이 문서도 긁어가고 링크된 문서도 긁어감.
<META name="robots" content="noindex,follow" />
: 이 문서는 긁어가지 말고 링크된 문서만 긁어감.
<META name="robots" content="index,nofollow" />
: 이 문서는 긁어가되, 링크는 무시함.
<META name="robots" content="noindex,nofollow" />
: 이 문서도 긁지 않고, 링크도 무시함.
'Infomation > Internet & Computer' 카테고리의 다른 글
| 티스토리에 소스코드 입력하는 방법 (0) | 2009/10/13 |
|---|---|
| 이지클린(EzClean) AS54 (0) | 2009/10/13 |
| 폰트크기 단위 비교 (0) | 2009/10/09 |
| 웹 접근성 향상을 위한 국가 표준 기술 가이드 라인 (0) | 2009/09/14 |
| windows installer 오류 (0) | 2009/09/07 |
| 메타태그 (0) | 2009/08/26 |
| 블로그(Tstory)에 Twitter(트위터) 위젯을 설치해 보자 (1) | 2009/06/25 |
| Speed Up Your JavaScript (0) | 2009/06/19 |
| 아웃룩에서 "주소 목록을 표시할 수 없습니다" 라고 할 때 (0) | 2009/06/12 |
| 웹페이지를 가운데 정렬해 보자 (0) | 2009/03/10 |
| mdnsNSP.dll / mDNSResponder.exe 삭제하기 (2) | 2009/03/02 |