Manish Pansiniya's Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

Posts Tagged ‘SEO

URL Rewriting is quite useful for SEO as well as for well maintain pages

leave a comment »

We have URL rewriting in one of our project and we used following library to make it so.

http://www.urlrewriting.net/149/en/home.html

It is quite good experience to use it in our project. Its very easy to setup and make it working if you know some basic regular expressions.

It would be of great help when you have CMS kind of website. Like

http://websitedomain/dotnetcms.aspx
http://websitedomain/phpcms.aspx
etc.

This all URL can be redirected to only one page with querystring which is as pages. That is like

http://websitedomain/CMSPage.aspx?ContentToShow=dotnetcms
http://websitedomain/CMSPage.aspx?ContentToShow=phpcms

And you can fetch the content from the database using ContentToShow string.

Quite easy but very useful

Keep Smiling 🙂

Written by Manish

May 31, 2010 at 5:32 pm