Meta Tags

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

Requires an API key. Run devv login <key> first.

Commands

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

Examples

# 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
devv pipe exec "meta-checker" "https://example.com"

Behavior

Takes a URL as input, returns meta tag details.

Was this page helpful?