In my robots.txt file I have a list of robots that are not allowed to be indexed on my site and for the rest I have to allow all other robots, but I would like to know the real difference between these two rules:
User-agent: *
Disallow:
and this:
User-agent: *
Allow: /
Thank you