FollowLinks

Name

FollowLinks -- defines what kind of links between documents should be followed.

indexer.conf

Synopsis

FollowLinks {yes | no | a | area | frame | htdb | iframe | link | meta | redir | xml}...

Description

FollowLinks defines what kind of links between documents should be followed by the crawler.

The following argument values are understood:

Multiple arguments are possible in the same command:


# Follow only URLs from the "a" and "links" tags, ignore all other links.
FollowLinks a link

If a link type is given with - (minus sign) prefix, then this type of links are not followed.


# Follow all links except frame and iframe 
FollowLinks yes -frame -iframe

Scope

FollowLinks affects all Server and Realm commands until the end of the configuration file, or until the next FollowLinks command.

Examples


FollowLinks yes
      

See also

CollectLinks, HrefOnly.