Arcanedev\SeoHelper\Entities\MiscTags::isRobotsEnabled PHP 메소드

isRobotsEnabled() 개인적인 메소드

Check if blocking robots is enabled.
private isRobotsEnabled ( ) : boolean
리턴 boolean
    private function isRobotsEnabled()
    {
        return (bool) $this->getConfig('robots', false);
    }