From 1c7aefa1a782fd7ae98e967e586e0bd8a4a0e1c0 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Tue, 20 May 2025 10:03:19 -0400 Subject: [PATCH] DEV: Remove Top route title for crawlers --- app/controllers/list_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/list_controller.rb b/app/controllers/list_controller.rb index 672f793565098..e28a8ee5cbfa6 100644 --- a/app/controllers/list_controller.rb +++ b/app/controllers/list_controller.rb @@ -340,10 +340,6 @@ def category_none_top @params = { period: period } @rss_description = "top_#{period}" - if use_crawler_layout? - @title = I18n.t("js.filters.top.#{period}.title") + " - #{SiteSetting.title}" - end - respond_with_list(list) end