Skip to content

Commit 29015f6

Browse files
Seo Optimization
1 parent 55af5b5 commit 29015f6

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://hammadmeer.netlify.app/sitemap.xml

public/sitemap.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<!-- Home -->
4+
<url>
5+
<loc>https://hammadmeer.netlify.app/</loc>
6+
<lastmod>2025-09-07</lastmod>
7+
<changefreq>monthly</changefreq>
8+
<priority>1.0</priority>
9+
</url>
10+
11+
<!-- Sections -->
12+
<url>
13+
<loc>https://hammadmeer.netlify.app/#about</loc>
14+
<lastmod>2025-09-07</lastmod>
15+
<changefreq>monthly</changefreq>
16+
<priority>0.8</priority>
17+
</url>
18+
<url>
19+
<loc>https://hammadmeer.netlify.app/#skills</loc>
20+
<lastmod>2025-09-07</lastmod>
21+
<changefreq>monthly</changefreq>
22+
<priority>0.8</priority>
23+
</url>
24+
<url>
25+
<loc>https://hammadmeer.netlify.app/#projects</loc>
26+
<lastmod>2025-09-07</lastmod>
27+
<changefreq>monthly</changefreq>
28+
<priority>0.9</priority>
29+
</url>
30+
<url>
31+
<loc>https://hammadmeer.netlify.app/#contact</loc>
32+
<lastmod>2025-09-07</lastmod>
33+
<changefreq>monthly</changefreq>
34+
<priority>0.7</priority>
35+
</url>
36+
</urlset>

0 commit comments

Comments
 (0)