<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with SEO</title>
    <description>the latest stories tagged with 'SEO' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Creating URL Slugs / Permalinks in C#</title>
      <description>A useful and short string extension that converts foreign character and standard character urls into SEO friendly standard ascii slugs &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchrismckee.co.uk%2fcreating-url-slugs-permalinks-in-csharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchrismckee.co.uk%2fcreating-url-slugs-permalinks-in-csharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_URL_Slugs_Permalinks_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_URL_Slugs_Permalinks_in_C</guid>
      <pubDate>Mon, 02 Aug 2010 11:28:26 GMT</pubDate>
    </item>
    <item>
      <title>How to: Create SEO Friendly URL in ASP Classic</title>
      <description>Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f10%2fhow-to-create-seo-friendly-url-asp-classic%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f10%2fhow-to-create-seo-friendly-url-asp-classic%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_Create_SEO_Friendly_URL_in_ASP_Classic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_Create_SEO_Friendly_URL_in_ASP_Classic</guid>
      <pubDate>Wed, 09 Jun 2010 21:23:07 GMT</pubDate>
    </item>
    <item>
      <title>C# PageRank Checker</title>
      <description>How to request the Google PageRank of a website through C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vcskicks.com%2fgoogle-pagerank.php"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vcskicks.com%2fgoogle-pagerank.php" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_PageRank_Checker</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_PageRank_Checker</guid>
      <pubDate>Thu, 28 Jan 2010 22:49:56 GMT</pubDate>
    </item>
    <item>
      <title>IIS SEO Toolkit</title>
      <description>A Story and features on IIS tool kit  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhimabinduvejella.blogspot.com%2f2009%2f12%2fseo-toolkit.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhimabinduvejella.blogspot.com%2f2009%2f12%2fseo-toolkit.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IIS_SEO_Toolkit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IIS_SEO_Toolkit</guid>
      <pubDate>Wed, 16 Dec 2009 17:33:02 GMT</pubDate>
    </item>
    <item>
      <title>URL Routing with ASP.NET 4 Web Forms  (VS 2010 and .NET 4.0 Series) </title>
      <description>URL routing was a capability we first introduced with ASP.NET 3.5 SP1, and which is already used within ASP.NET MVC applications to expose clean, SEO-friendly "web 2.0" URLs.  URL routing lets you configure an application to accept request URLs that do not map to physical files. Instead, you can use routing to define URLs that are semantically meaningful to users and that can help with search-engine optimization (SEO). With ASP.NET 4.0, URLs like above can now be mapped to both ASP.NET MVC Controller classes, as well as ASP.NET Web Forms based pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f10%2f13%2furl-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f10%2f13%2furl-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URL_Routing_with_ASP_NET_4_Web_Forms_VS_2010_and_NET_4_0_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URL_Routing_with_ASP_NET_4_Web_Forms_VS_2010_and_NET_4_0_Series</guid>
      <pubDate>Thu, 15 Oct 2009 01:41:59 GMT</pubDate>
    </item>
    <item>
      <title>IIS Search Engine Optimization Toolkit (ScottGu)</title>
      <description>&amp;quot;Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</guid>
      <pubDate>Thu, 04 Jun 2009 08:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net Permalinks Using URL Rewriting</title>
      <description>A technique for URL rewriting  which describes how to achieve permalinks in ASP.net similar to blogs like wordpress. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f03%2faspnet-permalinks-using-url-rewriting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f03%2faspnet-permalinks-using-url-rewriting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Asp_net_Permalinks_Using_URL_Rewriting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Asp_net_Permalinks_Using_URL_Rewriting</guid>
      <pubDate>Wed, 25 Mar 2009 17:17:04 GMT</pubDate>
    </item>
    <item>
      <title>Web Service Optimization</title>
      <description>This article gives you 10 tips to optimize web services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdevdream789%2f103052008063051AM%2f1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdevdream789%2f103052008063051AM%2f1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</guid>
      <pubDate>Thu, 19 Mar 2009 13:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Setup 301 Redirect handler for all domains on an IIS Server</title>
      <description>Using the Default Website in IIS create a one-time SEO friendly redirect for all non-www domains hosted on the server to their www.domain.com equivalent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developeers.net%2f2009%2f01%2fsetup-301-redirect-handler-for-all.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developeers.net%2f2009%2f01%2fsetup-301-redirect-handler-for-all.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Setup_301_Redirect_handler_for_all_domains_on_an_IIS_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Setup_301_Redirect_handler_for_all_domains_on_an_IIS_Server</guid>
      <pubDate>Fri, 30 Jan 2009 00:39:38 GMT</pubDate>
    </item>
    <item>
      <title>Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0</title>
      <description>A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fremove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fremove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remove_WWW_Prefix_from_URLs_with_URL_Rewrite_Module_for_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remove_WWW_Prefix_from_URLs_with_URL_Rewrite_Module_for_IIS_7_0</guid>
      <pubDate>Sun, 25 Jan 2009 16:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Three Rules That ASP.NET Developers Should Know About SEO</title>
      <description>Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adamtibi.net%2fpost%2f2008%2f09%2f16%2fThree-Rules-That-ASPNET-Developers-Should-Know-About-SEO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adamtibi.net%2fpost%2f2008%2f09%2f16%2fThree-Rules-That-ASPNET-Developers-Should-Know-About-SEO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Three_Rules_That_ASP_NET_Developers_Should_Know_About_SEO</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Three_Rules_That_ASP_NET_Developers_Should_Know_About_SEO</guid>
      <pubDate>Wed, 17 Sep 2008 02:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Link building SEO trick</title>
      <description>I've started the SEO category while ago and just written one article about it - learn SEO basics which turned out great and looks like people are really interested to get to know SEO, so i'll be starting kind of weekly SEO trick/tricks set of articles. 

