Support » Plugins » All in One SEO Pack – Home title doesn't appear

  • Hi Everyone,

    I installed All in One SEO and I’m having trouble using it. I added a home title and a home description but it doesn’t appear in Google. It appears the name of my company – home and the home description is the beginning of a text I have on the homepage. How can I fix that?

    Can it be because of that code?

    <head profile=”http://gmpg.org/xfn/11″&gt;

    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }

    elseif (is_single() ) { single_post_title(); }

    elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }

    else { wp_title(”,true); } ?></title>

  • The topic ‘All in One SEO Pack – Home title doesn't appear’ is closed to new replies.