Magento ver. 1.9.3.4
On all of my product pages I am seeing two separate H1 tags and obviously for SEO purposes, I only want one... These are displaying:
<div class="product-img-box">
<div class="product-name">
<h1>Product Name</h1>
</div>
and
<div class="product-shop">
<div class="product-name">
<span class="h1"><h1>Product Name</h1></span>
</div>
I have been digging into my FTP and can't seem to find the file to make this change or know how to do it. Has anyone else ran into this problem? If so, how do I fix it? My site hasn't been indexing that great by Google and I think that this could be one problem that can be easily fixed. Look forward to hearing some feedback.
Solved! Go to Solution.
Hi,
Look for the templates under "app\design\frontend\<YOUR-THEME-NAME>\default\template\catalog\product". Make sure you are looking under you theme folder. Depend on the location of H1 you can find it under different or same template.
Problem Solved? Give Kudos and accept answer as solution.
Hi,
Look for the templates under "app\design\frontend\<YOUR-THEME-NAME>\default\template\catalog\product". Make sure you are looking under you theme folder. Depend on the location of H1 you can find it under different or same template.
Problem Solved? Give Kudos and accept answer as solution.
Problem solved.