Robots.txt 생성기란?
Robots.txt 생성기은(는) Generate robots.txt files for your website 무료 온라인 도구입니다.
모든 처리는 브라우저에서 이루어지며, 데이터가 서버로 전송되지 않습니다.
사용 방법
Select the crawler to configure (or use * for all crawlers). Add allow and disallow rules to specify which paths may or may not be crawled. Add your sitemap URL. Copy the generated robots.txt content and upload it to the root directory of your website.
주요 특징
robots.txt uses the User-agent directive to specify which crawler a rule applies to. The Disallow directive blocks access to paths. The Allow directive overrides Disallow. The Sitemap directive specifies the sitemap location.
Common patterns
- Blocking all crawlers from the admin area
- Allowing a specific crawler to access everything
- Blocking access to private directories
- Specifying the sitemap location
- Setting different rules for different crawlers