When setting title and content data attributes, does anyone know if it's valid to have a element marked as a title inside of an element marked as content and will it have a negative impact on the NLP analysis?
e.g.
<div class="Hero-Block" data-epi-type="content">
<h1 data-epi-type="title">Text to be recognised as the title</h1>
<p>First line of intro text to be treated as content</p>
<p>Second line of intro text to be treated as content</p>
</div>
When setting title and content data attributes, does anyone know if it's valid to have a element marked as a title inside of an element marked as content and will it have a negative impact on the NLP analysis?
e.g.