Replacing h2 with h1 on single content items for SEO
This commit is contained in:
parent
8a1e59e2c2
commit
9112bc49df
|
@ -12,7 +12,7 @@
|
|||
|
||||
<header class="page-header">
|
||||
|
||||
<h2 class="page-title"><?php _e( 'Nothing Found', 'understrap' ); ?></h2>
|
||||
<h1 class="page-title"><?php _e( 'Nothing Found', 'understrap' ); ?></h1>
|
||||
|
||||
</header><!-- .page-header -->
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<header class="entry-header">
|
||||
|
||||
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
|
||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<header class="entry-header">
|
||||
|
||||
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
|
||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||
|
||||
<div class="entry-meta">
|
||||
|
||||
|
|
Reference in New Issue