• Hello friends,

    I would kindly ask you if you could help me out. I have encountered a problem: The Description and Keywords from a page “contact-us” Override the index (homepage) description and keywords. Meaning if I type in the google engine my webpage name, I get the correct title but description is from the page. I would be extremely grateful if someone could check it out for me since I have spent much time trying to figure it out but with no luck.
    My Blog: http//:www.aboutalien.com

    The same is evident if you go on the latter webpage and inspect it with any “Meta SEO Inspector”. In that case the description and keywords from the contact-us page appear precedent to those of the index page (like I would have 2 descriptions and 2 packs of keywords).

    Best Regards,

    Kapsl

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kapsl

    (@kapsl)

    I forgot to mention that it does not override only the Index page, but also every other page or post… ??

    Thread Starter kapsl

    (@kapsl)

    https://www.aboutalien.com

    I messed the link up there, sorry.

    Thread Starter kapsl

    (@kapsl)

    Ok, I have found out that my theme was overwriting it: this is what I have found in the header.

    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="keywords" content="<?php echo get_option('designpile_keywords'); ?>" />
    <meta name="description" content="<?php echo get_option('designpile_description'); ?>" />

    Could someone please write down the default meta and description code so I can replace these ones…Would this be fine?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Description and Keywords from a page Override the index (homepage) ones’ is closed to new replies.