Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://vaultsparkstudios.com/journal/building-vault-membership/</loc>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Anchor the vault-member sitemap exclusion

This sitemap entry will be removed the next time the Generate Sitemap workflow runs on main: I checked .github/workflows/sitemap.yml, and its generation step pipes every index.html through grep -vE "$EXCLUDE" while EXCLUDE contains the unanchored token vault-member, which also matches journal/building-vault-membership/index.html (verified with the workflow regex). Since the workflow rewrites sitemap.xml and commits changes on push/dispatch, fixing the missing article only in the generated file is not durable; tighten the exclusion to the private /vault-member/ path or otherwise update the generator so this URL survives regeneration.

Useful? React with 👍 / 👎.

<lastmod>2026-07-13</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://vaultsparkstudios.com/journal/community-enters-the-vault/</loc>
<lastmod>2026-07-13</lastmod>
Expand Down
Loading