Hello,
first of all I’d like to ask you guys what’s the difference between
<h1 itemprop="headline">TEXT</h1>
and
<h1 class="entry-title" itemprop="headline">TEXT</h1>
Is class="entry-title" doing something in itself (by default), or must I first add some custom CSS for that class?
Secondly, I’d like to know whether adding multiple H1 with itemprop="headline" or class="entry-title" itemprop="headline" on ONE page would affect SEO in a negative way?
I know from video bellow, that having multiple H1 (if not too many) won’t, but I’m not sure whether itemprop="headline" or class="entry-title" itemprop="headline"should be kept one per page.
Video