Here have a handy solution for non-technical Genesis users. Just drop this single line of code in your functions.php file and see the magic.
1 2 |
//* Removing the H1 tag from home site title add_filter( 'genesis_pre_get_option_home_h1_on', '__return_true' ); |
Sebastian says
Reason is simple. Having H1 tag in site title causes entire website to have two H1 tags on every page. This is bad for SEO.
Josephine says
Perhaps a stupid question but why do you want to remove H1 from the home site title?
Paul says
This is not for me :). But users are asking this on SP forum. So I wrote for them. Not sure why ther are wanting it.