728x90
1. 메타태그 생성 index.html
메타태그에 open graph의 약자인 og 태그를 생성합니다.
[index.html]
<meta property="og:title" content="내용" />
<meta property="og:description" content="og태그 설명란" />
<meta property="og:image" content="대표이미지" />
<meta property="og:url" content="url" />
2. 각 메타태그 내용
og:title -> 제목
og:description -> og태그 설명란
og:image -> 대표이미지
og:url -> url
'Javascript Tips' 카테고리의 다른 글
react-router-dom 라이브러리 갑자기 에러나는 현상 (0) | 2024.11.29 |
---|---|
react - spa nginx 배포 후 새로고침시 흰화면 (0) | 2024.11.28 |
vue devtool inspector 안 켜질 때 (0) | 2024.10.31 |
npm install 에러 (ERESOLVE could not resolve) (2) | 2024.10.24 |
React - A component is changing an uncontrolled input to be controlled 에러 (1) | 2024.10.14 |