META Tags/Description/Keyword placement?

Discussion in 'HTML & Website Design' started by InvestInPixels, Feb 5, 2011.

  1. #1
    Hi guys,

    I need to add Meta Tags, Keywords and Descriptions to my website, but i'm unsure how.

    Is there a code I need to put in all of my PHP files, or just index or header?

    Also, once i've done those, do I need to do something else, i.e make an HTML file with the tags?

    All help is appreciated!

    Thanks
     
    InvestInPixels, Feb 5, 2011 IP
  2. Spidman

    Spidman Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    These days I don't think Google even checks META tags anymore.

    w3schools.com/html/html_meta.asp

    You put the meta tags in your <head></head> part of the page.
     
    Spidman, Feb 5, 2011 IP
  3. InvestInPixels

    InvestInPixels Member

    Messages:
    500
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Heya,

    Is there a <head></head> on a PHP file?
     
    InvestInPixels, Feb 6, 2011 IP
  4. buzenko

    buzenko Peon

    Messages:
    93
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You may place html tag <head></head> into php file.
    Simple way - before first <?php tag.
    But better see your php code.
     
    buzenko, Feb 6, 2011 IP
    InvestInPixels likes this.
  5. InvestInPixels

    InvestInPixels Member

    Messages:
    500
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    45
    #5
    Thank you so much! Problem sorted :).
     
    InvestInPixels, Feb 6, 2011 IP