Skip to content

v0.3.2 — No-Index Pages & Better Title Extraction

Choose a tag to compare

@gregpriday gregpriday released this 31 Mar 03:54
· 237 commits to develop since this release

What's Changed

No-Index via Page Weight

Setting `pageWeights: 0` for a page is now treated as a no-index signal, excluding it from the search index entirely.

Smarter Title Extraction

The indexer now prefers `og:title` and `h1` over the `<title>` tag when extracting a page's display title, which typically produces cleaner, more readable titles in search results.

Full Changelog

v0.3.1...v0.3.2