• Resolved sam

    (@pastor-nini)


    I put this on the wrong forum the first time. Was in Plugins, Hacks
    Sorry for any inconvenience.

    Hi, first let me say thank you for your help I appreciate your time.
    I ran a meta analyzer on my site and received
    No Title Found
    No Meta Description
    NO
    No
    No
    NO To all.

    This is what my header php looks like
    @ http://whitelighte.com

    Can anyone tell me why this isn’t working?
    Also I am using White Light as Home page

    [code moderated - please use the pastebin for any code over 10 lines]

    The exact code I should use would be very helpful, I'm no code expert. I know enough to get by.

    :)Thank You

Viewing 1 replies (of 1 total)
  • I ran a meta analyzer on my site

    whatever-which-one you were using – try a different one.

    – there is a meta title, and (three ?) meta descriptions and (two ?) meta keywords in your site’s header.

    you seem to have the yoast seo plugin activated – that should be enough for outputting meta data.

    if you use the seo plugin, you could try to remove this section from header.php of your theme (make a backup copy first):

    <meta name="description" content="<?php if ( is_single() ) {
    single_post_title('', true);
    } else {
    bloginfo('name'); echo " - "; bloginfo('description');
    }
    ?>" />
    <meta name="description" content="White .....You?.." />
    <meta name="keywords" content="white ..... holy" />

Viewing 1 replies (of 1 total)
  • The topic ‘Help with Header php title and Meta’ is closed to new replies.