Skip to content

Commit 58b2b0f

Browse files
chore: update robots.txt
1 parent c76d1b8 commit 58b2b0f

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

src/2-Clients/WebApp/wwwroot/robots.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# Public marketing site and blog: allow. Authenticated app areas: disallow (also use noindex in layouts).
12
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+
212
Allow: /
313

4-
# Sitemap
14+
# Sitemap (blog module or site-specific endpoint)
515
Sitemap: /blog/sitemap
6-
7-
# Allow all search engines to crawl the entire site
8-
# This robots.txt file allows all web crawlers to access all content
9-
# while providing the sitemap location for better indexing

0 commit comments

Comments
 (0)