We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff1a6c commit 6059a93Copy full SHA for 6059a93
app/content/layouts/article.html.erb
@@ -1,6 +1,6 @@
1
<%= render "application/skip_to_content" %>
2
<%= render_layout "application" do %>
3
- <article>
+ <article itemscope itemtype="http://schema.org/Article">
4
<%= render Pages::Header.new(
5
title: current_page.data.title!,
6
description: current_page.data.description,
0 commit comments