Skip to content

Commit ef708de

Browse files
codejqclaude
andcommitted
Add sitemap.xml and robots.txt for search engine indexing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f97806d commit ef708de

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://codejq.github.io/EPPlus.Core/sitemap.xml

docs/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://codejq.github.io/EPPlus.Core/</loc>
5+
<lastmod>2026-03-01</lastmod>
6+
<changefreq>monthly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)