diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
index 8890e9a88..afefabf18 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
@@ -18,8 +18,8 @@ $sections = array(
 );
 
 $widget_args = array(
-	'before_title' => '<h3 class="widget-title">',
-	'after_title'  => '</h3>',
+	'before_title' => '<h2 class="widget-title">',
+	'after_title'  => '</h2>',
 );
 
 get_header();
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
index 48a75d4b3..e46fc7551 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
@@ -23,7 +23,7 @@ $tested_up_to = (string) get_post_meta( $post->ID, 'tested', true );
 		</a>
 	</div><div class="entry">
 		<header class="entry-header">
-			<?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?>
+			<?php the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); ?>
 		</header><!-- .entry-header -->
 
 		<?php echo wp_kses_post( Template::get_star_rating() ); ?>
