Skip to content

Commit

Permalink
Fix sitemap config
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Jun 11, 2024
1 parent 8d3df55 commit a037908
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://mc-ctec.org</loc></url><url><loc>https://mc-ctec.org/join</loc></url><url><loc>https://mc-ctec.org/survival</loc></url><url><loc>https://mc-ctec.org/survivalProgress</loc></url><url><loc>https://mc-ctec.org/member</loc></url><url><loc>https://mc-ctec.org/openSource</loc></url><url><loc>https://mc-ctec.org/collaborative</loc></url><url><loc>https://mc-ctec.org/partner</loc></url><url><loc>https://mc-ctec.org/redstoneCollection</loc></url><url><loc>https://mc-ctec.org/architectureCollection</loc></url></urlset>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://mc-ctec.org/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/join/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/survival/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/survivalProgress/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/member/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/openSource/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/collaborative/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/partner/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/redstoneCollection/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://mc-ctec.org/architectureCollection/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
</urlset>

0 comments on commit a037908

Please sign in to comment.