OG debugging tools integration #73

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

Summary

Add integrated debugging tools to validate OG tags and JSON-LD directly from the admin panel.

Why

  • No Joomla or WordPress extension offers built-in OG validation
  • Currently users must manually visit Facebook Debugger, Twitter Card Validator, etc.
  • MokoOG already has social debugger quick links — this extends that concept

Implementation

  • In-admin validator: fetch the frontend page and parse its <head> for OG/Twitter/JSON-LD tags
  • Display parsed tags with validation status (missing required, too long, invalid format)
  • JSON-LD validator: validate against schema.org using Google's Rich Results Test API
  • Quick-fix suggestions: "og:image missing — click to auto-detect from article"
  • Bulk audit: scan all articles/menu items and report pages with missing/invalid OG data
  • Dashboard widget showing OG coverage stats (% of articles with complete OG data)
## Summary Add integrated debugging tools to validate OG tags and JSON-LD directly from the admin panel. ## Why - No Joomla or WordPress extension offers built-in OG validation - Currently users must manually visit Facebook Debugger, Twitter Card Validator, etc. - MokoOG already has social debugger quick links — this extends that concept ## Implementation - **In-admin validator**: fetch the frontend page and parse its `<head>` for OG/Twitter/JSON-LD tags - Display parsed tags with validation status (missing required, too long, invalid format) - **JSON-LD validator**: validate against schema.org using Google's Rich Results Test API - **Quick-fix suggestions**: "og:image missing — click to auto-detect from article" - **Bulk audit**: scan all articles/menu items and report pages with missing/invalid OG data - Dashboard widget showing OG coverage stats (% of articles with complete OG data)
jmiller added this to the v3.0 — Platform & Intelligence milestone 2026-06-23 13:32:07 +00:00
jmiller added the enhancement label 2026-06-23 13:32:07 +00:00
Author
Owner

Branch created: feature/73-og-debugging-tools-integration

git fetch origin
git checkout feature/73-og-debugging-tools-integration
Branch created: [`feature/73-og-debugging-tools-integration`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/src/branch/feature/73-og-debugging-tools-integration) ```bash git fetch origin git checkout feature/73-og-debugging-tools-integration ```
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#73