Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Deploy: Consolidated gold tables, fixed nginx docs routing
Browse files- api/static/sitemap-app.xml +112 -0
- frontend/public/sitemap-app.xml +112 -0
- website/build/robots.txt +17 -2
- website/static/robots.txt +17 -2
api/static/sitemap-app.xml
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
| 3 |
+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
| 4 |
+
|
| 5 |
+
<!-- Main Application Pages -->
|
| 6 |
+
<url>
|
| 7 |
+
<loc>https://www.communityone.com/</loc>
|
| 8 |
+
<changefreq>daily</changefreq>
|
| 9 |
+
<priority>1.0</priority>
|
| 10 |
+
</url>
|
| 11 |
+
|
| 12 |
+
<url>
|
| 13 |
+
<loc>https://www.communityone.com/explore</loc>
|
| 14 |
+
<changefreq>weekly</changefreq>
|
| 15 |
+
<priority>0.9</priority>
|
| 16 |
+
</url>
|
| 17 |
+
|
| 18 |
+
<url>
|
| 19 |
+
<loc>https://www.communityone.com/search</loc>
|
| 20 |
+
<changefreq>weekly</changefreq>
|
| 21 |
+
<priority>0.9</priority>
|
| 22 |
+
</url>
|
| 23 |
+
|
| 24 |
+
<url>
|
| 25 |
+
<loc>https://www.communityone.com/dashboard</loc>
|
| 26 |
+
<changefreq>weekly</changefreq>
|
| 27 |
+
<priority>0.9</priority>
|
| 28 |
+
</url>
|
| 29 |
+
|
| 30 |
+
<!-- Data Exploration Pages -->
|
| 31 |
+
<url>
|
| 32 |
+
<loc>https://www.communityone.com/jurisdictions</loc>
|
| 33 |
+
<changefreq>weekly</changefreq>
|
| 34 |
+
<priority>0.8</priority>
|
| 35 |
+
</url>
|
| 36 |
+
|
| 37 |
+
<url>
|
| 38 |
+
<loc>https://www.communityone.com/nonprofits</loc>
|
| 39 |
+
<changefreq>weekly</changefreq>
|
| 40 |
+
<priority>0.8</priority>
|
| 41 |
+
</url>
|
| 42 |
+
|
| 43 |
+
<url>
|
| 44 |
+
<loc>https://www.communityone.com/analytics</loc>
|
| 45 |
+
<changefreq>weekly</changefreq>
|
| 46 |
+
<priority>0.8</priority>
|
| 47 |
+
</url>
|
| 48 |
+
|
| 49 |
+
<url>
|
| 50 |
+
<loc>https://www.communityone.com/people</loc>
|
| 51 |
+
<changefreq>weekly</changefreq>
|
| 52 |
+
<priority>0.8</priority>
|
| 53 |
+
</url>
|
| 54 |
+
|
| 55 |
+
<url>
|
| 56 |
+
<loc>https://www.communityone.com/documents</loc>
|
| 57 |
+
<changefreq>weekly</changefreq>
|
| 58 |
+
<priority>0.8</priority>
|
| 59 |
+
</url>
|
| 60 |
+
|
| 61 |
+
<!-- Policy & Advocacy Pages -->
|
| 62 |
+
<url>
|
| 63 |
+
<loc>https://www.communityone.com/policy-map</loc>
|
| 64 |
+
<changefreq>weekly</changefreq>
|
| 65 |
+
<priority>0.8</priority>
|
| 66 |
+
</url>
|
| 67 |
+
|
| 68 |
+
<url>
|
| 69 |
+
<loc>https://www.communityone.com/heatmap</loc>
|
| 70 |
+
<changefreq>weekly</changefreq>
|
| 71 |
+
<priority>0.7</priority>
|
| 72 |
+
</url>
|
| 73 |
+
|
| 74 |
+
<url>
|
| 75 |
+
<loc>https://www.communityone.com/opportunities</loc>
|
| 76 |
+
<changefreq>weekly</changefreq>
|
| 77 |
+
<priority>0.7</priority>
|
| 78 |
+
</url>
|
| 79 |
+
|
| 80 |
+
<url>
|
| 81 |
+
<loc>https://www.communityone.com/debate-grader</loc>
|
| 82 |
+
<changefreq>monthly</changefreq>
|
| 83 |
+
<priority>0.6</priority>
|
| 84 |
+
</url>
|
| 85 |
+
|
| 86 |
+
<!-- Community & Events -->
|
| 87 |
+
<url>
|
| 88 |
+
<loc>https://www.communityone.com/events</loc>
|
| 89 |
+
<changefreq>weekly</changefreq>
|
| 90 |
+
<priority>0.7</priority>
|
| 91 |
+
</url>
|
| 92 |
+
|
| 93 |
+
<url>
|
| 94 |
+
<loc>https://www.communityone.com/services</loc>
|
| 95 |
+
<changefreq>monthly</changefreq>
|
| 96 |
+
<priority>0.6</priority>
|
| 97 |
+
</url>
|
| 98 |
+
|
| 99 |
+
<!-- User Pages (Low priority - require login) -->
|
| 100 |
+
<url>
|
| 101 |
+
<loc>https://www.communityone.com/profile</loc>
|
| 102 |
+
<changefreq>monthly</changefreq>
|
| 103 |
+
<priority>0.3</priority>
|
| 104 |
+
</url>
|
| 105 |
+
|
| 106 |
+
<url>
|
| 107 |
+
<loc>https://www.communityone.com/settings</loc>
|
| 108 |
+
<changefreq>monthly</changefreq>
|
| 109 |
+
<priority>0.3</priority>
|
| 110 |
+
</url>
|
| 111 |
+
|
| 112 |
+
</urlset>
|
frontend/public/sitemap-app.xml
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
| 3 |
+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
| 4 |
+
|
| 5 |
+
<!-- Main Application Pages -->
|
| 6 |
+
<url>
|
| 7 |
+
<loc>https://www.communityone.com/</loc>
|
| 8 |
+
<changefreq>daily</changefreq>
|
| 9 |
+
<priority>1.0</priority>
|
| 10 |
+
</url>
|
| 11 |
+
|
| 12 |
+
<url>
|
| 13 |
+
<loc>https://www.communityone.com/explore</loc>
|
| 14 |
+
<changefreq>weekly</changefreq>
|
| 15 |
+
<priority>0.9</priority>
|
| 16 |
+
</url>
|
| 17 |
+
|
| 18 |
+
<url>
|
| 19 |
+
<loc>https://www.communityone.com/search</loc>
|
| 20 |
+
<changefreq>weekly</changefreq>
|
| 21 |
+
<priority>0.9</priority>
|
| 22 |
+
</url>
|
| 23 |
+
|
| 24 |
+
<url>
|
| 25 |
+
<loc>https://www.communityone.com/dashboard</loc>
|
| 26 |
+
<changefreq>weekly</changefreq>
|
| 27 |
+
<priority>0.9</priority>
|
| 28 |
+
</url>
|
| 29 |
+
|
| 30 |
+
<!-- Data Exploration Pages -->
|
| 31 |
+
<url>
|
| 32 |
+
<loc>https://www.communityone.com/jurisdictions</loc>
|
| 33 |
+
<changefreq>weekly</changefreq>
|
| 34 |
+
<priority>0.8</priority>
|
| 35 |
+
</url>
|
| 36 |
+
|
| 37 |
+
<url>
|
| 38 |
+
<loc>https://www.communityone.com/nonprofits</loc>
|
| 39 |
+
<changefreq>weekly</changefreq>
|
| 40 |
+
<priority>0.8</priority>
|
| 41 |
+
</url>
|
| 42 |
+
|
| 43 |
+
<url>
|
| 44 |
+
<loc>https://www.communityone.com/analytics</loc>
|
| 45 |
+
<changefreq>weekly</changefreq>
|
| 46 |
+
<priority>0.8</priority>
|
| 47 |
+
</url>
|
| 48 |
+
|
| 49 |
+
<url>
|
| 50 |
+
<loc>https://www.communityone.com/people</loc>
|
| 51 |
+
<changefreq>weekly</changefreq>
|
| 52 |
+
<priority>0.8</priority>
|
| 53 |
+
</url>
|
| 54 |
+
|
| 55 |
+
<url>
|
| 56 |
+
<loc>https://www.communityone.com/documents</loc>
|
| 57 |
+
<changefreq>weekly</changefreq>
|
| 58 |
+
<priority>0.8</priority>
|
| 59 |
+
</url>
|
| 60 |
+
|
| 61 |
+
<!-- Policy & Advocacy Pages -->
|
| 62 |
+
<url>
|
| 63 |
+
<loc>https://www.communityone.com/policy-map</loc>
|
| 64 |
+
<changefreq>weekly</changefreq>
|
| 65 |
+
<priority>0.8</priority>
|
| 66 |
+
</url>
|
| 67 |
+
|
| 68 |
+
<url>
|
| 69 |
+
<loc>https://www.communityone.com/heatmap</loc>
|
| 70 |
+
<changefreq>weekly</changefreq>
|
| 71 |
+
<priority>0.7</priority>
|
| 72 |
+
</url>
|
| 73 |
+
|
| 74 |
+
<url>
|
| 75 |
+
<loc>https://www.communityone.com/opportunities</loc>
|
| 76 |
+
<changefreq>weekly</changefreq>
|
| 77 |
+
<priority>0.7</priority>
|
| 78 |
+
</url>
|
| 79 |
+
|
| 80 |
+
<url>
|
| 81 |
+
<loc>https://www.communityone.com/debate-grader</loc>
|
| 82 |
+
<changefreq>monthly</changefreq>
|
| 83 |
+
<priority>0.6</priority>
|
| 84 |
+
</url>
|
| 85 |
+
|
| 86 |
+
<!-- Community & Events -->
|
| 87 |
+
<url>
|
| 88 |
+
<loc>https://www.communityone.com/events</loc>
|
| 89 |
+
<changefreq>weekly</changefreq>
|
| 90 |
+
<priority>0.7</priority>
|
| 91 |
+
</url>
|
| 92 |
+
|
| 93 |
+
<url>
|
| 94 |
+
<loc>https://www.communityone.com/services</loc>
|
| 95 |
+
<changefreq>monthly</changefreq>
|
| 96 |
+
<priority>0.6</priority>
|
| 97 |
+
</url>
|
| 98 |
+
|
| 99 |
+
<!-- User Pages (Low priority - require login) -->
|
| 100 |
+
<url>
|
| 101 |
+
<loc>https://www.communityone.com/profile</loc>
|
| 102 |
+
<changefreq>monthly</changefreq>
|
| 103 |
+
<priority>0.3</priority>
|
| 104 |
+
</url>
|
| 105 |
+
|
| 106 |
+
<url>
|
| 107 |
+
<loc>https://www.communityone.com/settings</loc>
|
| 108 |
+
<changefreq>monthly</changefreq>
|
| 109 |
+
<priority>0.3</priority>
|
| 110 |
+
</url>
|
| 111 |
+
|
| 112 |
+
</urlset>
|
website/build/robots.txt
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Allow all search engines to crawl the site
|
| 2 |
User-agent: *
|
| 3 |
Allow: /
|
| 4 |
|
| 5 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
Sitemap: https://www.communityone.com/sitemap.xml
|
| 7 |
|
| 8 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
Crawl-delay: 1
|
|
|
|
| 1 |
+
# robots.txt for Open Navigator
|
| 2 |
+
# This file controls search engine crawler access
|
| 3 |
+
|
| 4 |
# Allow all search engines to crawl the site
|
| 5 |
User-agent: *
|
| 6 |
Allow: /
|
| 7 |
|
| 8 |
+
# Prevent indexing of API endpoints (data only)
|
| 9 |
+
Disallow: /api/
|
| 10 |
+
|
| 11 |
+
# Prevent indexing of authentication pages
|
| 12 |
+
Disallow: /auth/
|
| 13 |
+
Disallow: /profile
|
| 14 |
+
Disallow: /settings
|
| 15 |
+
|
| 16 |
+
# Master Sitemap Index (points to all sitemaps)
|
| 17 |
Sitemap: https://www.communityone.com/sitemap.xml
|
| 18 |
|
| 19 |
+
# Individual sitemaps (for reference)
|
| 20 |
+
Sitemap: https://www.communityone.com/sitemap-app.xml
|
| 21 |
+
Sitemap: https://www.communityone.com/docs/sitemap.xml
|
| 22 |
+
|
| 23 |
+
# Crawl-delay to be polite to search engines (1 second)
|
| 24 |
Crawl-delay: 1
|
website/static/robots.txt
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Allow all search engines to crawl the site
|
| 2 |
User-agent: *
|
| 3 |
Allow: /
|
| 4 |
|
| 5 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
Sitemap: https://www.communityone.com/sitemap.xml
|
| 7 |
|
| 8 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
Crawl-delay: 1
|
|
|
|
| 1 |
+
# robots.txt for Open Navigator
|
| 2 |
+
# This file controls search engine crawler access
|
| 3 |
+
|
| 4 |
# Allow all search engines to crawl the site
|
| 5 |
User-agent: *
|
| 6 |
Allow: /
|
| 7 |
|
| 8 |
+
# Prevent indexing of API endpoints (data only)
|
| 9 |
+
Disallow: /api/
|
| 10 |
+
|
| 11 |
+
# Prevent indexing of authentication pages
|
| 12 |
+
Disallow: /auth/
|
| 13 |
+
Disallow: /profile
|
| 14 |
+
Disallow: /settings
|
| 15 |
+
|
| 16 |
+
# Master Sitemap Index (points to all sitemaps)
|
| 17 |
Sitemap: https://www.communityone.com/sitemap.xml
|
| 18 |
|
| 19 |
+
# Individual sitemaps (for reference)
|
| 20 |
+
Sitemap: https://www.communityone.com/sitemap-app.xml
|
| 21 |
+
Sitemap: https://www.communityone.com/docs/sitemap.xml
|
| 22 |
+
|
| 23 |
+
# Crawl-delay to be polite to search engines (1 second)
|
| 24 |
Crawl-delay: 1
|