vjboc Posted June 28, 2010 Posted June 28, 2010 How do add h1 title tags to my products? Wat is the coding and where do I add it? Thanks in advance.
♥14steve14 Posted June 29, 2010 Posted June 29, 2010 I added a contribution to my store called headertags seo which included h1 and h2 tags. It also helped alot with seo as the name suggests. If you have no seo module added to your store, this one does work. If you just need to add the h1 tag code this is the code i have in my product)info.php file <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <?php /*** Begin Header Tags SEO ***/ ?> <td valign="top"><h1><?php echo $products_name; ?></h1></td> <td align="left" valign="top"><h2><?php echo $products_price; ?></h2></td> <?php /*** End Header Tags SEO ***/ ?> </tr> </table></td> What was there before i dont know as i have added multiple add ins to this page. I can only assume that the tags surround where the product name is found. Hope this helps in some way. REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.