Public Blog & Reader Experience
Ideas and reports for the public blog (blog.vlogerly.com): layout, dark/light theme, search, pagination, social sharing, OG images, and SEO.
Share your comment
The public blog now generates dynamic Open Graph images for every page that gets shared.Article pages get a card with the article title, description, and project branding.Category and tag pages get...
Every article now displays an estimated reading time next to the title — based on the article's word count and recalculated on every save, so it's always accurate to the latest version of the piece...
If you marked a project as private, the public blog routes used to be inconsistent about enforcing that — some pages 404'd, others quietly served the content anyway.This release adds a proper visib...
A polish pass across our brand assets and a step toward a more installable blog experience.The blog now ships with a proper web app manifest, which means readers can install your blog as a standalo...
Two SEO-and-UX upgrades in one release.First, every article page now emits JSON-LD structured data following the standard Article schema. Search engines parse this to understand who wrote what, whe...
A focused SEO pass landed across the entire blog renderer with three concrete wins.Dynamic keywords — page metadata now pulls in your project's categories and tags for project-level pages, and arti...
Every Vlogerly blog now fully supports dark mode, automatically following the reader's system preference.What this required:Every component swapped hardcoded background and text colors for theme to...
When something goes wrong in the admin, the error message you see now actually tells you what happened and what to do about it.Under the hood we built a real error formatter that maps low-level err...