Skip to content

Commit 6059a93

Browse files
committed
Add schema.org itemscope for article
1 parent aff1a6c commit 6059a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/content/layouts/article.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= render "application/skip_to_content" %>
22
<%= render_layout "application" do %>
3-
<article>
3+
<article itemscope itemtype="http://schema.org/Article">
44
<%= render Pages::Header.new(
55
title: current_page.data.title!,
66
description: current_page.data.description,

0 commit comments

Comments
 (0)