fix(public): tighten the Promptly privacy page meta description - #120
Conversation
Dogfood finding 63256313bbbb flags the /promptly/privacy meta description as needing tightening. Shorten it from 144 to 121 chars, dropping the redundant 'App-specific' lead-in and 'what it handles' filler while keeping every key term: privacy policy, Promptly, Tiny Studio's booking and no-show prevention app, data handled, retention, and choices. Sync the same copy across meta description, og:description, twitter:description, and JSON-LD description.
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 Promptly privacy page now uses revised wording in its page description, Open Graph metadata, Twitter metadata, and JSON-LD description. ChangesPrivacy 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.
…rged, live blocked on missing Cloudflare token (#172) Dogfood finding 63256313bbbb flags /promptly/privacy's meta description as needing tightening. Verified on lane resume: fix 6674aec (PR #120) is in main and test-pinned (127 checks, 0 failures); live tinystudio.in/promptly/privacy/ still serves the old thin description because every deploy run fails at the fail-closed missing CLOUDFLARE_API_TOKEN step. NEEDS-NISH: provision the secret. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
…D on source and live (#lane1) Source already fixed in PR #120 (commit 6674aec, merged 2026-08-12). Live now confirmed tightened as of 2026-08-20 — Nish provisioned the Cloudflare Pages token (alias CLOUDFLARE) and the release lane redeployed on its own within a day. Today's fresh fetch (origin/main = ccfbd4b) and live curl against https://tinystudio.in/promptly/privacy/ both return the 121-char tightened description on meta name=description, og:description, twitter:description, and JSON-LD WebPage.description. scripts/test-public-structured-data.mjs: 127/127 green. scripts/check-public-live-deploy.mjs: 240/240 green. No product source change required this cycle — the item is closed.
…D on source and live (#lane1) (#232) Source already fixed in PR #120 (commit 6674aec, merged 2026-08-12). Live now confirmed tightened as of 2026-08-20 — Nish provisioned the Cloudflare Pages token (alias CLOUDFLARE) and the release lane redeployed on its own within a day. Today's fresh fetch (origin/main = ccfbd4b) and live curl against https://tinystudio.in/promptly/privacy/ both return the 121-char tightened description on meta name=description, og:description, twitter:description, and JSON-LD WebPage.description. scripts/test-public-structured-data.mjs: 127/127 green. scripts/check-public-live-deploy.mjs: 240/240 green. No product source change required this cycle — the item is closed. Co-authored-by: minimax-vps <minimax-vps@MiniMax.local>
What
Dogfood finding [dogfood 63256313bbbb]: the
/promptly/privacymeta description needs tightening. The description was 144 characters with a redundant lead-in ("App-specific") and filler ("what it handles").Change
New description (121 chars, was 144):
Keeps every key term (privacy policy, Promptly, Tiny Studio, booking and no-show prevention app, data handled, retention, choices) while tightening the structure into clean parallel noun phrases. Synced across all four locations:
meta name="description",og:description,twitter:description, and the JSON-LDWebPage.description.Note: this is the same change carried by the still-open PR #79 (
fix/lane1-promptly-privacy-meta-tighten), delivered here as a single clean commit from current origin/main. PR #79 can be closed once this lands.Verification
test-public-structured-data127/127,test-public-social-preview137/137,test-public-deploy-bundle62/62,test-public-conversion-signal126/126,test-public-link-targets77/77,test-public-brand-disambiguation11/11,test-public-soft-40419/19,test-public-heading-hierarchy62/62 — all 0 failuresSummary by CodeRabbit