mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:20:54 +08:00
FEATURE: allow search engines to index tag pages. (#12248)
Previously, we blocked search engines in tag pages since they may get marked as a duplicate content. * DEV: block tag inner pages from search engines crawling.
This commit is contained in:
@ -23,7 +23,7 @@ class RobotsTxtController < ApplicationController
|
||||
/u
|
||||
/my
|
||||
/search
|
||||
/tag
|
||||
/tag/*/l
|
||||
/g
|
||||
/t/*/*.rss
|
||||
/c/*.rss
|
||||
|
Reference in New Issue
Block a user