SEO

김수정·2020년 8월 12일
1

검색엔진 최적화를 위해, seo 작업을 진행해 봅시다. :)

페이지 제목

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

페이지 요약

<head>
  <meta name="description" content="요약글" />
</head>

페이지 키워드

<head>
  <meta name="keywords" content="콤마로,키워드,나열" />
</head>

링크의 미리보기

og(open graph)로 링크의 미리보기를 꾸밀 수 있습니다.
페이스북 개발자 페이지(https://developers.facebook.com/docs/sharing/best-practices?locale=ko_KR)에 의하면

큰 이미지 :
고 해상도에서 원활하려면 1200x630
링크 페이지 게시물에 큰 크기로 표시 : 600x315

최대 용량 : 8 MB

작은 이미지 :
600x315보다 작고 200x200 이상.

<meta property="og:title" content="미리보기 제목" />
<meta property="og:type" content="website" />
<meta property="og:url" content="미리보기 url" />
<meta property="og:image" content="미리보기 이미지 주소" />
profile
정리하는 개발자

0개의 댓글