Will Global Header affect SEO and meta tags

Discussion in 'Search Engine Optimization' started by Mr Happy, Oct 5, 2009.

  1. #1
    I've just made my first proper website and to make my life easier for updating stuff I've made a header.php file which I include in ever page. It contanins the navbar and also all the meta tags.

    I'm just wondering if this is bad pratice as every page has the same few keywords, description etc. Should I get rid of it and have unique keywords and description relevant to each page or is it worth the extra hassel as I know Google pretty much ignores them.

    Site in question is http://linkzbot.com/
    Any thoughts?
     
    Last edited: Oct 5, 2009
    Mr Happy, Oct 5, 2009 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you pull the META data for each page from a database and have PHP parse it on the corresponding pages then you won't have that problem.
     
    Dan Schulz, Oct 5, 2009 IP
  3. Mr Happy

    Mr Happy Greenhorn

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    20
    #3
    ya that's true and it's what most other site's do I think. It's a bit of work though as I'm not the best or fastest at coding but I'll look into it. Thanks :)
     
    Last edited: Oct 5, 2009
    Mr Happy, Oct 5, 2009 IP
  4. webdev007

    webdev007 Active Member

    Messages:
    1,037
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    88
    #4
    It will be better (than nothing) if you can make them unique but if it costs you a lot (in terms of effort) then its also not that important and you can ignore them. There are many site that appears in top SERPs with no meta info, with same meta info and with unique meta info.
     
    webdev007, Oct 5, 2009 IP
  5. Mr Happy

    Mr Happy Greenhorn

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    20
    #5
    ''q'', don't follow you sorry.
     
    Mr Happy, Oct 5, 2009 IP
  6. einfoway

    einfoway Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #6
    You can do this 2 things....

    1) Remove meta tags like keywords and description tags google will take it from your contents.

    2) other then that i do for most of my projects is use variables in your header like $title, $keywords etc etc and then assign the values to these variables as per per on every page
     
    einfoway, Oct 5, 2009 IP
  7. karpok

    karpok Active Member

    Messages:
    325
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #7
    yeahm headers effects the seo.

    Title, meta description both are very important for seo. But, the remaining are not that much important. If you have a good content following keyword dencity, you can manage without description also. But, description is recommended.
     
    karpok, Oct 5, 2009 IP