Skip to content

Commit 2833293

Browse files
committed
added sitemep.xml & robots.txt
1 parent 597952f commit 2833293

4 files changed

Lines changed: 66 additions & 6 deletions

File tree

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google Tag Manager -->
5+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
6+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
7+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
8+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
9+
})(window,document,'script','dataLayer','GTM-P2S5QWHP');</script>
410
<meta charset="UTF-8" />
511
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
612
<title>Page Not Found</title>
@@ -25,6 +31,10 @@
2531
</style>
2632
</head>
2733
<body>
34+
<!-- Google Tag Manager (noscript) -->
35+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2S5QWHP"
36+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
37+
<!-- End Google Tag Manager (noscript) -->
2838
<h1>404 😢</h1>
2939
<p>The page you're looking for doesn't exist.</p>
3040
<a href="/">Go Back Home</a>

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Mbitu | Portfolio</title>
7-
<link href="https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap" rel="stylesheet">
8-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9-
<link rel="stylesheet" href="style.css">
104
<!-- Google Tag Manager -->
115
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
126
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
137
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
148
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
159
})(window,document,'script','dataLayer','GTM-P2S5QWHP');</script>
1610
<!-- End Google Tag Manager -->
11+
<meta charset="UTF-8">
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13+
<title>Mbitu | Portfolio</title>
14+
<link href="https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap" rel="stylesheet">
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
16+
<link rel="stylesheet" href="style.css">
1717
</head>
1818
<body>
1919
<!-- Google Tag Manager (noscript) -->

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://mbitu-portfolio.vercel.app/sitemap.xml

sitemap.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
4+
<url>
5+
<loc>https://mbitu-portfolio.vercel.app</loc>
6+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
7+
<changefreq>monthly</changefreq>
8+
<priority>1.0</priority>
9+
</url>
10+
<url>
11+
<loc>https://mbitu-portfolio.vercel.app/about</loc>
12+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
13+
<changefreq>monthly</changefreq>
14+
<priority>0.8</priority>
15+
</url>
16+
<url>
17+
<loc>https://mbitu-portfolio.vercel.app/services</loc>
18+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
19+
<changefreq>monthly</changefreq>
20+
<priority>0.8</priority>
21+
</url>
22+
<url>
23+
<loc>https://mbitu-portfolio.vercel.app/skills</loc>
24+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
25+
<changefreq>monthly</changefreq>
26+
<priority>0.8</priority>
27+
</url>
28+
<url>
29+
<loc>https://mbitu-portfolio.vercel.app/portfolio</loc>
30+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
31+
<changefreq>monthly</changefreq>
32+
<priority>0.8</priority>
33+
</url>
34+
<url>
35+
<loc>https://mbitu-portfolio.vercel.app/contact</loc>
36+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
37+
<changefreq>monthly</changefreq>
38+
<priority>0.8</priority>
39+
</url>
40+
<url>
41+
<loc>https://mbitu-portfolio.vercel.app/assets/JAMES%20CV.pdf</loc>
42+
<lastmod>2025-08-22T08:19:14+00:00</lastmod>
43+
<changefreq>monthly</changefreq>
44+
<priority>0.8</priority>
45+
</url>
46+
</urlset>

0 commit comments

Comments
 (0)