The most easiest method to implement a SEO-friendly URL for ASP.NET application
Well, as a ASP.NET developer. You and me know that it’s a bit hard to apply what we called SEO-friendly URL for ASP.NET applications.
What is SEO-friendly URL?
It’s a URL that search engine love and will result in a better ranking for your web pages/site.
Let’s say you have an accounting system software and your product URL is http://www.xxx.com/product.aspx?Id=432 //Search engine will never know what the product is all about. They just saw Id=432 which doesn’t make sense for them. Actually, it also doesn’t make sense for human as well.
The SEO-friendly URL is a ‘wrapped’ URL to let people/robot read and know what this URL is all about. Let’s say about the above Product which have a new URL as http://www.xxx.com/product/AccountingSoftware
Search engine will know that this URL is all about Accounting software, then they will forward some traffic to your site with the “Accounting software” keyword.
In the PHP/Apache platform, the developer will usually use URL rewrite module easily. Almost every web hosting support this.
Unlike ASP.NET/IIS which is less flexible for configuration. You have to enable some URL rewrite ISAPI libraries which almost every web hosting don’t allow you to do that.
The good news is after ASP.NET MVC was released, it has a built-in routing feature which let you implement a SEO-friendly URL easily without messing up with IIS ISAPI.
You can provide many samples on Google, or even on Microsoft ASP.NET MVC website as well. See –> ASP.NET MVC –> Learn –> Routing and you will see how it’s easy to implement.
I’ll not provide a sample code here as I just want to mention that now you can easily implement SEO-friendly URL with ASP.NET.
Just try and leave me some messages if you got a problem implement it.
See ya babe!
Facebook comments:
3 Responses to The most easiest method to implement a SEO-friendly URL for ASP.NET application
Leave a Reply Cancel reply
Archives
- May 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- January 2010
- December 2009
- October 2009
- August 2009
- July 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
Tags
.net 2008 asp.net asp.net mvc asus eee c# corona cpa doctrine dom eee eee pc Internet Marketing ios iPad iphone iPhone development iphone sdk javascript make money netbook online marketing pagerank passion php playstation playstation 3 ps3 ranking ror ruby on rails self help Self Improvement self motivation seo sql success symfony take action the secret ultra compact laptop ultra compact notebook vb.net web development wordpress





That was inspiring,
Keep up the good work,
Thanks for writing about it
for the latest blogengine 1.6 powered by asp.net now better for SEO. It increase website traffic and revenue SEO just got easy on aps.net.
Great Post