mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 08:00:45 +08:00
'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)'
This commit is contained in:
parent
675cb1c715
commit
1b43c209eb
|
@ -42,7 +42,7 @@
|
||||||
<%- if include_crawler_content? %>
|
<%- if include_crawler_content? %>
|
||||||
|
|
||||||
<% @topic_view.posts.each do |post| %>
|
<% @topic_view.posts.each do |post| %>
|
||||||
<div itemscope itemtype='http://schema.org/Article'>
|
<div itemscope itemtype='http://schema.org/DiscussionForumPosting'>
|
||||||
<% if (u = post.user) %>
|
<% if (u = post.user) %>
|
||||||
<div class='creator'>
|
<div class='creator'>
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user