SEO for dynamic site

Discussion in 'Search Engine Optimization' started by fadetoblack, Mar 2, 2007.

  1. #1
    One of our clients have a price comparison website , This is a dynamic site and I never worked with many dynamic sites before was thinking would the SEO procedure differ from the normal static sites ?
     
    fadetoblack, Mar 2, 2007 IP
  2. haentz

    haentz Peon

    Messages:
    78
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I find it a lot easier to do onpage optimization for dynamic sites, since you only have to set up a few templates, pull your keywords from a DB or whatever and automatically (but carefuly ;) ) put them in your title, meta-tags and spread them over your content.
    One thing you should do, is set up good and structured rewriting rules, to get nice URLS indstead of URLS cluttered with request parameters.

    Kind regards, Hans
     
    haentz, Mar 2, 2007 IP
  3. jaguar-archie2006

    jaguar-archie2006 Banned

    Messages:
    631
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can do URL rewrite to convert the dynamic into static.
     
    jaguar-archie2006, Mar 2, 2007 IP
  4. djrishi

    djrishi Well-Known Member

    Messages:
    1,243
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    100
    #4
    do on page optimization.
    mod rewrite
    make static page & put dynamic links there
     
    djrishi, Mar 2, 2007 IP
  5. dam_sid

    dam_sid Banned

    Messages:
    241
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    for dynamic site, table name, fields name db name URL re-writing etc you can do apart from On page optimisation and Off page optimization.
     
    dam_sid, Mar 2, 2007 IP
  6. seojig

    seojig Well-Known Member Affiliate Manager

    Messages:
    1,122
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    140
    #6
    u can make url redirect that is what i m doing with my site.i have created htaccess file and write all rewrite rule for redirecting the dynamic pages to static one.
     
    seojig, Mar 2, 2007 IP
  7. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #7
    Just make sure that the page can be accessed by general users and are not tagged with session ids :)
     
    KC TAN, Mar 2, 2007 IP
  8. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    you can use mod_rewrite or run your PHP using HTML by declaring some commands in your .htaccess
     
    boyponga, Mar 2, 2007 IP
  9. fadetoblack

    fadetoblack Peon

    Messages:
    416
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thank you ..also ..would u submit the sitemap to google webmasters , and would that be after the mod_rewrite ?
     
    fadetoblack, Mar 3, 2007 IP
  10. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Yep, it is better if after mod_rewrite
     
    boyponga, Mar 5, 2007 IP
  11. WebGeek182

    WebGeek182 Active Member

    Messages:
    510
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    95
    #11
    Definitely agree with all who are mentioning search engine friendly URL's. That's very important for dynamic sites.

    Yes, after the rewrite.
     
    WebGeek182, Mar 5, 2007 IP
  12. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #12
    It depends on the site. Badly written dynamic sites can throw up a lot of problems, such as duplicate content, badly written URLS (especially if they include session IDs), uniform meta tags and poor link structure can all be issues.

    Like I said, it depends on the individual site though.
     
    MattUK, Mar 5, 2007 IP
  13. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #13
    Just how dynamic is it? If it's using session IDs in the query string then you will have problems
     
    frankcow, Mar 5, 2007 IP