Hi All
http://www.toucandesign.net
I would like a different H1 tag to display on each of my pages vs. the way the index.php code now creates the same H1 tag globally for all pages. This of course if for SEO.
1. Can I make this H1 tag somehow echo the page title?
ie: Index Page would echo its current title: Orlando Graphic Design, Orlando Web Design, Orlando Printing, Designer Orlando, Florida, FL
ie: a page for printing would echo its title: Orlando Print Design, Orlando Print Designer, Orlando Printing Design, Florida, FL
2. Remove the auto H1 tag and leave the current “logo.png” on all pages?
would be editing this code, line 117-123 in /templates/ja_lens/index.php
<!– LOGO –>
<div id=”logo”>
<h1>
<a href=”<?php JURI::base(true) ?>” title=”<?php echo JText::_(‘JA_DESC’); ?>”><span><?php echo JText::_(‘JA_NAME’); ?></span></a>
</h1>
</div>
<!– //LOGO –>
Thanks of course in advance for any assistance from the community.