Hello Jesse,
You are using Blank - No Container | Header, Footer page template. This template do not display any page title on the page so there is no way that the <h1>
of the page title is causing the issue because it is not hidden and it is not being displayed on the page.
<?php
// =============================================================================
// VIEWS/INTEGRITY/TEMPLATE-BLANK-4.PHP (No Container | Header, Footer)
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
// =============================================================================
get_header();
?>
<div class="x-main full" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
</article>
<?php endwhile; ?>
</div>
<?php get_footer(); ?>
I already checked the page source and there is only one <h1>
on the page.
And I have checked the accordion items and you are now using h3:
Have you clear your WP Rocket already? Maybe the Yoast plugin is checking the cache version of the page. Please clear your caches or temporarily deactivate WP Rocket or any caching plugin and check the Yoast plugin again.
Hope this helps.