Skip to content

Commit

Permalink
search-console
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Nov 3, 2024
1 parent 5b3c7b3 commit eb829ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://papers.codechefvit.com/</loc>
<lastmod>2024-11-03T19:02:33+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://papers.codechefvit.com/upload</loc>
<lastmod>2024-11-03T19:02:33+00:00</lastmod>
<priority>0.80</priority>
</url>


</urlset>
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function RootLayout({
}) {
return (
<html lang="en" className={`${GeistSans.variable}`}>
<meta name="google-site-verification" content="SjVFuH8GzIj3Ooh2JcWufBoSMWTzo77TACHomonCKVs" />
<body>
<ThemeProvider
attribute="class"
Expand Down

0 comments on commit eb829ca

Please sign in to comment.