[FEATURE] Batch Processing — Generate OG Tags for All Existing Articles #1

Closed
opened 2026-05-23 22:27:53 +00:00 by jmiller · 0 comments
Owner

Feature Description

Add batch processing capability to generate or regenerate Open Graph tags for all existing articles in bulk.

Problem or Use Case

When installed on an existing site with hundreds of articles, each needs OG tags. Manual editing is impractical. Tagz Pro charges for this — we include it free.

Proposed Solution

  • "Batch Generate" toolbar button in com_mokoog admin
  • Scans all published articles without OG data
  • Auto-generates og_title, og_description, og_image from article content
  • Progress bar, chunk processing (50/request), skip/create report

Implementation Details

  • New BatchController + BatchModel
  • AJAX endpoint for progress
  • Toolbar button in Tags HtmlView
## Feature Description Add batch processing capability to generate or regenerate Open Graph tags for all existing articles in bulk. ## Problem or Use Case When installed on an existing site with hundreds of articles, each needs OG tags. Manual editing is impractical. Tagz Pro charges for this — we include it free. ## Proposed Solution - "Batch Generate" toolbar button in com_mokoog admin - Scans all published articles without OG data - Auto-generates og_title, og_description, og_image from article content - Progress bar, chunk processing (50/request), skip/create report ## Implementation Details - New BatchController + BatchModel - AJAX endpoint for progress - Toolbar button in Tags HtmlView
jmiller added the enhancementpriority: high labels 2026-05-23 22:27:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#1