i need to create a dynamic .aspx page that diplays records in a grid from sql database how to optimize that page for google?
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