OGP / 소셜 미리보기 // TOOLPOOL.SAMPLES
Summary Large Image Sample
A standard page with a wide Open Graph image and twitter:card=summary_large_image.
확인용 URL
https://toolpool.tools/ko/samples/ogp/summary-large
이 페이지는 검증용 샘플이므로 검색 색인 대상이 아닙니다. 카테고리 목록에서 사용할 수 있습니다.
확인할 내용
Use this to check large card previews on X and Facebook.
- og:title, og:description, and og:image are detected
- twitter:card is detected as summary_large_image
- The 1200x630 image metadata is available
출력 내용
<meta property="og:title" content="Large Open Graph Image Sample">
<meta property="og:description" content="A fixture page for wide social preview images.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://toolpool.tools/ko/samples/ogp/summary-large">
<meta property="og:image" content="https://toolpool.tools/ogp.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="TOOLPOOL OGP image">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Large Image Sample for X">
<meta name="twitter:description" content="Checks the large card metadata for twitter:* fields.">
<meta name="twitter:image" content="https://toolpool.tools/ogp.png">