Skip to content

Instantly share code, notes, and snippets.

@kobitoDevelopment
Created March 28, 2026 14:37
Show Gist options
  • Select an option

  • Save kobitoDevelopment/23735f74ce284ccbc7e233a771cc1ef0 to your computer and use it in GitHub Desktop.

Select an option

Save kobitoDevelopment/23735f74ce284ccbc7e233a771cc1ef0 to your computer and use it in GitHub Desktop.
<head>
<!-- 日本語版ページの場合 -->
<link rel="alternate" hreflang="ja" href="https://example.com/ja/page" />
<link rel="alternate" hreflang="en" href="https://example.com/en/page" />
<link rel="alternate" hreflang="zh" href="https://example.com/zh/page" />
<!-- フォールバック(言語が一致しない場合のデフォルト) -->
<link rel="alternate" hreflang="x-default" href="https://example.com/" />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment