diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 49bb3bb44a9a0a3212e6a7a12843a979e35293df..2fc0b676c12f54816cf68de0a7d3b62c5f08e7e1 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -1,7 +1,7 @@
 {{ define "main" }}
   {{ partial "posts/hero-single.html" . }}
 
-  <article itemscope itemtype="https://schema.org/NewsArticle">
+  <section itemscope itemtype="https://schema.org/NewsArticle">
     <meta itemprop="headline" content="{{ partial "PrepareHTML" .Title }}">
     <meta itemprop="url" content="{{ .Permalink }}">
     {{ if .Date }}<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02T15:04" }}">{{ end }}
@@ -28,5 +28,5 @@
         </div>
       </div>
     </div>
-  </article>
+  </section>
 {{ end }}