iis

Browse by Tags

All Tags » IIS Manager (RSS)
IIS SEO Toolkit – Report Comparison
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...( read more ) Read More...
Using IIS Manager accounts for Web Deployment Tool (msdeploy) delegation
This blog outlines the basic steps for setting up IIS Manager accounts so that they may be used for Web Deployment Tool delegation. Most of the steps particular to using IIS Manager users for delegation are required for connecting remotely using the Windows Management service, so if there are already accounts set up for remote management, that work has already been done. The following steps will allow IIS Manager accounts to be used for management service delegation. Step-by-step instructions with screen shots may be found for steps 1 through 4 on this page, with their section title added in parenthesis : http://learn.iis.net/page.aspx/159/configuring-remote-administration-and-feature-delegation-in-iis-70/ 1. Make sure that Windows Management Service is installed ( Configuring Remote Connections in IIS Manager ) 2. Enable remote connections for IIS users ( Enable Remote Connections and Configure Identity Credentials ) The previous steps only need to be performed once, however the following...
Adding IIS Manager Users and Permissions using PowerShell
Today somebody ask in the IIS.net Forums how could they automate the process of adding IIS Manager Users and their Permissions using a script or a command line and I thought it would be useful to post something that hopefully will be easy to find and refer to. One way they found to do it through configuration however they were not getting the password encrypted. The first thing that I would like to highlight is that the password is not encrypted, it is actually stored as a hash which means just entering...( read more ) Read More...
IIS Search Engine Optimization (SEO) Toolkit – Announcing Beta 2
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...( read more ) Read More...
SEO Tip - Beware of the Login pages - add them to Robots Exclusion
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...( read more ) Read More...
Finding malware in your Web Site using IIS SEO Toolkit
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...( read more ) Read More...
IIS SEO Tip - Do not stress your server, limit the number of concurrent requests
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...( read more ) Read More...
Redirects, 301, 302 and IIS SEO Toolkit
In the URL Rewrite forum somebody posted the question " are redirects bad for search engine optimization ?". 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...( read more ) Read More...
Canonical Formats and Query Strings - IIS SEO Toolkit
Today somebody was running the IIS SEO Toolkit and using the Site Analysis feature flagged a lot of violations about "The page contains multiple canonical formats.". 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...( read more ) Read More...
Are you caching your images and scripts? IIS SEO can tell you
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...( read more ) Read More...
More Posts Next page »