It's strange I have duplicate H1 tags in articles one of them empty and the other with the article heading:
- Code: Select all
<header>
<h1></h1>
<ul><li class="created"><time datetime="2015-04-15T09:51:45+00:00" itemprop="dateCreated">Abril 15</time></li></ul>
<h1 itemprop="name">Name article</h1>
</header>
Any hint?