추가메타태그와 네이버 연동 어떻게 하면 좋을까요..
본문
추가메타태그와 네이버 연동 어떻게 하면 좋은 지 궁금합니다.
아래에 있는 코드에서 큰따옴표 안에 있는 것들은 제 마음대로 입력하면 되는 걸까요.. ㅠㅠ
제 커뮤니티 글이 네이버 검색에서 노출되면 좋겠어요.
구글에서도 노출되면 좋겠구요..
<meta name="robots" content="ALL"/>
<meta name="title" content="사이트제목"/>
<meta name="keywords" content="사이트키워드"/>
<meta name="description" content="사이트설명문"/>
<meta name="author" content="사이트주소"/>
<meta name="NaverBot" content="All"/>
<meta name="NaverBot" content="index,follow"/>
<meta name="Yeti" content="All"/>
<meta name="Yeti" content="index,follow"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="사이트제목과 동일"/>
<meta property="og:description" content="사이트설명문과 동일"/>
<meta property="og:image" content="링크 공유했을때 표시되는 이미지 경로"/>
<meta property="og:url" content="사이트주소"/>
<meta property="og:site_name" content="사이트제목과 동일"/>
<meta name="viewport" content="width=device-width">
답변 1
<meta property="og:type" content="타입" />
<meta property="og:title" content="타이틀" />
<meta property="og:description" content="설명" />
<meta property="og:image" content="이미지" />
<meta property="og:url" content="URL" />
content="" 내용만 수정하시면 됩니다
!-->
답변을 작성하시기 전에 로그인 해주세요.