File size: 637 Bytes
0eb865e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# robots.txt for Open Navigator
# This file controls search engine crawler access

# Allow all search engines to crawl the site
User-agent: *
Allow: /

# Prevent indexing of API endpoints (data only)
Disallow: /api/

# Prevent indexing of authentication pages  
Disallow: /auth/
Disallow: /profile
Disallow: /settings

# Master Sitemap Index (points to all sitemaps)
Sitemap: https://www.communityone.com/sitemap.xml

# Individual sitemaps (for reference)
Sitemap: https://www.communityone.com/sitemap-app.xml
Sitemap: https://www.communityone.com/docs/sitemap.xml

# Crawl-delay to be polite to search engines (1 second)
Crawl-delay: 1