I'm trying to use microformat in my website so Google shows it like I want.
I have this simplified structure :
<h1>Name</h1>
<h2>Ocupation</h2>
<h4>Posted date</h4>
<div>Content<div>
I want both Ocupation and Content to appear in my description on Google. Is it ok if I add itemprop="description" to both elements? Will Google index both the ocupation and the content, or will it index only the Ocupation?