asp page optimization

Discussion in 'Google' started by smase, Jul 23, 2010.

  1. #1
    i need to create a dynamic .aspx page that diplays records in a grid from sql database
    how to optimize that page for google?
     
    smase, Jul 23, 2010 IP
  2. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #2
    I guess the onpage optimizations are same on all the platforms. Like, tags, keywords, contents etc..
     
    Abhik, Jul 23, 2010 IP
  3. smase

    smase Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    but the content is dynamic, it always changes
     
    smase, Jul 23, 2010 IP
  4. amithab

    amithab Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it is good performence
    thanks and best wishes
    regards,
    phe9oxis
     
    amithab, Jul 24, 2010 IP
  5. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you use querystrings in the URL, G will consider them different pages.

    For example:
    myProductPages.aspx?pid=watches
    myProductPages.aspx?pid=bracelets
    myProductPages.aspx?pid=necklaces

    Have KW rich product descriptions, and generate the page title dynamically:

    <title> <% productName %> </title>

    where productName= watches or bracletes or necklaces
     
    longcall911, Jul 24, 2010 IP