<head>
<!-- 기본 -->
<title>Title</title>
<meta name="title" content="페이지 제목">
<meta name="keywords" content="HTML5, CSS3">
<meta name="description" content="페이지 설명">
<!-- 네이버 마크업 -->
<meta property="og:type" content="website">
<meta property="og:title" content="페이지 제목">
<meta property="og:description" content="페이지 설명">
<meta property="og:image" content="http://www.mysite.com/myimage.jpg">
<meta property="og:url" content="http://www.mysite.com">
</head>
title은 15자, description은 45자 이내로 하는 것이 좋다고 한다.
searchadvisor.naver.com/guide/markup-content
'html' 카테고리의 다른 글
[웹 접근성] WAI-ARIA role / aria-label (0) | 2020.12.15 |
---|---|
html data="" 줄바꿈 태그 (0) | 2020.05.18 |
meta tag로 width 값 고정하기 (0) | 2020.04.16 |
input type="file" 파일 첨부 폼 (0) | 2020.04.03 |
전화번호, 주소, 이메일 자동 링크 방지 meta tag (0) | 2020.04.03 |
댓글