diff --git a/templates/blog/card.html b/templates/blog/card.html
index d15c73c65e789eef61d3b3ba09ef1a04bb751623..215b9c410d35fdec0e2a704f1ab2f130bb6e0bc4 100644
--- a/templates/blog/card.html
+++ b/templates/blog/card.html
@@ -1,4 +1,4 @@
-          <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPosting">
+          <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPost">
             {% if post.extra.microdata.about %}
             {% for about in post.extra.microdata.about %}
               <meta property="schema:about" href="{{ about }}" />