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§
- Represents a single meta tag
- Holds collections of meta tags for different platforms and categories.
Functions§
- Extracts meta tags from HTML content.
- Generates HTML meta tags based on the provided metadata.
- Converts a vector of MetaTags into a HashMap for easier access.