preflight.sh
Back to changelog
Dec 19, 2025 v0.12.2

OG and Twitter image validation

This release focuses on more reliable SEO and social preview checks, plus a smoother update flow when a new release is available.

New Capabilities

OG and Twitter card checks now validate social images, so you can catch missing or undersized preview images before shipping. The check supports both local files and remote URLs, and it can read WebP images in addition to common formats.

Updates can now be installed interactively when Preflight detects a newer version. You will be prompted to install immediately or copy the upgrade command to run later.

Quality of Life

SEO checks can auto-enable when a layout is detected, even if you did not explicitly configure a main layout. This helps ensure key SEO and social checks run more consistently across supported stacks.

Fewer false positives in SEO-related checks by ignoring commented-out code when scanning for canonical URLs, structured data, viewport meta, and language attributes.

Better framework awareness for common standards, including broader detection of dynamically generated robots.txt across multiple JS/TS frameworks.

Documentation update: Nuxt and Remix are now listed under supported frontend frameworks.

Tags

Feature Bug Fix Documentation