Webmaster filters overview
A1 Sitemap Generator supports:
- The robots.txt file.
- Meta tag nofollow.
- Meta tag noindex.
- Anchor tag nofollow.
Webmaster filters with robots.txt
Robots.txt file filters and wildcards
The
match behavior in the website crawling engine used by A1 Sitemap Generator is similar to most search engines.
This includes support for
wildcard symbols in
robots.txt file.
-
Standard: Match from beginning to length of filter.
gre will match: greyfox, greenfox and green/fox.
-
Wildcard *: Match any character until another match becomes possible.
gr*fox will match: greyfox, grayfox, growl-fox and green/fox.