I'm not sure if this is a php question, my site is php I need meta tags

Discussion in 'PHP' started by Ckrismoney, Aug 17, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Where do I put my meta tags?
    Can I put them in my header file? This is my site
     
    Ckrismoney, Aug 17, 2007 IP
  2. HuggyCT2

    HuggyCT2 Guest

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You just place them in the head tags.
     
    HuggyCT2, Aug 18, 2007 IP
  3. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #3
    Hello,
    Yes...
    <? include fiel.php?>
    <html>
    <head>
    <title> </title>
    META TAGS HERE :)
    </head>
    <body>
    </body>
    </html>
    ---
    ---

    PHP CODE

    ---

    Best,
    Jakomo
     
    jakomo, Aug 18, 2007 IP
  4. tushardhoot1

    tushardhoot1 Active Member

    Messages:
    3,013
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    90
    #4
    You put them as you would in a normal html page, just don't put them between the <? and the ?>
     
    tushardhoot1, Aug 18, 2007 IP
Thread Status:
Not open for further replies.