How this tool computes its result
generateOpenGraphTags builds a fixed sequence of meta tags from five inputs (title, description, url, imageUrl, siteName, type), HTML-escaping each value first. It only emits a tag if the corresponding field is non-empty — og:image, when present, always adds hard-coded og:image:width="1200" and og:image:height="630" regardless of the actual image's dimensions. It also appends a Twitter Card block (summary_large_image) reusing the same title/description/image values rather than accepting separate Twitter-specific copy.
