cancel
Showing results for 
Search instead for 
Did you mean: 

Product Page Multiple H1

SOLVED

Product Page Multiple H1

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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Product Page Multiple H1

@AP_broman

 

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.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

View solution in original post

2 REPLIES 2

Re: Product Page Multiple H1

@AP_broman

 

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.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Product Page Multiple H1

Problem solved.