タグページに「noindex」ヘッダーを実装する方法

「noindex」ヘッダーをタグページに実装する方法は?

現在「2.6.0.beta1」バージョンを使用していますが、タグページに「noindex」ヘッダーが見つかりません。

この「noindex」機能は以下のバージョンでリリースされました。
Discourse 2.5.0.beta5 Release Notes - #2 by jomaxro

  • タグページへの noindex ヘッダーの追加
  • バッジ、グループ、および /my ページへの noindex ヘッダーの追加

実装のために何もする必要はありません。デフォルトで含まれています。私はここで Meta でも確かに確認できます:

~$ curl -X GET -I https://meta.discourse.org/tag/pr-welcome
HTTP/2 200 
date: Tue, 18 Aug 2020 10:35:08 GMT
content-type: text/html; charset=utf-8
server: nginx
vary: Accept-Encoding
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
x-download-options: noopen
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
x-discourse-route: tags/show
x-robots-tag: noindex
cache-control: no-cache, no-store
content-security-policy: base-uri 'none'; object-src 'none'; script-src https://meta.discourse.org/logs/ https://meta.discourse.org/sidekiq/ https://meta.discourse.org/mini-profiler-resources/ https://d11a6trkgmumsb.cloudfront.net/assets/ https://d11a6trkgmumsb.cloudfront.net/brotli_asset/ https://meta.discourse.org/extra-locales/ https://d3bpeqsaub0i6y.cloudfront.net/highlight-js/ https://d3bpeqsaub0i6y.cloudfront.net/javascripts/ https://d3bpeqsaub0i6y.cloudfront.net/plugins/ https://d3bpeqsaub0i6y.cloudfront.net/theme-javascripts/ https://d3bpeqsaub0i6y.cloudfront.net/svg-sprite/ https://www.google-analytics.com/analytics.js; worker-src 'self' https://d11a6trkgmumsb.cloudfront.net/assets/ https://d11a6trkgmumsb.cloudfront.net/brotli_asset/ https://d3bpeqsaub0i6y.cloudfront.net/javascripts/ https://d3bpeqsaub0i6y.cloudfront.net/plugins/
x-discourse-cached: true
x-request-id: b8644a71-b0b0-41fb-828f-78df6b7c7800
x-runtime: 0.002249
x-discourse-trackview: 1
strict-transport-security: max-age=31536000

ヘッダーのテストはどのように行っていますか?

「いいね!」 1

@jomaxro ご支援いただきありがとうございます。

はい、ヘッダーに「noindex」が見つかりました。

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.