v0.3.2 — No-Index Pages & Better Title Extraction
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.