add meta mainEntry attr for autor template too
This commit is contained in:
parent
75b5341232
commit
86d0ae2aa4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ get_header();
|
|||
<section id="primary" class="content-area">
|
||||
<main id="main" class="site-main">
|
||||
|
||||
<article class="entry user-profile">
|
||||
<article class="entry user-profile" itemprop="mainEntity" itemtype="https://schema.org/Person" itemscope>
|
||||
<div class="entry-content">
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue