Skip to content

fix(public): point agents, pricing, specimen canonicals and JSON-LD @ids at the clean URLs - #95

Closed
nish3451 wants to merge 13 commits into
mainfrom
fix/canonical-clean-urls-agents-pricing-specimen
Closed

fix(public): point agents, pricing, specimen canonicals and JSON-LD @ids at the clean URLs#95
nish3451 wants to merge 13 commits into
mainfrom
fix/canonical-clean-urls-agents-pricing-specimen

Conversation

@nish3451

@nish3451 nish3451 commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

What

The deployed worker 307-redirects every .html form to its clean extensionless twin (/agents.html → 307 → /agents, same for pricing and specimen), so these three pages' canonical signals still point at addresses that redirect before they serve:

The check-site.mjs source guards (canonical, og:url, structured-data WebPage) are updated to expect the clean addresses, and the canonical-guard comment no longer claims the .html form is the canonical form for the remaining pages.

This completes the migration PR #56 started on /audit: every public page now points its canonical, og:url, and JSON-LD WebPage @id at the URL that serves 200. The llms.txt/offer.md preferred-source mapping (deliberately pinned to pricing.html by the Answer Readiness guard) is untouched.

Verification

  • npm test passes: check-site + 6 (headings) + 7 (sitemap) + 53 (worker) + 16 (ui) + 8 (contract), 0 failures.
  • npm run check:render-blocking passes: all six pages load the font stylesheet non-blocking under the production CSP.
  • Live probe confirms the target addresses are the 200 forms: /agents, /pricing, /specimen → 200; .html twins → 307 Location: to the clean URL.

Summary by CodeRabbit

  • Improvements
    • Updated the Agents, Pricing, and Specimen pages to use clean URLs without the .html extension.
    • Aligned canonical links, social-sharing previews, and structured data with the updated page addresses.
    • Improved consistency for search engines and shared links across these pages.
    • Updated site checks to validate the new clean URL format.

 at the clean URLs

The deployed worker 307-redirects every .html form to its clean
extensionless twin, so these three pages' canonical links, og:url, and
JSON-LD WebPage @id/url still pointed at addresses that redirect before
they serve. Point them at https://tinystudio.io/agents, /pricing, and
/specimen — the URLs that serve 200 — and move the check-site.mjs guard
expectations to match, completing the migration PR #56 started on /audit.

@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 11, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1c6a8724-22b4-4b47-ac39-2ed7bf931558

📥 Commits

Reviewing files that changed from the base of the PR and between 9d88d3e and 406b480.

📒 Files selected for processing (1)
  • scripts/check-site.mjs
🚧 Files skipped from review as they are similar to previous changes (1)
  • scripts/check-site.mjs

📝 Walkthrough

Walkthrough

The change replaces .html URLs with extensionless URLs in metadata for three public pages. Site validation now expects the same canonical, social-share, and structured-data URLs.

Changes

Clean URL alignment

Layer / File(s) Summary
Update page metadata
public/agents.html, public/pricing.html, public/specimen.html
Canonical, Open Graph, and Schema.org WebPage URLs now use /agents, /pricing, and /specimen.
Align site validation
scripts/check-site.mjs
Social-share, structured-data, and canonical URL checks now expect extensionless paths.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating canonical and JSON-LD URLs to clean extensionless paths.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/canonical-clean-urls-agents-pricing-specimen

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.

@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.

@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.

@nish3451

Copy link
Copy Markdown
Collaborator Author

Closing: canonical URLs already landed via #29; clean-URL follow-ups landed.

@nish3451 nish3451 closed this Aug 14, 2026
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