mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add noindex header to tags pages (#9748)
This commit is contained in:
@@ -24,6 +24,8 @@ class TagsController < ::ApplicationController
|
||||
|
||||
before_action :fetch_tag, only: [:info, :create_synonyms, :destroy_synonym]
|
||||
|
||||
after_action :add_noindex_header
|
||||
|
||||
def index
|
||||
@description_meta = I18n.t("tags.title")
|
||||
@title = @description_meta
|
||||
|
||||
Reference in New Issue
Block a user