-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots.txt
More file actions
34 lines (27 loc) · 751 Bytes
/
robots.txt
File metadata and controls
34 lines (27 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# robots.txt for https://vrchatplugin.net
# Author: VRChat Plugin Studio
# Last updated: 2025-10-23
# Tüm arama motorlarının siteyi taramasına izin ver
User-agent: *
Allow: /
# Tarama hızını dengelemek için (opsiyonel)
Crawl-delay: 5
# Gizli veya gereksiz klasörleri hariç tut
Disallow: /admin/
Disallow: /private/
Disallow: /temp/
Disallow: /backup/
Disallow: /cgi-bin/
# Medya veya geçici dosyalar (eğer varsa)
Disallow: /uploads/temp/
Disallow: /assets/temp/
# Sitemap bağlantısı (Google ve Bing için kritik önemde)
Sitemap: https://vrchatplugin.net/sitemap.xml
# Googlebot için özel ayar (isteğe bağlı)
User-agent: Googlebot
Allow: /
Disallow: /private/
# Yandex özel ayar
User-agent: Yandex
Allow: /
Crawl-delay: 10