Created
March 28, 2026 14:37
-
-
Save kobitoDevelopment/23735f74ce284ccbc7e233a771cc1ef0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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