HTML::RobotsMETA::Rules - A Representation Of Robots Exclusion Rules


HTML-RobotsMETA documentation  | view source Contained in the HTML-RobotsMETA distribution.

Index


NAME

Top

HTML::RobotsMETA::Rules - A Representation Of Robots Exclusion Rules

SYNOPSIS

Top

  $rules = $p->parse_rules($html);
  $bool  = $rules->can_index();
  $bool  = $rules->can_follow();
  $bool  = $rules->can_archive();
  $bool  = $rules->can_serve();
  $bool  = $rules->can_imageindex();
  $bool  = $rules->can_imageclick();

DESCRIPTION

Top

HTML::RobotsMETA::Rules represents the robots exclusion policies that are described within HTML META tags.

METHODS

Top

new

can_index

can_follow

can_archive

can_serve

can_imageindex

can_imageclick


HTML-RobotsMETA documentation  | view source Contained in the HTML-RobotsMETA distribution.