Skip to main content

has_meta_tag

Function has_meta_tag 

Source
pub fn has_meta_tag(html: &str, attr: &str) -> bool
Expand description

Check for an actual <meta tag (not just an HTML comment marker).

Staticdatagen may emit empty comment blocks like:

<!-- # Start Open Graph / Facebook Meta Tags -->
<!-- # End Open Graph / Facebook Meta Tags -->

These should NOT count as “tag present” — only real <meta tags do.