AI-powered meta tag generation #71

Closed
opened 2026-06-23 13:31:43 +00:00 by jmiller · 1 comment
Owner

Summary

Auto-generate OG titles and descriptions from article content using an LLM API.

Why

  • Yoast Premium, Rank Math Pro (Content AI), SEOPress, and AIOSEO all offer AI generation
  • Growing user expectation — reduces manual effort for bulk content
  • Natural fit for batch generation workflow

Implementation

  • "Generate with AI" button next to og_title and og_description fields
  • Configurable API provider (Claude API, OpenAI, or custom endpoint) in plugin parameters
  • API key stored in plugin config (encrypted)
  • Prompt engineering: extract article text, generate platform-optimized title (≤60 chars) and description (≤155 chars)
  • Batch AI generation via batch controller for articles missing OG data
  • Preview before applying — user confirms or edits generated text
  • Rate limiting and error handling for API failures
## Summary Auto-generate OG titles and descriptions from article content using an LLM API. ## Why - Yoast Premium, Rank Math Pro (Content AI), SEOPress, and AIOSEO all offer AI generation - Growing user expectation — reduces manual effort for bulk content - Natural fit for batch generation workflow ## Implementation - "Generate with AI" button next to og_title and og_description fields - Configurable API provider (Claude API, OpenAI, or custom endpoint) in plugin parameters - API key stored in plugin config (encrypted) - Prompt engineering: extract article text, generate platform-optimized title (≤60 chars) and description (≤155 chars) - Batch AI generation via batch controller for articles missing OG data - Preview before applying — user confirms or edits generated text - Rate limiting and error handling for API failures
jmiller added this to the v3.0 — Platform & Intelligence milestone 2026-06-23 13:31:43 +00:00
jmiller added the enhancement label 2026-06-23 13:31:43 +00:00
Author
Owner

Branch created: feature/71-ai-powered-meta-tag-generation

git fetch origin
git checkout feature/71-ai-powered-meta-tag-generation
Branch created: [`feature/71-ai-powered-meta-tag-generation`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/src/branch/feature/71-ai-powered-meta-tag-generation) ```bash git fetch origin git checkout feature/71-ai-powered-meta-tag-generation ```
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteOpenGraph#71