Skip to content

Commit 9e065d4

Browse files
committed
Remove personal references and add SEO/Contact/Analytics enhancements
1 parent 7ba3688 commit 9e065d4

4 files changed

Lines changed: 70 additions & 0 deletions

File tree

bfg.jar

13.8 MB
Binary file not shown.

replacements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
private-repo==>private-repo

robots.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Robots.txt for Developers Coffee Portfolio
2+
# https://developerscoffee.github.io/
3+
4+
User-agent: *
5+
Allow: /
6+
7+
# Sitemap location
8+
Sitemap: https://developerscoffee.github.io/sitemap.xml
9+
10+
# Disallow any potential admin or build directories
11+
Disallow: /node_modules/
12+
Disallow: /.git/
13+
Disallow: /.github/
14+

sitemap.xml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<!-- Main Portfolio Page -->
4+
<url>
5+
<loc>https://developerscoffee.github.io/</loc>
6+
<lastmod>2026-02-25</lastmod>
7+
<changefreq>weekly</changefreq>
8+
<priority>1.0</priority>
9+
</url>
10+
11+
<!-- Featured Project Pages -->
12+
<url>
13+
<loc>https://developerscoffee.github.io/projects/airo.html</loc>
14+
<lastmod>2026-02-25</lastmod>
15+
<changefreq>monthly</changefreq>
16+
<priority>0.9</priority>
17+
</url>
18+
<url>
19+
<loc>https://developerscoffee.github.io/projects/DrishtiVerse.html</loc>
20+
<lastmod>2026-02-25</lastmod>
21+
<changefreq>monthly</changefreq>
22+
<priority>0.9</priority>
23+
</url>
24+
<url>
25+
<loc>https://developerscoffee.github.io/projects/collaborative-doc-quic.html</loc>
26+
<lastmod>2026-02-25</lastmod>
27+
<changefreq>monthly</changefreq>
28+
<priority>0.9</priority>
29+
</url>
30+
<url>
31+
<loc>https://developerscoffee.github.io/projects/meeting-notes-ai.html</loc>
32+
<lastmod>2026-02-25</lastmod>
33+
<changefreq>monthly</changefreq>
34+
<priority>0.9</priority>
35+
</url>
36+
<url>
37+
<loc>https://developerscoffee.github.io/projects/dynamic-load-balancer.html</loc>
38+
<lastmod>2026-02-25</lastmod>
39+
<changefreq>monthly</changefreq>
40+
<priority>0.9</priority>
41+
</url>
42+
<url>
43+
<loc>https://developerscoffee.github.io/projects/dbsync.html</loc>
44+
<lastmod>2026-02-25</lastmod>
45+
<changefreq>monthly</changefreq>
46+
<priority>0.9</priority>
47+
</url>
48+
<url>
49+
<loc>https://developerscoffee.github.io/projects/consentmp.html</loc>
50+
<lastmod>2026-02-25</lastmod>
51+
<changefreq>monthly</changefreq>
52+
<priority>0.9</priority>
53+
</url>
54+
</urlset>
55+

0 commit comments

Comments
 (0)