Skip to main content

BlogIndexMeta

Function BlogIndexMeta 

Source
pub fn BlogIndexMeta(_: BlogIndexMetaProps) -> Element
Expand description

Injects basic SEO meta tags for the blog index/listing page.

Reads auto_meta and site_url from BlogContext. When auto_meta is off, emits nothing. Canonical and og:url only emit when site_url is set.

ยงProps

For details, see the props struct definition.