hello i have an site made with aspx is there any special method to optimize the site in search engine ? or if its the same, then the effect of seo is slow ? let me know thanks
Doesn't look like anyone wants to touch this but me, lol. ASP.NET offers decent server side scripting language which offers several advantages and also helps you to create Search Engine Friendly Content Managed Websites. The following are a set of features / components which you can use in order to create a scalable SEO Friendly Website. *Master Pages *HTTP Modules *HTTP Handlers The way .NET works is that each page has a HTML portion and a code-behind (which will be VB or C++ generally) page. If you open the pages in Visual Studio you will be able to access the HTML code. The HTML markup is independent of .NET and will have the largest effect on SEO. One thing that is ASP.NET specific that will affect SEO is your ViewState. The ViewState is a big mess of Base64 data rendered into a hidden input field by .NET. Since most search engines only read the first part of your page, this can hurt SEO. Hope this helps!
Well explained. I am also currently working on aspx pages and find it hard to implement SEO compared to basic html. Treating aspx similar with other complex languages like php, javascript, flash, etc is still the same. As long as we have content which is readable for the users, most probably search engine will be able to crawl and index it.
i can tell you that most of my do follow blogs with high pr(maybe no relevance the pr) were ......aspx
Look at your URLs...mysite/page.aspx?this=12345 is not as good as mysite/Article-about-dog-food.aspx...search-engine friendly URLs can be helpful.