Skip to content

Commit 024f5ee

Browse files
savvidesclaude
andcommitted
feat(seo): add robots.txt + sitemap.xml, refresh JSON-LD metadata
GSC showed 0 sitemap submitted and only / indexed. Adds the discoverability foundation — robots.txt pointing at sitemap.xml, a one-URL sitemap to grow from — plus softwareVersion / datePublished / dateModified on the SoftwareApplication JSON-LD so Google sees freshness, and a releases.atom <link rel="alternate"> so feed-aware crawlers find the release stream. No marketing-copy changes: v3.1.0 is contributor-facing (design system locked in DESIGN.md); hero badge and What's-new stay pinned at v3.0.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8e87f64 commit 024f5ee

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1212
<link rel="icon" type="image/png" sizes="512x512" href="favicon.png">
1313
<link rel="apple-touch-icon" href="favicon.png">
14+
<link rel="alternate" type="application/rss+xml" title="idstack releases" href="https://github.com/savvides/idstack/releases.atom">
1415

1516
<!-- Open Graph -->
1617
<meta property="og:title" content="idstack — Evidence-based instructional design, transparently cited">
@@ -41,6 +42,9 @@
4142
"url": "https://idstack.org",
4243
"applicationCategory": "EducationalApplication",
4344
"operatingSystem": "macOS, Linux, Windows",
45+
"softwareVersion": "3.1.0",
46+
"datePublished": "2026-04-20",
47+
"dateModified": "2026-05-13",
4448
"offers": {
4549
"@type": "Offer",
4650
"price": "0",

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://idstack.org/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://idstack.org/</loc>
5+
<lastmod>2026-05-13</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)