fix(public): refresh sitemap lastmod dates to real page changes - #75
fix(public): refresh sitemap lastmod dates to real page changes#75nish3451 wants to merge 19 commits into
Conversation
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe sitemap updates existing ChangesSitemap metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e7f8127028
ℹ️ 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".
| </url> | ||
| <url> | ||
| <loc>https://tinystudio.in/privacy/</loc> | ||
| <lastmod>2026-08-10</lastmod> |
There was a problem hiding this comment.
Record the August 11 trust-page updates
When crawlers consume this sitemap, /privacy/, /terms/, and /drishti/privacy/ are reported as last modified on August 10 even though ancestor commit 62a5dfe changed each page's HTML on August 11 to repair its heading hierarchy. This contradicts the commit's HTML-history source of truth and leaves three newly added lastmod values stale immediately; update these entries to 2026-08-11.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32d178a874
ℹ️ 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".
| </url> | ||
| <url> | ||
| <loc>https://tinystudio.in/promptly/privacy/</loc> | ||
| <lastmod>2026-08-10</lastmod> |
There was a problem hiding this comment.
Set Promptly privacy lastmod to August 12
When crawlers consume this sitemap, /promptly/privacy/ is reported as last modified on August 10, but the reviewed commit's parent 6674aec changed that page's HTML on August 12 by updating its description metadata and JSON-LD. Since these values are intended to reflect the latest HTML-touching commit, set this entry to 2026-08-12.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Closing as landed — This PR's goal was to give every URL a real The only remaining delta is the conflict itself, and it points the wrong way: Nothing to rebase here. If sitemap dates drift again, a fresh PR against current |
What
Refreshes
public/sitemap.xmlso every one of the 12 URLs carries an accuratelastmod, sourced from the last git commit that touched each page's HTML.2026-05-20(predates the site's June 2026 SEO bundle).lastmodat all.YYYY-MM-DDformat; no other sitemap fields changed.Source of truth (git history on main)
/4202d54fix(public): disambiguate Tiny Studio brands (#29)a0d1de5fix(public): replace launch-prep footer copy (#35)The sitemap is hand-maintained (created in commit #4, never refreshed since); no generator script exists to update instead.
Validation
python3xml.etree.ElementTreeparse: well-formed, 12<url>entries, every entry has<lastmod>.Summary by CodeRabbit