Skip to content

fix(public): refresh sitemap lastmod dates to real page changes - #116

Merged
nish3451 merged 10 commits into
mainfrom
fix/lane1-public-sitemap-lastmod-20260812
Aug 13, 2026
Merged

fix(public): refresh sitemap lastmod dates to real page changes#116
nish3451 merged 10 commits into
mainfrom
fix/lane1-public-sitemap-lastmod-20260812

Conversation

@nish3451

Copy link
Copy Markdown
Collaborator

What

Refreshes public/sitemap.xml so every one of the 12 public URLs carries an accurate lastmod, sourced from the last git commit on main that touched each page's HTML.

  • Stale dates fixed: 5 URLs previously claimed 2026-05-20 (predates the site's June 2026 SEO bundle).
  • Missing dates added: 7 URLs (privacy, privacy-choices, terms, promptly/support, promptly/privacy, drishti/support, drishti/privacy) had no lastmod at all.
  • Kept the existing W3C YYYY-MM-DD format; no other sitemap fields changed.

Source of truth (git history on main)

URL(s) Last touching commit Date
/ 4202d54 fix(public): disambiguate Tiny Studio brands (#29) 2026-08-09
/privacy/, /terms/, /drishti/privacy/ 62a5dfe fix(public): repair heading hierarchy on terms, privacy, and Drishti privacy pages 2026-08-11
all other pages a0d1de5 fix(public): replace launch-prep footer copy (#35) 2026-08-10

Supersedes the stale-merge dates in PR #75 (which predate commit 62a5dfe on those three pages).

Validation

  • xml.etree.ElementTree parse: well-formed, 12 <url> entries, every entry has a YYYY-MM-DD <lastmod>.
  • npm test untouched by this change (sitemap is only listed as a required bundle file; no date assertions).

Source each URL's lastmod from the last git commit on main that touched
its HTML:
- / -> 4202d54 (#29) 2026-08-09
- privacy, terms, drishti/privacy -> 62a5dfe 2026-08-11
- all other pages -> a0d1de5 (#35) 2026-08-10
Fixes 5 stale 2026-05-20 dates and adds the 7 missing lastmod entries.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@nish3451, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: b69267f7-7c92-4843-8523-8bd997fa2167

📥 Commits

Reviewing files that changed from the base of the PR and between abcc167 and af34900.

📒 Files selected for processing (1)
  • public/sitemap.xml

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1c131aad78

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread public/sitemap.xml
</url>
<url>
<loc>https://tinystudio.in/promptly/privacy/</loc>
<lastmod>2026-08-10</lastmod>

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 Update the Promptly privacy lastmod date

When this commit is applied to its actual parent, parent commit 6674aec has already modified public/promptly/privacy/index.html on 2026-08-12, but this entry advertises 2026-08-10. This contradicts the change's stated per-page git-history source of truth and gives crawlers a stale modification date; set it to 2026-08-12.

Useful? React with 👍 / 👎.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@nish3451
nish3451 merged commit 67222dd into main Aug 13, 2026
2 checks passed
nish3451 pushed a commit that referenced this pull request Aug 13, 2026
…le with main after PRs #135/#104/#99/#112/#100/#105)

The PR #130 branch had already been reconciled with origin/main through
c617364 (PRs #131 + #133/#134/#132/#116). Since then origin/main moved to
d4f3ef4 with six more merges (#135 #104 #99 #112 #100 #105). Pull them in
so PR #130 can be reviewed against current main without weakening the
capture/rollback/reverification implementation or the PR #131 fail-closed
missing-secret gate.

The merge resolved cleanly:
- PR #130 capture/rollback logic (publish-public-site.mjs canonical_deployment,
  rollbackTo, restored identity re-verify, accept-again) is intact.
- PR #130 test file (scripts/test-pages-release.mjs) is intact and wired
  into the npm ci/test scripts.
- PR #131 fail-loud missing-secret workflow step in
  .github/workflows/deploy-public-site.yml is preserved byte-for-byte.
- The new origin/main changes touch operator surfaces and the deploy
  bundle prep; none of them modify the publish-public-site.mjs rollback
  contract or the Pages token gate, so there were no conflict markers.
nish3451 pushed a commit that referenced this pull request Aug 20, 2026
12-URL sitemap refresh on origin/main (PR #116 restamped against
8 subsequent HTML edits). See PR #227 for the source change; this
report is the lane-1 evidence file per the dispatch contract.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant