<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>carlosag : SEO</title><link>http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx</link><description>Tags: SEO</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS SEO Toolkit – Crawler Module Extensibility</title><link>http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-crawler-module-extensibility.aspx</link><pubDate>Mon, 23 Nov 2009 22:55:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3529026</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3529026</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-crawler-module-extensibility.aspx#comments</comments><description>Sample SEO Toolkit CrawlerModule Extensibility In this blog we are going to write an example on how to extend the SEO Toolkit functionality, so for that we are going to pretend our company has a large Web site that includes several images, and now we are interested in making sure all of them comply to a certain standard, lets say all of them should be smaller than 1024x768 pixels and that the quality of the images is no less than 16 bits per pixel. Additionally we would also like to be able to make custom queries that can later allow us to further analyze the contents of the images and filter based on directories and more. For this we will extend the SEO Toolkit crawling process to perform the additional processing for images, we will be adding...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-crawler-module-extensibility.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3529026" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Toolkit Extensibility</title><link>http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-extensibility.aspx</link><pubDate>Mon, 23 Nov 2009 21:46:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3529027</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3529027</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-extensibility.aspx#comments</comments><description>The IIS SEO Toolkit includes a lot of functionality built-in such as built-in violation rules, processing of different content types (like HTML, CSS, RSS, etc) and more, however it might not do all the things that you would need it to do, for example, it might not process a set of documents that you use, or it might not gather all the information that you are interested in while processing a document. The good news is that it includes enough extensibility to let you build on top of its rich capabilities and provide additional ones easily using .NET. There are three main extensibility points in this first release, including: Crawler Module . This extensibility point allows you to provide your own code to hook to the process of crawling a Web...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/23/iis-seo-toolkit-extensibility.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3529027" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Toolkit - New Reports (Redirects and Link Depth)</title><link>http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-new-reports-redirects-and-link-depth.aspx</link><pubDate>Wed, 18 Nov 2009 23:33:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3520673</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3520673</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-new-reports-redirects-and-link-depth.aspx#comments</comments><description>In the new version of the IIS SEO Toolkit we added two new reports that are very interesting, both from an SEO perspective as well as from user experience and site organization. These reports are located in the Links category of the reports Redirects This report shows a summary of all the redirects that were found while crawling the Web site. The first column (Linking-URL) is the URL that was visited that resulted in redirection to the Linked-URL (second column). The third column (Linking-Status code) specifies what type of redirection happened based on the HTTP status code enumeration. The most common values will be MovedPermanently/Moved which is a 301, or Found/Redirect which is a 302. The last column shows the status code for the final URL...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-new-reports-redirects-and-link-depth.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3520673" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Toolkit - Start new analysis automatically through code</title><link>http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-start-new-analysis-automatically-through-code.aspx</link><pubDate>Wed, 18 Nov 2009 06:00:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3519012</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3519012</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-start-new-analysis-automatically-through-code.aspx#comments</comments><description>One question that I've been asked several times is: &amp;quot; Is it possible to schedule the IIS SEO Toolkit to run automatically every night? &amp;quot; . Other related questions are: &amp;quot; Can I automate the SEO Toolkit so that as part of my build process I'm able to catch regressions on my application? &amp;quot;, or &amp;quot; Can I run it automatically after every check-in to my source control system to ensure no links are broken? &amp;quot;, etc. The good news is that the answer is YES !. The bad news is that you have to write a bit of code to be able to make it work. Basically the SEO Toolkit includes a Managed code API to be able to start the analysis just like the User Interface does, and you can call it from any application you want using Managed Code...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/18/iis-seo-toolkit-start-new-analysis-automatically-through-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3519012" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Announcing: IIS SEO Toolkit v1.0 release</title><link>http://blogs.iis.net/carlosag/archive/2009/11/17/announcing-iis-seo-toolkit-v1-0-release.aspx</link><pubDate>Tue, 17 Nov 2009 21:06:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3518521</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3518521</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/17/announcing-iis-seo-toolkit-v1-0-release.aspx#comments</comments><description>Today we are announcing the final release of the IIS Search Engine Optimization (SEO) Toolkit v1.0 . This version builds upon the Beta 1 and Beta 2 versions and is 100% compatible with those versions so any report you currently have continues to work in the new version. The new version includes a set of bug fixes and new features such as: Extensibility . In this version we are opening a new set of API's to allow you to develop extensions for the crawling process, including the ability to augment the metadata in the report with your own, extend the set of tasks provided in the Site Analysis and Sitemaps User Interface and more. More on this on a upcoming post. New Reports . Based on feedback we added a Redirects summary report in the Links section...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/17/announcing-iis-seo-toolkit-v1-0-release.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3518521" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Toolkit Presentation at DevConnections</title><link>http://blogs.iis.net/carlosag/archive/2009/11/11/iis-seo-toolkit-presentation-at-devconnections.aspx</link><pubDate>Wed, 11 Nov 2009 16:41:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3507309</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3507309</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/11/iis-seo-toolkit-presentation-at-devconnections.aspx#comments</comments><description>Yesterday I presented the session "AMS04: Boost Your Site’s Search Ranking with the IIS Search Engine Optimization Toolkit" at the ASP.NET Connections, it was fun to talk to a few attendees that had several questions around the tool and SEO in general. It is always really interesting learning about all the unique environments and types of applications that are being built and how the SEO Toolkit can help them. Here are the IIS SEO Toolkit slides that I used . Here you can find the IIS SEO Toolkit download . And by far the easiest way to get it installed is using the Microsoft Web Platform Installer . Please send any question and feedback at IIS SEO Toolkit Forums . And by the way, stay tuned for the RTW version of IIS SEO Toolkit coming SOON...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/11/iis-seo-toolkit-presentation-at-devconnections.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3507309" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Toolkit – Report Comparison</title><link>http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx</link><pubDate>Wed, 11 Nov 2009 00:09:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3505528</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3505528</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx#comments</comments><description>One of my favorites features in the IIS Search Engine Optimization (SEO) Toolkit is what we called Report Comparison. Report Comparison basically allows you to compare two different versions of the results of crawling the same site to see what changed in between. This is a really convenient way to track not only changes in terms of SEO violations but also to be able to compare any attributes on the pages such as Title, Heading, Description, Links, Violations, etc. How to access the feature There are a couple of ways to get to this feature. 1) Use the Compare Reports task. While in the Site Analysis Reports listing you can select two reports by using Ctrl+Click, and if both reports are compatible (e.g. they use the same Start URL) the task "Compare...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/11/10/iis-seo-toolkit-report-comparison.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3505528" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS Search Engine Optimization (SEO) Toolkit – Announcing Beta 2</title><link>http://blogs.iis.net/carlosag/archive/2009/09/25/iis-search-engine-optimization-seo-toolkit-announcing-beta-2.aspx</link><pubDate>Fri, 25 Sep 2009 16:00:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3426248</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3426248</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/09/25/iis-search-engine-optimization-seo-toolkit-announcing-beta-2.aspx#comments</comments><description>Yesterday we released the Beta 2 version of the IIS Search Engine Optimization (SEO) Toolkit . This version builds upon Beta 1 adding a set of new features and several bug fixes reported through the SEO forum : Report Comparison . Now you have the ability to compare two reports and track a lot of different metrics that changed in between such as New and Removed URLs, Changed and Unchanged URLs, Violations Fixed and new Violations introduced. You can also compare side-by-side the details as well as the contents to see exactly what changed both in markup, headers, or anywhere. This feature will allow you to easily keep track of changes on your Web site. More on this feature in a future blog . Authentication Support . Now you can crawl Web sites...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/09/25/iis-search-engine-optimization-seo-toolkit-announcing-beta-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3426248" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>SEO Tip - Beware of the Login pages - add them to Robots Exclusion</title><link>http://blogs.iis.net/carlosag/archive/2009/07/06/seo-tip-beware-of-the-login-pages-add-them-to-robots-exclusion.aspx</link><pubDate>Tue, 07 Jul 2009 01:55:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3278149</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3278149</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/07/06/seo-tip-beware-of-the-login-pages-add-them-to-robots-exclusion.aspx#comments</comments><description>A lot of sites today have the ability for users to sign in to show them some sort of personalized content, whether its a forum, a news reader, or some e-commerce application. To simplify their users life they usually want to give them the ability to log on from any page of the Site they are currently looking at. Similarly, in an effort to keep a simple navigation for users Web Sites usually generate dynamic links to have a way to go back to the page where they were before visiting the login page, something like: &amp;lt;a href=&amp;quot;/login?returnUrl=/currentUrl&amp;quot;&amp;gt;Sign in&amp;lt;/a&amp;gt;. If your site has a login page you should definitely consider adding it to the Robots Exclusion list since that is a good example of the things you do not want...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/07/06/seo-tip-beware-of-the-login-pages-add-them-to-robots-exclusion.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3278149" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Finding malware in your Web Site using IIS SEO Toolkit</title><link>http://blogs.iis.net/carlosag/archive/2009/06/23/finding-malware-in-your-web-site-using-iis-seo-toolkit.aspx</link><pubDate>Tue, 23 Jun 2009 23:43:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3254106</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3254106</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/23/finding-malware-in-your-web-site-using-iis-seo-toolkit.aspx#comments</comments><description>The other day a friend of mine who owns a Web site asked me to look at his Web site to see if I could spot anything weird since according to his Web Hosting provider it was being flagged as malware infected by Google. My friend (who is not technical at all) talked to his Web site designer and mentioned the problem. He downloaded the HTML pages and tried looking for anything suspicious on them, however he was not able to find anything. My friend then went back to his Hosting provider and mentioned the fact that they were not able to find anything problematic and that if it could be something with the server configuration, to which they replied in a sarcastic way that it was probably ignorance on his Web site designer. Enter IIS SEO Toolkit So...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/23/finding-malware-in-your-web-site-using-iis-seo-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3254106" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>IIS SEO Tip - Do not stress your server, limit the number of concurrent requests</title><link>http://blogs.iis.net/carlosag/archive/2009/06/16/iis-seo-tip-do-not-stress-your-server-limit-the-number-of-concurrent-requests.aspx</link><pubDate>Tue, 16 Jun 2009 23:52:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3238432</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3238432</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/16/iis-seo-tip-do-not-stress-your-server-limit-the-number-of-concurrent-requests.aspx#comments</comments><description>The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in IIS SEO Toolkit would cause to the server. This is interesting for a couple of reasons, You might want to reduce the load that Site Analysis cause to your server at any given time You might have a Denial-of-service detection system such as our Dynamic IP Restrictions IIS module that will start failing requests based on number of requests in a certain amount of time Or If you like me have to go through a Proxy and it has a configured limit of number of requests per minute you are allowed to issue In Beta 1 we do not support the Crawl-delay directive in the Robots exclusion protocol ; in future versions we will look at adding support this setting...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/16/iis-seo-tip-do-not-stress-your-server-limit-the-number-of-concurrent-requests.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3238432" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Redirects, 301, 302 and IIS SEO Toolkit</title><link>http://blogs.iis.net/carlosag/archive/2009/06/11/redirects-301-302-and-iis-seo-toolkit.aspx</link><pubDate>Fri, 12 Jun 2009 02:40:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3227724</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3227724</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/11/redirects-301-302-and-iis-seo-toolkit.aspx#comments</comments><description>In the URL Rewrite forum somebody posted the question &amp;quot; are redirects bad for search engine optimization ?&amp;quot;. The answer is: not necessarily, Redirects are an important tool for Web sites and if used in the right context they actually are a required tool. But first a bit of background. What is a Redirect? A redirect in simple terms is a way for the server to indicate to a client (typically a browser) that a resource has moved and they do this by the use of an HTTP status code and a HTTP location header . There are different types of redirects but the most common ones used are: 301 - Moved Permanently. This type of redirect signals that the resource has permanently moved and that any further attempts to access it should be directed to...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/11/redirects-301-302-and-iis-seo-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3227724" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Canonical Formats and Query Strings - IIS SEO Toolkit</title><link>http://blogs.iis.net/carlosag/archive/2009/06/09/canonical-formats-and-query-strings-iis-seo-toolkit.aspx</link><pubDate>Tue, 09 Jun 2009 17:23:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3221312</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3221312</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/09/canonical-formats-and-query-strings-iis-seo-toolkit.aspx#comments</comments><description>Today somebody was running the IIS SEO Toolkit and using the Site Analysis feature flagged a lot of violations about &amp;quot;The page contains multiple canonical formats.&amp;quot;. The reason apparently is that he uses Query String parameters to pass contextual information or other information between pages. This of course yield the question: Does that mean in general query strings are bad news SEO wise ? Well, the answer is not necessarily. I will start by clarifying that this violation in Site Analysis means that our algorithm detected that those two URL's look like the same content, note that we make no assumptions based on the URL (including Query String parameters). This kind of situation is bad for a couple of reasons: Based on the fact they...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/09/canonical-formats-and-query-strings-iis-seo-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3221312" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Are you caching your images and scripts? IIS SEO can tell you</title><link>http://blogs.iis.net/carlosag/archive/2009/06/08/are-you-caching-your-images-and-scripts-iis-seo-can-tell-you.aspx</link><pubDate>Tue, 09 Jun 2009 01:41:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3219685</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3219685</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/08/are-you-caching-your-images-and-scripts-iis-seo-can-tell-you.aspx#comments</comments><description>One easy way to enhance the experience of users visiting your Web site by increasing the perceived performance of navigating in your site is to reduce the number of HTTP requests that are required to display a page. There are several techniques for achieving this, such as merging scripts into a single file, merging images into a big image, etc, but by far the simplest one of all is making sure that you cache as much as you can in the client. This will not only increase the rendering time but will also reduce load in your server and will reduce your bandwidth consumption. Unfortunately the different types of caches and the different ways of set it can be quite confusing and esoteric. So my recommendation is to think about one way and use that...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/08/are-you-caching-your-images-and-scripts-iis-seo-can-tell-you.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3219685" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item><item><title>Announcing: IIS Search Engine Optimization Toolkit Beta 1</title><link>http://blogs.iis.net/carlosag/archive/2009/06/03/announcing-iis-search-engine-optimization-toolkit-beta-1.aspx</link><pubDate>Wed, 03 Jun 2009 21:24:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3209203</guid><dc:creator>CarlosAg Blog</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/carlosag/rsscomments.aspx?PostID=3209203</wfw:commentRss><comments>http://blogs.iis.net/carlosag/archive/2009/06/03/announcing-iis-search-engine-optimization-toolkit-beta-1.aspx#comments</comments><description>Today we are releasing the IIS Search Engine Optimization Toolkit . The IIS SEO Toolkit is a set of features that aim to help you keep your Web site and its content in good shape for both Users and Search Engines. The features that are included in this Beta release include: Site Analysis. This feature includes a crawler that starts looking at your Web site contents, discovering links, downloading the contents and applying a set of validation rules aimed to help you easily troubleshoot common problems such as broken links, duplicate content, keyword analysis, route analysis and many more features that will help you improve the overall quality of your Web site. Robots Exclusion Editor. This includes a powerful editor to author Robots Exclusion...(&lt;a href="http://blogs.iis.net/carlosag/archive/2009/06/03/announcing-iis-search-engine-optimization-toolkit-beta-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3209203" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/carlosag/archive/tags/IIS+Manager/default.aspx">IIS Manager</category><category domain="http://blogs.iis.net/carlosag/archive/tags/SEO/default.aspx">SEO</category></item></channel></rss>