feat(main): add sitemap

This commit is contained in:
Kim, Jimin 2023-07-04 09:30:09 +09:00
parent d10428cb51
commit b8a7eb50be
2 changed files with 10 additions and 0 deletions

View file

@ -2,3 +2,4 @@
User-agent: * User-agent: *
Allow: / Allow: /
Disallow: Disallow:
Sitemap: https://developomp.com/sitemap.xml

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://developomp.com</loc>
<lastmod>2023-07-04</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>