Skip to content

Commit decc294

Browse files
committed
Make UserComments a Comment in structured data
1 parent d9dd877 commit decc294

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/helpers/schema_org_helper.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module SchemaOrgHelper
2-
32
def meta_person_schema_url
43
'http://schema.org/Person'
54
end
6-
5+
76
def meta_address_schema_url
87
'http://schema.org/Address'
98
end
@@ -13,7 +12,6 @@ def meta_article_schema_url
1312
end
1413

1514
def meta_comment_schema_url
16-
'http://schema.org/UserComments'
15+
'http://schema.org/Comment'
1716
end
18-
1917
end

0 commit comments

Comments
 (0)