kapsl
Member
Posted 10 months ago #
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
kapsl
Member
Posted 10 months ago #
I forgot to mention that it does not override only the Index page, but also every other page or post... :(
kapsl
Member
Posted 10 months ago #
http://www.aboutalien.com
I messed the link up there, sorry.
kapsl
Member
Posted 10 months ago #
Ok, I have found out that my theme was overwriting it: this is what I have found in the header.
<head profile="http://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.