Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta property="og:url" content="https://globalnomad-team6.vercel.app" />
<meta
property="og:image"
content="https://globalnomad-team6.vercel.app/GlobalNomad.webp" />
content="https://globalnomad-team6.vercel.app/globalnomad.webp" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For compliance with the Open Graph protocol, it's recommended to include the og:image:secure_url meta tag when your page is served over HTTPS. This ensures that your social media preview image is displayed correctly on all platforms.

Please add the following tag after the og:image definition:

    <meta property="og:image:secure_url" content="https://globalnomad-team6.vercel.app/globalnomad.webp" />

<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="ko_KR" />
Expand All @@ -28,7 +28,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GlobalNomad | 글로벌 액티비티 예약 플랫폼" />
<meta name="twitter:description" content="전 세계 액티비티·체험을 한 번에 예약하세요." />
<meta name="twitter:image" content="https://globalnomad-team6.vercel.app/GlobalNomad.webp" />
<meta name="twitter:image" content="https://globalnomad-team6.vercel.app/globalnomad.webp" />

<link
rel="stylesheet"
Expand Down