We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76d1b8 commit 58b2b0fCopy full SHA for 58b2b0f
1 file changed
src/2-Clients/WebApp/wwwroot/robots.txt
@@ -1,9 +1,15 @@
1
+# Public marketing site and blog: allow. Authenticated app areas: disallow (also use noindex in layouts).
2
User-agent: *
3
+
4
+Disallow: /dashboard
5
+Disallow: /user/
6
+Disallow: /order/
7
+Disallow: /subscription/
8
+Disallow: /license/
9
+Disallow: /ai/
10
+Disallow: /payment/
11
12
Allow: /
13
-# Sitemap
14
+# Sitemap (blog module or site-specific endpoint)
15
Sitemap: /blog/sitemap
-
-# Allow all search engines to crawl the entire site
-# This robots.txt file allows all web crawlers to access all content
-# while providing the sitemap location for better indexing
0 commit comments