Robots.txt 生成器
ネットワークと運用 · 無料オンラインツール
サイトの robots.txt ルールを生成。
# robots.txt # Generated by ez4code.com User-agent: * Allow: /public/ Disallow: /admin/ Disallow: /private/ Disallow: /tmp/ Sitemap: https://example.com/sitemap.xml
複数 User-agent
Googlebot、Bingbot、全クローラ用に個別のルールブロックを定義。
Allow & Disallow
1 行 1 パスで allow と disallow ルールを混在。
デプロイ準備完了
サイトルート用の完成した robots.txt をダウンロード。
Robots.txt 生成器の使い方
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 4Use the information for your network operations.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
Are network lookups real-time?
Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.
Is my IP address logged?
The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.
Why do geolocation results differ between providers?
Each provider maintains its own IP-to-location database with different update cycles and coverage. Treat any single result as an approximation, not an exact address.
Do the results reflect me if I use a proxy or VPN?
No. Results show the egress IP of the proxy or VPN you are connected through. Disconnect it if you need your real public IP.
関連ツール
Sitemap XML 生成器
URL リストから sitemap.xml を生成。
.htaccess 生成器
リダイレクト/キャッシュ/認証の .htaccess ルールを生成。
Nginx 設定生成器
リバースプロキシ/静的サイトの Nginx 設定を生成。
Docker Compose 生成器
docker-compose.yml を視覚的に生成。
Dockerfile 生成器
言語/ランタイム別に Dockerfile テンプレートを生成。
.gitignore 生成器
言語/IDE 選択で .gitignore テンプレートを生成。
CI/CD YAML 生成器
GitHub Actions / GitLab CI パイプラインテンプレートを生成。
.env ファイル生成器
キー値ペアを管理し .env と .env.example を生成。