From 1b43c209eb8a0630a8c17d25dfdc79b1e6133a1a Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Sat, 11 Feb 2017 18:44:40 +0530 Subject: [PATCH] 'Article' to 'DiscussionForumPosting' schema type topic => https://meta.discourse.org/t/invalid-article-schema/57037 Replacing '[Article](https://schema.org/Article)' schema type with '[DiscussionForumPosting](https://schema.org/DiscussionForumPosting)' --- app/views/topics/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 4e1b80972a9..d064f79d864 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -42,7 +42,7 @@ <%- if include_crawler_content? %> <% @topic_view.posts.each do |post| %> -
+
<% if (u = post.user) %>