Jol Posted May 14, 2010 Share Posted May 14, 2010 Hello! Does anyone know how to change the category headings to H1 instead of pageHeading? Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2010 Share Posted May 14, 2010 Jol, Change it from this: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> to something like this: <td><h1><?php echo HEADING_TITLE; ?></h1></td> Chris Link to comment Share on other sites More sharing options...
MrPhil Posted May 14, 2010 Share Posted May 14, 2010 Are you doing this for supposed SEO results? Whether H1 text helps or not is a subject of great debate. http://searchengineland.com/36-seo-myths-that-wont-die-but-need-to-40076 . If you were writing a site from scratch, and had a choice of using H1 tags or not, you might choose to use them. But it's probably a waste of time to rewrite a site like osC to output H1 tags where there weren't any. If you're convinced that H1 will help, consider adding them, but use CSS to control the appearance. Google, et al., revise their algorithms all the time. Even if they did use to weight H1's more heavily, they might not still do so. Frantically adding H1 tags according to old SEO lore is probably a waste of time. Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2010 Share Posted May 14, 2010 That's good to know Phil. I know that there are many contributions available here that emphasize the H1 tag for SEO improvement. Chris Link to comment Share on other sites More sharing options...
Jol Posted May 15, 2010 Author Share Posted May 15, 2010 In which file do I need to change this? I guess it is in the index.php file, but which one. The index.php file directly in the root or? Jol, Change it from this: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> to something like this: <td><h1><?php echo HEADING_TITLE; ?></h1></td> Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.