v0.6.26
Improvements
-
FAQ structured data: Blog posts with a
## Frequently Asked Questionssection now automatically generateFAQPageJSON-LD structured data derived from the visible Markdown content, replacing any need for inline script tags. -
Canonical URLs on blog posts: Each blog post page now sets a
<link rel="canonical">tag pointing to its own URL, both in the static build output and dynamically in the client-side React app. -
Updated homepage SEO metadata: The homepage meta description, Open Graph description, and Twitter card description have been refreshed, and a canonical URL tag has been added.
-
CLI telemetry version metadata: The CLI now includes the package version and build channel (
node_modules,source, orunknown) in anonymous telemetry payloads. The telemetry disclosure in the README and first-run notice has been updated to reflect these additional fields.