Convert Dynamic URL to Static URL

Discussion in 'Programming' started by sapindia, Jul 21, 2006.

  1. #1
    Hi all,

    Everybody knows Google doesn't accept dynamic URL. So Today Internet Marketing is too more competitive & Google follows only Search Engine friendly sites. So Can anybody tell me any s/w available for convert Dynamic URL to Static URL for asp.net / php / coldfusion.

    For Example -

    Dynamic URL

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=3&txtCodeId=769

    Please use Static URL

    http://www.planet-source-code.com/xq/ASP/txtCodeId.769/lngWId.3/qx/vb /scripts/ShowCode.htm

    All suggestion are welcome.
     
    sapindia, Jul 21, 2006 IP
  2. aras

    aras Active Member

    Messages:
    533
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #2
    It is done by mod_rewrite on Apache servers. Dont know the solutions for IIS.
     
    aras, Jul 22, 2006 IP
  3. SexualChocolate

    SexualChocolate Peon

    Messages:
    111
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, mod_rewrite in the .htaccess file (if youre using apache).

    I may be really dumb, but I thought google could crawl dynamic URLS these days.

    But I guess, regardless, I always use SEO friendly URLS
     
    SexualChocolate, Jul 22, 2006 IP
  4. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Google has always been able to crawl dynamic URLs, the issue has been that googlebot will not crawl a dynamic page from a dynamic page, but would crawl a static page from a dynamic page, and vice versa. Things were done that way to avoid falling into a blackhole and crawling every option in a dynamic page as a new page. No clue if this is how it still works.
     
    DrMalloc, Jul 22, 2006 IP