Advertisement
justin_hanekom

robots.txt sample

Feb 1st, 2025
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. # File: robots.txt
  2. # SPDX-License-Identifier: Unlicense
  3.  
  4. # www.robotstxt.org/
  5.  
  6. # Disallow crawling of all content
  7. User-agent: *
  8. Disallow:
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement