Skip to content

Commit

Permalink
adding sitemp.xml file for better crawling by google
Browse files Browse the repository at this point in the history
This file will help google to index all the links of this website properly.
  • Loading branch information
coder-harsh authored Oct 4, 2022
1 parent 49a0536 commit 0c75503
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions sitemap.xml
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>

0 comments on commit 0c75503

Please sign in to comment.