Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

シングルページにアクセスしたらリダイレクトする #8

Open
fumikito opened this issue Aug 30, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@fumikito
Copy link
Contributor

  • 現在はthe_contentフィルターで注意書きを表示している
  • リダイレクトする指定になっていたら、301リダイレクトする
@waviaei
Copy link
Member

waviaei commented Jan 7, 2025

@fumikito
#5 から

external link が設定されている場合、そのページは caoninical リンクをheadに出します

あるプロジェクトでは canonical リンクが上書きされずそのまま出力されているので調査確認します。Yoast SEO と関連性の可能性あり。

リダイレクトしないのは、その個別ページにアクセスするのは検索エンジンなどが多いはずなので、わざわざリダイレクトするまでもないかと判断してのことです。

検索エンジンがクロールするとインデックスしてしまい、検索結果にでてくる事例がでてきました。


  1. 301 リダイレクト
  2. canonical を変更する
  3. noindex をつける

SEO的にも、UX的にも1番のリダイレクトがよさそうです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants