Skip to content

Commit eb829ca

Browse files
committed
search-console
1 parent 5b3c7b3 commit eb829ca

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

public/sitemap.xml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
8+
<url>
9+
<loc>https://papers.codechefvit.com/</loc>
10+
<lastmod>2024-11-03T19:02:33+00:00</lastmod>
11+
<priority>1.00</priority>
12+
</url>
13+
<url>
14+
<loc>https://papers.codechefvit.com/upload</loc>
15+
<lastmod>2024-11-03T19:02:33+00:00</lastmod>
16+
<priority>0.80</priority>
17+
</url>
18+
19+
20+
</urlset>

src/app/layout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default function RootLayout({
8989
}) {
9090
return (
9191
<html lang="en" className={`${GeistSans.variable}`}>
92+
<meta name="google-site-verification" content="SjVFuH8GzIj3Ooh2JcWufBoSMWTzo77TACHomonCKVs" />
9293
<body>
9394
<ThemeProvider
9495
attribute="class"

0 commit comments

Comments
 (0)