I was messing around with something like how to optimize a site which is totally dynamic. The site is basically done with asp. Can any one over here please guide me that how to start with seo(search engine optimization) for a dynamic site. All the pages are dynamic with the extension .asp . So, please guide me for that. Help me out as this will increase my knowledge. Thanks
1. Get rid of query strings (?). ASP has something called "XQASP" - an add-on application that allows the "?" within URL's to be converted to "/" by the web server. Check out this link: http://www.xde.net/products/product_xqasp.htm 2. Implement SEF urls 3. Use a sitemap
Can you please tell me how to remove this "?" from the url of the pages which are called dynamically through programming. And is there any other thing which can be done to improve the SERP's of the dynamic site. Please guide me