• Resolved pehlavoon

    (@pehlavoon)


    Hi everyone,

    I just downloaded and activated SEO ultimate and for some reason the description tag is empty. These are pages and when I enter something, nothing populates in the code section. I looked everywhere. Here is the code I am using to get my description from SEO ultimate.

    <meta name="description" content="<?php echo get_option('description'); ?>" />

    Am I missing something because it only returns:

    <meta name=”description” content=”” />

    Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • John

    (@johnlamansky)

    SEO Ultimate should add a <meta> description to your site automatically; you don’t need to add any code (unless your theme neglected to include a <?php wp_head(); ?> call in header.php, in which case you’ll need to add that yourself).

    If your theme has a <?php wp_head(); ?> call, make sure the post or page in question has something entered into the “Meta Description” field of the “SEO Settings” section of the post/page editor.

    3r0ss

    (@3r0ss)

    Use all in one SEO pack its much easier and a lot better.

    Thread Starter pehlavoon

    (@pehlavoon)

    Well, I tried it all. <?php we_head(); ?> is there and was always there. I removed the title and description codes in the header and thought the plugin adds the code and it didn’t.

    I tried:
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    and the title came up. So that’s okay but the description is still empty.

    I tried:
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    and still nothing.

    I am at a loss. Please help because it’s literally driving me nuts. Thank you!

    Thread Starter pehlavoon

    (@pehlavoon)

    The problem is solved guys. I simply had to remove and add the plugin again. That did it! 3 hours down the drain.

    Thanks for helping. I really appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SEO ultimate and meta description tag’ is closed to new replies.