Support » Themes and Templates » Too many tags

  • Resolved scotchpotch

    (@scotchpotch)


    Hi

    I am using SEO Doctor as a Firefox plugin and it checks my tags, title, etc.

    It keeps telling me that I am using more than one <h1> on my Welcome page – I’ve checked through the source code and can only find one.

    The theme is the excellent Arjuna X.

    My blog is http://scotchpotch.com

    I would appreciate it if someone could look at this and tell me where the extra <h1> is coming from (possibly a plug-in?)

    It may well be that SEO Doctor is not reporting correctly.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • <div class="postHeaderCompact"><div class="inner">
    				<a href="http://scotchpotch.com/" title="Permalink to Welcome"><h1 class="postTitle">Welcome</h1></a>
    Thread Starter scotchpotch

    (@scotchpotch)

    Hi alchymyth – thanks for your prompt reply.

    Forgive me ignorance, where did you find this code? Where can I edit the permalink code?

    Thanks

    it is from the html in thebrowser, from your link.

    i assume therefore, that it could be from index.php;

    look for:

    <div class="postHeaderCompact"><div class="inner">

    to find the section.

    the permalink is generated dynamically by the theme.

    the whole section will probably look something like this in the index.php:

    <div class="postHeaderCompact"><div class="inner">
    				<a href="<?php the_permalink(); ?>" title="Permalink to <?php the_title(); ?>"><h1 class="postTitle"><?php the_title(); ?></h1></a>
    Thread Starter scotchpotch

    (@scotchpotch)

    Thanks for your help alchymth – I found it in the page.php as you described, changed <h1> to <h2>, ran Firefox, checked with SEO doctor and the SEO friendly percentage rose to 100& (it was 86% previously).

    That was a great help.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Too many tags’ is closed to new replies.