Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit f554c38

Browse files
committed
Added robots and sitemap
1 parent b5aeb03 commit f554c38

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

static/robots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
User-agent: *
2+
Disallow:
3+
Disallow: /cgi-bin/
4+
Disallow: /cdn-cgi/
5+
Disallow: /dashboard/
6+
Disallow: /calendar/
7+
Disallow: /mycalendars/
8+
Sitemap: https://planningcenter.stephengruzin.dev/sitemap.xml

static/sitemap.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
9+
10+
<url>
11+
<loc>https://planningcenter.stephengruzin.dev/</loc>
12+
<lastmod>2025-01-25T08:20:50+00:00</lastmod>
13+
</url>
14+
15+
16+
</urlset>

0 commit comments

Comments
 (0)