OG Meta
Generator
Generate Open Graph meta tags for better social media sharing and link previews.
Open Graph Meta Tags Guide
Open Graph meta tags help control how your content appears when shared on social media platforms like Facebook, Twitter, LinkedIn, etc.
Basic Open Graph Tags:
- og:title: The title of your page
- og:description: A brief description of your page
- og:image: Image that represents your page
- og:url: The canonical URL of your page
- og:site_name: The name of your website
- og:type: The type of content (website, article, product, etc.)
- og:locale: Language and locale (e.g., en_US)
Image Properties:
- og:image:width: Width of the image in pixels
- og:image:height: Height of the image in pixels
- og:image:alt: Alternative text for the image
- og:image:type: MIME type of the image
Twitter Card Tags:
- twitter:title: Title for Twitter cards
- twitter:description: Description for Twitter cards
- twitter:image: Image for Twitter cards
- twitter:card: Type of Twitter card
- twitter:site: Twitter handle of the website
- twitter:creator: Twitter handle of the content creator
Article-specific Tags:
- article:author: Author of the article
- article:published_time: Publication date
- article:modified_time: Last modified date
- article:section: Article section or category
- article:tag: Article tags (multiple allowed)
Profile-specific Tags:
- profile:first_name: First name
- profile:last_name: Last name
- profile:username: Username
Book-specific Tags:
- book:author: Book author
- book:isbn: ISBN number
- book:release_date: Release date
- book:tag: Book tags (multiple allowed)
Video-specific Tags:
- video:actor: Video actors (multiple allowed)
- video:director: Video directors (multiple allowed)
- video:duration: Video duration in seconds
Tip:Place these meta tags in the <head> section of your HTML page. The tool generates a complete HTML structure for easy copying.