• Hi,

    I would like my home page page title and other meta tags to be completely unique and not be repeated on domain.com/page/2/ and page/3/ and so on.

    Any way to accomplish that?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes

    install the All In One SEO plugin

    http://wordpress.org/extend/plugins/all-in-one-seo-pack/

    Jeremy

    (@jeremiahhenson)

    You can also use PHP to set up an if/else statement, like…

    <title>
    
    <?php if (is_home()) { ?>
    Whatever title you wanted goes here
    
    <?php } else { ?>
    <?php bloginfo('name') ?>
    
    <?php } ?>
    
    </title>
    Thread Starter wordpress-explorer

    (@wordpress-explorer)

    Hi Guys,

    @ stvwlf:
    I’m using the Headspace2 plugin, and like the All in One SEO Pack it provides you the option to define a page title, description, keywords tag for the home page…but it does not provide an option to define page titles for your inner index pages or make a TRULY unique home page title and description/keywords tag.

    @jeremiahhenson:

    That sounds like a possibility, i could perhaps define the home page title, description, keyword metas using Headspace2 and hopefully with your method it will override Headspace for the home page, and have Headspace take over for the inner index pages.

    I’ll let you know how it works out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Create a Completely Unique Page Title For The Homepage Of Your Blog?’ is closed to new replies.