Task 4 - Beepboop - Robots.txt

Task 4 - Beepboop - Robots.txt

Where would "robots.txt" be located on the domain "ablog.com"

Reveal Flag đŸš©

đŸš©ablog.com/robots.txt

If a website was to have a sitemap, where would that be located?

Reveal Flag đŸš©

đŸš©/sitemap.xml

How would we only allow "Bingbot" to index the website?

Reveal Flag đŸš©

đŸš©User-agent: Bingbot

How would we prevent a "Crawler" from indexing the directory "/dont-index-me/"?

Reveal Flag đŸš©

đŸš©Disallow: /dont-index-me/

What is the extension of a Unix/Linux system configuration file that we might want to hide from "Crawlers"?

Reveal Flag đŸš©

đŸš©.conf

Last updated