-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jay Chia
committed
Dec 20, 2023
1 parent
f26a0ac
commit 39e8e8e
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
User-agent: * | ||
|
||
Disallow: /projects/docs | ||
# Allow crawling of all paths | ||
Allow: / | ||
|
||
Allow: /projects/docs/en/latest | ||
# Override to disallow crawling of documentation | ||
Disallow: /projects/docs/ | ||
|
||
Allow: /projects/docs/en/stable | ||
# Override again to allow crawling of /latest documentation | ||
Allow: /projects/docs/en/latest/ | ||
|
||
# Override again to allow crawling of /stable documentation | ||
Allow: /projects/docs/en/stable/ | ||
|
||
# Custom sitemap | ||
Sitemap: https://www.getdaft.io/sitemap-override.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters