Hi Guys Is any ways to optimize Dynamic website ?

Discussion in 'Search Engine Optimization' started by stevepat, May 1, 2008.

  1. #1
    Guys I have client who's website is dynamic but site is huge more than 50 pages are .. but he is not able to come up very well in Google and MSN. The problem is he is using User control for every page and updating the link and if session is not create it will redirect page to Index. I told him to fix it but he wants user control be used as it will help in coding and adding multiple pages. If we create session every time it will connect to Database which will lead to lower performance of website.

    SO now tell me how can we make it look like static and crawled by Google so as too make its visible and come up in SE's ...
    :(
     
    stevepat, May 1, 2008 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    He can start by using search engine friendly URLs, avoiding session IDs and server-issued cookies for starters. As for the user control, I'm going to presume that these pages are created specifically for users who are logged in - in which case your client is pretty much screwed as far as those pages are concerned.

    If the content is for subscribers (such as an article), you could have him write a summary of the article that everyone (including search engines) can read, and then include a link to a login page that is blocked by the robots.txt file that tells them to register/log in to read the whole article. But that's just one kind of example.

    What is the site in question? I won't be here for a couple days, but I'll be more than happy to give out some specific advice when I return.
     
    Dan Schulz, May 1, 2008 IP
  3. Loy Maben

    Loy Maben Peon

    Messages:
    298
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  4. stevepat

    stevepat Peon

    Messages:
    316
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you for the information
     
    stevepat, May 2, 2008 IP
  5. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #5
    Page specific meta data is quite helpful in this situation.

    Nigel
     
    Nigel Lew, May 2, 2008 IP
  6. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #6
    Hello,
    They can use to re write the url with htaccess.
    Ref: httpd.apache.org/docs/1.3/howto/htaccess.html

    Best,
    Jakomo
     
    jakomo, May 2, 2008 IP