-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots.txt
More file actions
37 lines (31 loc) · 790 Bytes
/
robots.txt
File metadata and controls
37 lines (31 loc) · 790 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
# robots.txt for Aldrian Sahid Portfolio
# https://4ldrian01.github.io/
# Last Updated: December 7, 2025
# Allow all search engines to crawl the site
User-agent: *
Allow: /
Allow: /index.html
Allow: /manifest.json
Allow: /images/
# Allow crawling of important content
Allow: /#home
Allow: /#about
Allow: /#skills
Allow: /#portfolio
Allow: /#certifications
Allow: /#contact
# Disallow crawling of assets that don't need indexing
Disallow: /ASSETS/js/
Disallow: /ASSETS/css/
Disallow: /FLATICONS/
# Disallow draft/test files (if any)
Disallow: /drafts/
Disallow: /test/
Disallow: /_drafts/
Disallow: /_test/
Disallow: /*.tmp$
Disallow: /*.bak$
# Sitemap location
Sitemap: https://4ldrian01.github.io/sitemap.xml
# Crawl-delay (optional - be gentle with server resources)
Crawl-delay: 1