Expand description
The metatags module contains functions for generating meta tags.
Meta tag generation and extraction module.
This module provides functionality for generating HTML meta tags from metadata and extracting meta tags from HTML content.
Structs§
- MetaTag
- Represents a single meta tag.
- Meta
TagGroups - Holds collections of meta tags for different platforms and categories.
Functions§
- extract_
meta_ tags - Extracts meta tags from HTML content.
- generate_
metatags - Generates HTML meta tags based on the provided metadata.
- meta_
tags_ to_ hashmap - Converts a vector of MetaTags into a HashMap for easier access.