new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Nuxt · API · all subjects

composables/useserverseo

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

useServerSeoMeta is deprecated

useServerSeoMeta is deprecated. Use useSeoMeta wrapped in an if (import.meta.server) block instead. The auto-import is removed under future.compatibilityVersion: 5.

useServerSeoMeta composable

useServerSeoMeta lets you define your site's SEO meta tags as a flat object with full TypeScript support, exactly like useSeoMeta, but it only runs server-side and is tree-shaken from the client bundle. Parameters are exactly the same as with useSeoMeta.

useServerSeoMeta replacement pattern

For new code, use the server-only pattern directly by wrapping useSeoMeta in an if (import.meta.server) block. Example: if (import.meta.server) { useSeoMeta({ robots: 'index, follow' }) }

Give your agent this brain