This week we will learn how to increase your inbound links number without paying for any campaigns. For the ones who don't know Inbound links are links form high rated web sites/domains that link to yours. And in case someone doesn't know what does SEO stand for, it's Search Engine Optimization. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstylizedweb.com%2f2008%2f09%2f12%2flink-building-seo-trick%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstylizedweb.com%2f2008%2f09%2f12%2flink-building-seo-trick%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Link_building_SEO_trick</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Link_building_SEO_trick</guid>
      <pubDate>Fri, 12 Sep 2008 19:32:00 GMT</pubDate>
    </item>
    <item>
      <title>New blog on ASP.net and web standards</title>
      <description>Come and see! If you are an ASP.net developer, you cannot ignore the world is turning to web standards! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2facyment%2farchive%2f2008%2f07%2f29%2fasp-net-and-web-standards.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2facyment%2farchive%2f2008%2f07%2f29%2fasp-net-and-web-standards.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_blog_on_ASP_net_and_web_standards</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_blog_on_ASP_net_and_web_standards</guid>
      <pubDate>Sat, 16 Aug 2008 00:11:50 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 2.0 URL Rewriting Causes HTTP 500 Errors for GoogleBot </title>
      <description>So you install Commerce Server 2007 and are ready for the money and SEO to start flowing. Next thing you know. Google ignores you completely. What do you do? more... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.joelevi.com%2fblog%2findex.php%2f2008%2f07%2f28%2fhow-to-fix-google-not-indexing-commerce-server-2007-pages%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.joelevi.com%2fblog%2findex.php%2f2008%2f07%2f28%2fhow-to-fix-google-not-indexing-commerce-server-2007-pages%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_URL_Rewriting_Causes_HTTP_500_Errors_for_GoogleBot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_URL_Rewriting_Causes_HTTP_500_Errors_for_GoogleBot</guid>
      <pubDate>Tue, 29 Jul 2008 03:51:35 GMT</pubDate>
    </item>
    <item>
      <title>Does Google care about the quality of your markup?</title>
      <description>We are always discussing how to improve a page rank.  But what about the basics?  Does correct or incorrect HTML affect how google ranks a page?  This article discusses a few issues that definetely affect your SEO. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aggiorno.com%2fblog%2fpost%2fWeb-Standards-and-Search-Engine-Optimization-(SEO)----Does-Google-care-about-the-quality-of-your-markup.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aggiorno.com%2fblog%2fpost%2fWeb-Standards-and-Search-Engine-Optimization-(SEO)----Does-Google-care-about-the-quality-of-your-markup.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Does_Google_care_about_the_quality_of_your_markup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Does_Google_care_about_the_quality_of_your_markup</guid>
      <pubDate>Wed, 30 Jul 2008 00:31:08 GMT</pubDate>
    </item>
    <item>
      <title>SEO Page Manager For ASP.Net</title>
      <description>manage all your meta tags and sitemap urls in one convenient place &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f04%2f24%2fseo-manager-for-asp-net-manage-your-meta-tag-and-sitemap-generation-from-one-place.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f04%2f24%2fseo-manager-for-asp-net-manage-your-meta-tag-and-sitemap-generation-from-one-place.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SEO_Page_Manager_For_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SEO_Page_Manager_For_ASP_Net</guid>
      <pubDate>Thu, 24 Apr 2008 23:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Breaking the Tyranny of the ASP.NET &amp;lt;form&amp;gt; Tag</title>
      <description>Pretty good technique for those who are trying to clean up their ASP.NET web pages. Not sure whether there are problems from moving &amp;lt;form&amp;gt; tag around like author recommends but it sounds good in theory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codingthewheel.com%2farchives%2fbreaking-tyranny-asp-net-form-tag"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codingthewheel.com%2farchives%2fbreaking-tyranny-asp-net-form-tag" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Breaking_the_Tyranny_of_the_ASP_NET_form_Tag</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Breaking_the_Tyranny_of_the_ASP_NET_form_Tag</guid>
      <pubDate>Tue, 15 Apr 2008 16:12:42 GMT</pubDate>
    </item>
    <item>
      <title>Atlanta Web Design &amp;amp; Development Company Pushthingsforward.com</title>
      <description>Atlanta Web Design and web development company offering logical online solutions to small and medium businesses worldwide. Custom Web Site Design, SEO Services, Ecommerce Solutions. Contact us today for your online needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.pushthingsforward.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.pushthingsforward.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Atlanta_Web_Design_Development_Company_Pushthingsforward_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Atlanta_Web_Design_Development_Company_Pushthingsforward_com</guid>
      <pubDate>Mon, 31 Mar 2008 14:38:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Route Validation and SEO</title>
      <description>I am trying to outline and SEO problem that I currently see with the currently release of the MVC framework, and head it off with some tips on how to get around it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2faspnet-mvc-validation-and-seo%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2faspnet-mvc-validation-and-seo%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Route_Validation_and_SEO</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Route_Validation_and_SEO</guid>
      <pubDate>Wed, 27 Feb 2008 23:54:01 GMT</pubDate>
    </item>
    <item>
      <title>Regex match html content without screwing up the tags </title>
      <description>When needing to highlight words in a string containing HTML we found we soon ran into problems when the word we were searching for appeared in the middle of a tag.. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView86FE27C3-E286-4EC7-8275-6E0D8BB58C42.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView86FE27C3-E286-4EC7-8275-6E0D8BB58C42.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Regex_match_html_content_without_screwing_up_the_tags</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Regex_match_html_content_without_screwing_up_the_tags</guid>
      <pubDate>Mon, 26 Nov 2007 07:35:11 GMT</pubDate>
    </item>
    <item>
      <title>Don't be a keyloader</title>
      <description>Make your page titles they ways they should be... and don't load them down with keywords. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.eagleenvision.net%2farchive%2f2007%2f09%2f30%2fdont-be-a-keyloader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.eagleenvision.net%2farchive%2f2007%2f09%2f30%2fdont-be-a-keyloader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Don_t_be_a_keyloader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Don_t_be_a_keyloader</guid>
      <pubDate>Sun, 30 Sep 2007 22:22:26 GMT</pubDate>
    </item>
    <item>
      <title>SEO for Ajax and Silverlight Applications</title>
      <description>This post contains a writeup of an Ajax pattern I demonstrated at one of my MIX07 talks around improving the indexability of Ajax and Silverlight, and in general RIA applications as part of an SEO effort...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nikhilk.net%2fAjaxSEO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nikhilk.net%2fAjaxSEO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/SEO_for_Ajax_and_Silverlight_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/SEO_for_Ajax_and_Silverlight_Applications</guid>
      <pubDate>Wed, 25 Jul 2007 12:06:59 GMT</pubDate>
    </item>
    <item>
      <title>Highlighting keywords in text using Regex.Replace (Perfect for SEO) </title>
      <description>I needed to take some text and bold certain keywords before returning the data to the web browser (this was to enhance Search Engine Optimization). The following example shows how I achieved it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView9106A22C-16B7-49C7-AC47-0CE9A1106CC8.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView9106A22C-16B7-49C7-AC47-0CE9A1106CC8.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Highlighting_keywords_in_text_using_Regex_Replace_Perfect_for_SEO</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Highlighting_keywords_in_text_using_Regex_Replace_Perfect_for_SEO</guid>
      <pubDate>Mon, 18 Jun 2007 20:01:01 GMT</pubDate>
    </item>
    <item>
      <title>301 Moved Permanently Redirect in ASP.NET</title>
      <description>If you have done SEO work, you know that Search Engines would penalize my site if both http://www.mycsharpcorner.com and http://mycsharpcorner.com/ requests returned a 200 OK code in the HTTP header. Why? Because from a Search Engine's spider point of view... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/301_Moved_Permanently_Redirect_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/301_Moved_Permanently_Redirect_in_ASP_NET</guid>
      <pubDate>Sun, 22 Apr 2007 15:31:01 GMT</pubDate>
    </item>
    <item>
      <title>A Perfect Example Of How Not To Do Search Engine Optimization</title>
      <description>A Perfect Example Of How Not To Do Search Engine Optimization. You will get banned! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f03%2fperfect-example-of-how-not-to-do-search.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f03%2fperfect-example-of-how-not-to-do-search.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/A_Perfect_Example_Of_How_Not_To_Do_Search_Engine_Optimization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/A_Perfect_Example_Of_How_Not_To_Do_Search_Engine_Optimization</guid>
      <pubDate>Sun, 25 Mar 2007 23:28:44 GMT</pubDate>
    </item>
  </channel>
</rss>
