[FEATURE] Structured Data / JSON-LD Output #6

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

Feature Description

Generate JSON-LD structured data alongside OG tags for improved SEO and rich search results.

Problem or Use Case

Google uses JSON-LD for rich results. Combining OG + JSON-LD in one extension is a competitive advantage over Tagz.

Proposed Solution

  • Article schema (@type: Article)
  • WebPage schema for non-article pages
  • BreadcrumbList from menu hierarchy
  • Organization schema (site-wide)
  • Product schema (with VirtueMart/HikaShop adapter)

Implementation Details

  • New JsonLdBuilder helper class
  • Output in onBeforeCompileHead
  • Toggle per schema type in plugin config
## Feature Description Generate JSON-LD structured data alongside OG tags for improved SEO and rich search results. ## Problem or Use Case Google uses JSON-LD for rich results. Combining OG + JSON-LD in one extension is a competitive advantage over Tagz. ## Proposed Solution - Article schema (@type: Article) - WebPage schema for non-article pages - BreadcrumbList from menu hierarchy - Organization schema (site-wide) - Product schema (with VirtueMart/HikaShop adapter) ## Implementation Details - New JsonLdBuilder helper class - Output in onBeforeCompileHead - Toggle per schema type in plugin config
jmiller added the enhancementpriority: medium labels 2026-05-23 22:27:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#6