Today whilst improving my web crawler to support the robots.txt standard, I came across the following code at http://www.w3schools.com/robots.txt
User-agent: Mediapartners-Google
Disallow:
Is this syntax correct? Shouldn't it be Disallow: /
or Allow: /
depending on the intended purpose?