hi, what is the best way you used to optimize asp.net site ? it calls from database and all of course aspx... does building sitemap help? thanks
The only difference is that you would probably have to dynamically generate things like page titles and meta tags. Be sure that every page has a unique title and meta description. In the end, your server still outputs html code for the search engine spiders to crawl. So it doesn't matter if you are using asp.net or pure html.
asp is not recommended by seo specialists because google doesnt crawl it good. best for SEO is using html or php
Ok ignore these guys who say asp or asp.net is not recommended for seo. Those are ignorant statements with nothing to back them up. asp is a server side programming language...meaning that the code is processed on the server and html code is output to the browser or search engine spider. So it outputs the same as an html file. The search engines do not treat dynamic pages any differently than static pages. You can get the same rankings with asp.net as you can with .html, .php, etc. Google can crawl asp.net pages just as well as any other pages. Guys don't give unfounded advice just for the sake of a signature link. That lowers the quality of this forum and misleads people.
Use the normal seo techniques which you use for html, php. There is no problem for spiders. They will count back links as back links Content as content there is nothing special for .asp page
First you must use url writing and make static url for dynamic url. then add meta in all pages .. you can pro grammatically do it its easy. and then you set image alt and anchor title properties. visual studio has good ability to do it fast.
vansterdam is absolutely correct. those who say that asp or asp.net is not good for SEO, they need to brush up their SEO knowledge. i have many websites developed using asp.net and they are doing great all because of SEO. few social networking websites are getting 85-90% traffic from search engines! had asp or asp.net been not good for it then how come i get so much traffic from search engines
did anyone try something like this : http://www.programminghelp.com/web-development/asp-net/using-sitemap-and-masterpages-to-set-meta-tags-in-asp-net-and-c/