Skip to content

Commit

Permalink
Merge pull request #30 from KingBoRam/feat/sitemap
Browse files Browse the repository at this point in the history
✨ Feat: sitemap 설정
  • Loading branch information
KingBoRam authored Sep 4, 2024
2 parents 0ee72bb + 0394a83 commit c8164eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://www.bapiens.com/sitemap.xml
16 changes: 16 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://www.babpiens.com/</loc>
<lastmod>2024-09-03T09:46:42+00:00</lastmod>
</url>


</urlset>

0 comments on commit c8164eb

Please sign in to comment.