<meta name="og:image" content="https://purpr.groon.dev/img/purpr-studio-screen.png">
미리보기 화면 구성은 Open Graph 프로토콜 표준에 따라 처리됩니다.
아래와 같이 meta태그의 property=“og:image” 속성을 참조하나 기재하신 사이트는 name 속성에 잘못 표기 되어있습니다.
확인 부탁드려요.
[표준]
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />
[잘못 사용]
<meta name="og:description" content="Purpr is a powerful tool that automatically generates working mobile apps from your designs. With its AI-first approach and intuitive no-code interface, you can easily refine your app to perfection.">
<meta name="og:type" content="website">
<meta name="og:image" content="https://purpr.groon.dev/img/purpr-studio-screen.png">
빠른 답변 감사합니다. 안내해주신 바를 적용하여 이제 잘됩니다.
1개의 좋아요