Need help with Custom Post Layout Code

Need some help with our main blog landing page using Beaver Builder on site we inherited. It’s setup using Custom Post Layout option and we are receiving missing ‘Headline’ errors on SEO reports. We are using Schema Pro as well and it looks configured fine so can only assume there is something missing in either our HTML or CSS in the Custom Post Layout settings? Any help would be greatly appreciated. Below is our HTML code:

[wpbb-if post:featured_image]
<div class="uabb-post-thumbnail uabb-blog-post-section">
	[wpbb post:featured_image size="thumbnail" display="tag" linked="yes"]
</div>
[wpbb-else]
<div class="uabb-post-thumbnail uabb-blog-post-section">
	<a href="[wpbb post:url]" >
	    <img src="https://oursite.com/wp-content/uploads/2019/07/Image-1.png" />
	</a>
</div>
[/wpbb-if]

<h3 class="uabb-post-heading uabb-blog-post-section">[wpbb post:link text='title']</h3>
<p class="uabb-post-info uabb-blog-post-section">[wpbb post:date format='m/d/y']</p>