forked from SauravMukherjee44/CodeIN-Community-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding sitemp.xml file for better crawling by google
This file will help google to index all the links of this website properly.
- Loading branch information
1 parent
49a0536
commit 0c75503
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?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://codeincommunity.tech/</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>1.00</priority> | ||
</url> | ||
<url> | ||
<loc>https://codeincommunity.tech/index.html</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>0.80</priority> | ||
</url> | ||
<url> | ||
<loc>https://codeincommunity.tech/hacktoberfest2022.html</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>0.80</priority> | ||
</url> | ||
<url> | ||
<loc>https://codeincommunity.tech/benefit.html</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>0.80</priority> | ||
</url> | ||
<url> | ||
<loc>https://codeincommunity.tech/opportunity.html</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>0.80</priority> | ||
</url> | ||
<url> | ||
<loc>https://codeincommunity.tech/blog.html</loc> | ||
<lastmod>2022-10-04T07:32:45+00:00</lastmod> | ||
<priority>0.80</priority> | ||
</url> | ||
|
||
|
||
</urlset> |