fix(seo): 内部リンク末尾スラッシュ統一 + 設定画面にブログリンク追加 - #60
Merged
Conversation
- 全内部リンクを末尾スラッシュ付きに統一(GSCリダイレクト検出対策) - sitemap.xml から /login/ を除外(noindex ページ) - 設定画面フッターにブログリンクを追加(ログイン後もブログへアクセス可能に) - i18n に settings.blog キーを追加(ja/en/id)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
変更内容
末尾スラッシュ統一(GSCリダイレクト対策)
trailingSlash: trueなのに/blogのようなスラッシュなしリンクが残っており、Firebase Hosting が 301 リダイレクトを返していた。全内部リンクを/blog/形式に統一。対象: LoginForm, ChangelogPage, IntakeForm, DemoBanner, LandingPage, UpdateModal, SettingsPage
sitemap.xml から /login/ 除外
認証ページは noindex 対象なので sitemap に含めるべきではない。
設定画面にブログリンク追加
ログイン後のユーザーがブログにアクセスする導線がなかった。設定フッターに「開発者ブログ」リンクを追加(ja/en/id 多言語対応)。
テストプラン
npx next build --webpackが通る