From fb056ae7193b726215f519df855b0effd88c3b7f Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 3 Jan 2024 09:37:04 +0530 Subject: [PATCH] FIX: add required metadata schema for subsequent pages (#25102) This commits adds missing metadata schema for subsequent pages (?page=2) https://meta.discourse.org/t/discussion-forum-schema-improvements/287347/21 --- app/views/topics/show.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 8e8fd4f9d4a..dc343f2162b 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -50,6 +50,15 @@ <% end %> + <% if @topic_view.prev_page %> + + + + <% end %> + <% @topic_view.posts.each do |post| %> <% if (u = post.user) %>
class='topic-body crawler-post'>