<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seree Woradechjamroen &#187; seo friendly url</title>
	<atom:link href="http://www.iamseree.com/tag/seo-friendly-url/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iamseree.com</link>
	<description>Keep learning everyday, willing to win and take action</description>
	<lastBuildDate>Mon, 02 Jan 2012 19:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The most easiest method to implement a SEO-friendly URL for ASP.NET application</title>
		<link>http://www.iamseree.com/application-development/the-most-easiest-method-to-implement-a-seo-friendly-url-for-asp-net-application</link>
		<comments>http://www.iamseree.com/application-development/the-most-easiest-method-to-implement-a-seo-friendly-url-for-asp-net-application#comments</comments>
		<pubDate>Tue, 06 Oct 2009 05:55:03 +0000</pubDate>
		<dc:creator>Seree</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo friendly url]]></category>

		<guid isPermaLink="false">http://www.iamseree.com/application-development/the-most-easiest-method-to-implement-a-seo-friendly-url-for-asp-net-application/</guid>
		<description><![CDATA[<p>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.</p> <p>What is SEO-friendly URL?</p> <p>It’s a URL that search engine love and will result in a better ranking for your web pages/site.</p> <p>Let’s say you have an accounting system software and [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<blockquote><p>What is SEO-friendly URL?</p>
<p>It’s a URL that search engine love and will result in a better ranking for your web pages/site.</p>
<p>Let’s say you have an accounting system software and your product URL is <a href="http://www.xxx.com/product.aspx?Id=432" onclick="pageTracker._trackPageview('/outgoing/www.xxx.com/product.aspx?Id=432&amp;referer=');">http://www.xxx.com/product.aspx?Id=432</a> //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.</p>
<p>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 <a href="http://www.xxx.com/product/AccountingSoftware" onclick="pageTracker._trackPageview('/outgoing/www.xxx.com/product/AccountingSoftware?referer=');">http://www.xxx.com/product/AccountingSoftware</a> </p>
<p>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.</p>
</blockquote>
<p>&#160;</p>
<p>In the PHP/Apache platform, the developer will usually use URL rewrite module easily. Almost every web hosting support this.</p>
<p>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.</p>
<p>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.</p>
<p>You can provide many samples on Google, or even on Microsoft ASP.NET MVC website as well. See –&gt; ASP.NET MVC –&gt; Learn –&gt; Routing and you will see how it’s easy to implement. <img src='http://www.iamseree.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>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.</p>
<p>Just try and leave me some messages if you got a problem implement it.</p>
<p>See ya babe!</p>
<div align="left" style="float: ; padding: 5px 5px 0px 0px;"><a name="fb_share" type="button" share_url="http://www.iamseree.com/application-development/the-most-easiest-method-to-implement-a-seo-friendly-url-for-asp-net-application"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.iamseree.com/application-development/the-most-easiest-method-to-implement-a-seo-friendly-url-for-asp-net-application/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

