-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobots.txt
50 lines (37 loc) · 1.08 KB
/
robots.txt
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Complete robots.txt template
# Allow all robots full access
User-agent: *
Allow: /
Disallow: /tracker
Disallow: /profile
Disallow: /reset-password
Disallow: /payement
Disallow: /confirmation
# Block access to specific file types
Disallow: /*.pdf$
Disallow: /*.png$
Disallow: /*.jpg$
# Allow access to specific files within blocked folders
# Allow: /private/public-file.html
# Block a specific page
# Disallow: /do-not-index-this-page.html
# Block access to URLs containing certain query parameters
# Disallow: /*?q=
# Specific rules for Googlebot
# User-agent: Googlebot
# Disallow: /googlebot-specific-folder/
# Specific rules for Bingbot
# User-agent: Bingbot
# Disallow: /bingbot-specific-folder/
# Slow down the crawl rate
# Crawl-delay: 10
# Link to your XML sitemap(s)
Sitemap: https://withar.co/sitemap.xml
# Block all bots from a specific section
# User-agent: *
# Disallow: /not-for-bots/
# Allow specific bot full access to a blocked section
# User-agent: Googlebot-Image
# Allow: /not-for-bots/images/
# Add a comment (ignored by bots)
# This is a comment explaining a specific rule