SEO php website

Discussion in 'Search Engine Optimization' started by animatronico, Aug 9, 2006.

Thread Status:
Not open for further replies.
  1. #1
    I got some ready made php website and I would like to know is it possible to ad meta tags and description to it? how to optimaze a php script is possible?
     
    animatronico, Aug 9, 2006 IP
  2. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's hard to say without seeing the script. Does it have a header include or anything similar?
     
    1EightT, Aug 9, 2006 IP
  3. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #3
    yes its possible and pretty normal thing to do. :)
    because no matter what server side language you use (in current case php) output is always rendered in client side language which is html and some client scripts like javascript,vbscript etc.
     
    Mong, Aug 9, 2006 IP
  4. Farkas

    Farkas Well-Known Member

    Messages:
    389
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Like mong said, it's possible.
    At work we use include in the head tags and link them to one html file which has the meta tags for every page and id's.
     
    Farkas, Aug 9, 2006 IP
  5. Saiyanora

    Saiyanora Peon

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you are using postnuke you can get a plugin to write dynamic descriptions/keywords based on the content. Other php based systems should have similar plugins for SEO purposes.
     
    Saiyanora, Aug 9, 2006 IP
  6. spyrochan023

    spyrochan023 Banned

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Just put a html code in your page. PHP script are not crawlable by bots.
     
    spyrochan023, Aug 10, 2006 IP
Thread Status:
Not open for further replies.