Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • q1234321 Friend
    #154756

    From SEF/SEO point of view, the most important tag on a webpage is H1.

    Therefore, I am very surprised to see that when you use the H1 tag for an article/page title we unexpectedly have two H1 tags on a page – one for website Logo Image/Text and one for the page title. This is not recommended because it is very confusing for all spiders and Search Engines resulting in decrease of page PR. Simply speaking page cannot have two H1 tags!

    Because the page title is more important than a Logo Image/Text, question is – How to depreciate the Website Logo Image/Text H1 tag to H2, so that page would have only one H1 tag for the page?
    In fact the logo should not have any tag!

    gray Friend
    #357112

    For me only logo has H1, article’s title is H2.

    As regards logo – to change see templatesja_teline_iiilayoutsblocksheader.php

    <div class=”logo-text”>
    <h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>

    about article titles – templatesja_teline_iiihtmlcom_contentarticledefault.php
    [php]
    <?php if ($this->params->get(‘show_page_title’, 1) && $this->params->get(‘page_title’) != $this->article->title) : ?>
    <div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”><?php echo $this->escape($this->params->get(‘page_title’)); ?></div>
    <?php endif; ?>
    [/php]
    I don’t see H2 tag here, it seems to be taken by $this->params->get(‘page_title’)

    q1234321 Friend
    #357113

    <em>@gray 196076 wrote:</em><blockquote>For me only logo has H1, article’s title is H2.</blockquote>

    This is exactly what I am talking about. This should be opposite.
    The article’s title should be H1 and logo should be H2.
    In fact the logo should not have any tag!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  q1234321 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum