Wordpress Question?

by 9 replies
11
Why am i getting the following format appearing in the top of firefox browser and in the blue meta title link in google results for my page?

My Keyword >> Blog Archive >>Post Title

I dont understand why im getting the Blog Archive appearing in my post title as i havent seen this in any other pages and what impact does this have on my seo?

thanks
T
#website design #question #wordpress
  • You should look into the header template for your current theme.

    In your Admin Dashboard go to "Appearance" on the left hand side and go to Editor, then on the right hand side look for header.php. Inside of Header.php you can copy the content between <head> </head> tags over here and I will be able to help you out further .

    I personally think it's better for SEO to have PAGENAME - SITENAME rather than the entire hierarchy inside the title.
  • Do you mean the permalink? If so, in WP-Admin area, under settings, click on permalink then select custom permalinks. Write "/%postname%/" under in Custom Structure field.
    • [1] reply
  • [DELETED]
  • Go through this page, all your problems will be solved..

    Function Reference/wp title « WordPress Codex
  • Thanks for all the replies.

    F.a.o, FraserJilani

    I have the following code in header2.php

    <head profile="XFN 1.1 profile">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    I also have the same code in header.php

    I am already using the correct permalinks structure for the post titles. I basically want the actual text i type into the meta title field in Platinum seo or any other plugin to appear in the blue title link in google results not the blog archive wording.

    thanks, please advise.

    T
  • Your title should be overwritten by the plugin, as it isn't working I would suggest using Yoast's SEO plugin. It is simply the best . Download it here -> WordPress SEO Plugin - Search Engine Optimization Plugin - Yoast . It will even tell you whether your titles are rewrite-able or not in their current state and there is even an option to force rewrite .

    Let me know how it goes & good luck!
  • Thanks FraserJilani, i will try the plugin.

    and thanks for you input Kyle.

    Mr T
    • [1] reply
    • FraserJilani

      I have installed the Yoast Wordpress SEO plugin, i think it is this one you are referring to?

      Secondly how do i check the option to force rewrite the title. I have added the text i need and its appearing in the SEO field of the plugin, but i wont be 100% sure until google caches the new page.

      Also the date appears in this field in this format 7 July and then my text follows in the SEO Title field.

      How do i remove the date appearing in this field?

      thanks for your help again
      T

Next Topics on Trending Feed

  • 11

    Why am i getting the following format appearing in the top of firefox browser and in the blue meta title link in google results for my page? My Keyword >> Blog Archive >>Post Title