Wie implementiere ich den „noindex“-Header für Tag-Seiten?

Wie implementiert man den „noindex“-Header für Tag-Seiten?

Derzeit verwende ich die Version „2.6.0.beta1“, konnte den „noindex“-Header auf Tag-Seiten jedoch nicht finden.

Diese „noindex“-Funktion wurde in der folgenden Version eingeführt:
Discourse 2.5.0.beta5 Release Notes - #2 by jomaxro

  • Hinzufügen des noindex-Headers für Tag-Seiten
  • Hinzufügen des noindex-Headers für Abzeichen, Gruppen und /my-Seiten

Es gibt nichts, was Sie tun müssen, um es zu implementieren. Es ist standardmäßig enthalten. Ich sehe es hier auf Meta ganz deutlich:

~$ 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

Wie testen Sie die Header?

@jomaxro Vielen Dank für deine freundliche Unterstützung.

Ja, wir haben im Header “noindex” gefunden.