Dynamic content question

Discussion in 'Search Engine Optimization' started by NoamBarz, Jun 28, 2007.

  1. #1
    I'm building a website and I would like to display items according to their category. The item data is stored into a database. I have two alternatives:

    1. Have a page that receives the category ID in the querystring, searches for the items in the DB and displays.

    2. Have a different page for each category that displays only the data related to that category. There would be multiple pages and no variables would be passed in the querystring.

    Which alternative, in SEO terms is better? Does it matter to search engines if I have 1 or more display pages?

    Are these two URL's seen in SE eyes as two different pages:

    www.mydomain.com?category=1

    www.mydomain.com?category=2
     
    NoamBarz, Jun 28, 2007 IP
  2. jumong79

    jumong79 Banned

    Messages:
    351
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In SEO terms, SEs don't like Dynamic Pages but instead they like static Pages..

    You can URL rewrite your pages to make it SE friendly...:D
     
    jumong79, Jun 28, 2007 IP
  3. mark_kris

    mark_kris Banned

    Messages:
    331
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeap, rewrite your pages in an easy to read manner. it's really hard to optimize a dynamic site but its possible.
     
    mark_kris, Jun 28, 2007 IP
  4. NoamBarz

    NoamBarz Active Member

    Messages:
    242
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    NoamBarz, Jun 28, 2007 IP
  5. jumong79

    jumong79 Banned

    Messages:
    351
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    jumong79, Jun 28, 2007 IP
    NoamBarz likes this.
  6. NoamBarz

    NoamBarz Active Member

    Messages:
    242
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Thanks. Rep added
     
    NoamBarz, Jun 28, 2007 IP
  7. andre75

    andre75 Peon

    Messages:
    1,203
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #7
    andre75, Jun 28, 2007 IP
  8. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #8
    I would suggest approach #1 because its easy to do it in mod rewrite.

    Though it has very very less impact on today's seo specially in Google.
     
    Mong, Jun 28, 2007 IP
  9. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #9
    if you can able to do , you must make sef urls like /category/item-name-id.html . search engines like human readable urls
     
    trichnosis, Jun 28, 2007 IP
  10. BurgerBoy

    BurgerBoy Peon

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I run dynamic php pages written on demand from a mysql database and the SEs go through them and index them just like they do html pages.

    They see no difference between these pages and html pages on my sites.
     
    BurgerBoy, Jun 30, 2007 IP