I am trying to optimize a site for SEO, using WordPress and the Enfold theme.
The theme is generating an extra <h1>
tag with the class of page-title
For example:
<h1 class="page-title"> </h1>
I have looked in every theme file imaginable and can’t find the culprit anywhere.
The site is fivestarmusic.com.au
2
Answers
Basically, that header is under your WooCommerce template, possibly under your theme folder. You need to look for that here:
It should be under this folder, name Category.php or similar.
Modify function-enfold.php, and look for this code:
Replace it with: