Skip to content

Commit 691d420

Browse files
committed
Added schema.org microdata for articles and authors
1 parent 8abe15f commit 691d420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/post/show.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora
2121

2222
<div class="col-lg-8 mx-auto">
2323

24-
<main class="post" data-controller="prism">
24+
<main class="post" data-controller="prism" itemprop="articleBody">
2525
<h1 itemprop="headline">{{ $post->title }}</h1>
2626

27-
<x-posts.content :content="$post->content" itemprop="articleBody" />
27+
<x-posts.content :content="$post->content"/>
2828
</main>
2929

3030
<!-- Start Author -->

0 commit comments

Comments
 (0)