Skip to main content
DevTools24

Robots.txt जनरेटर

robots.txt जनरेट करें।

Presets:

Rules

User-agent: *
Disallow: /admin/
Disallow: /private/

robots.txt - तकनीकी विवरण

The robots.txt file tells web crawlers which URLs they can access on your site. It's placed at the root of your domain (e.g., example.com/robots.txt). While crawlers should respect these rules, they are not enforceable—use authentication for truly private content.

कमांड-लाइन विकल्प

# Test your robots.txt\ncurl https://example.com/robots.txt\n\n# Check if a URL is blocked\n# Use Google Search Console's robots.txt Tester

संदर्भ

आधिकारिक स्पेसिफिकेशन देखें