robots.txt advice

Qualidator respects the instructions of the robots.txt-File.
The content could look like this:

User-agent: *
Disallow: /directory1
Disallow: /directory2

User-agent: QualidatorSiteAnalyzer
Disallow: /directory3
Allow: /directory1

User-agent: QualidatorWebSiteAnalyzer
Disallow: /directory3
Allow: /directory1

User-agent: QualidatorBot
Allow: /directory1
Allow: /directory2

Explanation

Basically the bots should exclude directory1 and 2.

The QualidatorSiteAnalyzer an the QualidatorWebSiteAnalyzer (earlier version) should exclude directory3 but include directory1.

The QualidatorBot, which works by MyRating should, contrary to other bots, include directory1 and 2.

Avoid Websites being ranked

Registred users can decide if a website is ranked or not. You find the according function on the site with the results on the bottom of the page. Also the Meta Robots Tags are respected. The following line provokes that a website will not be listed in the Qualidator-Rankings:

<meta name="Robots" content="noindex, nofollow" />