---
title: "Extract Metadata"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/html/extractmetadata
markdown: https://docs.nodetool.ai/nodes/lib/html/extractmetadata.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/html/extractmetadata.md
---

# Extract Metadata

**Type:** `lib.html.ExtractMetadata`

**Namespace:** `lib.html`

## Description

Extract metadata from HTML content.
    extract, metadata, seo

    Use cases:
    - Analyze SEO elements
    - Gather page information
    - Extract structured data

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| html | `str` | The HTML content to extract metadata from. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| title | `str` |  |
| description | `str` |  |
| keywords | `str` |  |

## Related Nodes

Browse other nodes in the [lib.html](./) namespace.
