Legal Center & Public Pages
Ideas and reports about the public legal center (hub.termerly.com) where visitors read your policies: layout, accessibility, SEO, clean URLs, and reader experience.
Share your comment
- ReleasedIndependent OG metadata per page, with image data URIs
Every page in the admin app can now declare its own Open Graph title, description and image — independent of the document-level metadata. Previously the OG fields fell back to the document defaults...
- ReleasedAuto-generated Open Graph images on the marketing site
Every marketing page now produces its own 1200×630 Open Graph image, auto-generated from the page's SEO title and description. No more manually exporting PNGs for every landing page we ship.What th...
- ReleasedOpen Graph images on the Legal Center embed as data URIs
Open Graph previews are how your policy pages look when someone shares the link in a chat app or a social platform. Previously the Legal Center generated the OG image at a CDN endpoint, which meant...
- ReleasedA real stats dashboard, page-list filters, and edge hardening
A grab-bag release with three substantial improvements in one drop:Stats dashboard. The placeholder analytics panel got replaced with a real dashboard showing page views over time, top pages by vis...
- ReleasedPage version history, jurisdictional variants, and a consent log
A foundational release for compliance-grade policy management. Every legal page on Termerly now keeps an immutable version history — every save creates a new version, and old versions are preserved...
- ReleasedLegal Center TOC entries restored, scroll-spy works again
The Legal Center table of contents on the right side of every policy page had two regressions:Missing entries. Certain section headings in the document body were being skipped by the TOC, so reader...
- ReleasedSitemap URLs no longer contain "undefined"
A handful of URLs in the production sitemap were being generated with the literal token undefined in the path — things like https://undefined/foo/bar. The root cause was a runtime config key not be...
- ReleasedSitemap URL listing restored in production
The Legal Center sitemap was silently dropping its URL listing in production. The XML file was being generated, served, and accepted by search engines — it just had an empty <urlset> inside. ...