---
title: Meta Tags
description: Inspect Open Graph and meta tags for any URL.
---

# Meta Tags

Inspect Open Graph, Twitter Card, and other meta tags for any URL.

<Warning>
Requires an API key. Run `devv login <key>` first.
</Warning>

## Commands

```bash
devv meta https://example.com
devv meta https://devv.tools
```

## Examples

```bash
# Check OG tags before sharing
devv meta https://mysite.com/blog/post-1

# Audit social previews
devv meta https://devv.tools

# Check competitor's meta
devv meta https://competitor.com
```

## Output

```
URL:          https://devv.tools
Title:        devv.tools — Developer Utilities
Description:  50+ developer tools in one place
OG Title:     devv.tools
OG Image:     https://devv.tools/og-image.png
OG Type:      website
Twitter Card: summary_large_image
Canonical:    https://devv.tools
```

## Pipeline Usage

| Pipeline ID | Description |
|-------------|-------------|
| `meta-checker` | Inspect meta/OG tags |

```bash
devv pipe exec "meta-checker" "https://example.com"
```

### Behavior

Takes a URL as input, returns meta tag details.
