Calotype\SEO\Generators\RobotsGenerator::addComment PHP Method

addComment() public method

Add a comment to the robots.txt.
public addComment ( string $comment )
$comment string
    public function addComment($comment)
    {
        $this->addLine("# {$comment}");
    }