Bird
0
0

Given the following robots.txt content, which URL will be blocked from crawling?

medium📝 Analysis Q13 of 15
SEO Fundamentals - Technical SEO Basics
Given the following robots.txt content, which URL will be blocked from crawling?
User-agent: Googlebot
Disallow: /private/

User-agent: *
Disallow: /temp/
Ahttps://example.com/private/info.html by Bingbot
Bhttps://example.com/temp/info.html by Googlebot
Chttps://example.com/public/page.html by Googlebot
Dhttps://example.com/private/data.html by Googlebot
Step-by-Step Solution
Solution:
  1. Step 1: Analyze rules for Googlebot

    Googlebot is blocked from /private/ but not from /temp/ because the specific rule for Googlebot disallows /private/ only.
  2. Step 2: Analyze rules for other bots

    All other bots (like Bingbot) are blocked from /temp/ but not /private/.
  3. Final Answer:

    https://example.com/private/data.html by Googlebot -> Option D
  4. Quick Check:

    Googlebot blocked /private/ = B [OK]
Quick Trick: Specific user-agent rules override general ones [OK]
Common Mistakes:
  • Assuming all bots blocked from /private/
  • Ignoring user-agent specific rules
  • Confusing /temp/ and /private/ paths

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes