[FEATURE] Category-Level OG Tag Support #4

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

Feature Description

Custom OG tags for article categories, so category listing pages have proper social sharing metadata.

Problem or Use Case

Category URLs fall back to site defaults — category pages are high-traffic and deserve custom OG tags.

Proposed Solution

  • OG fields in category edit form
  • System plugin detects category views
  • Category image fallback chain: Article → Category OG → Category image → Site default

Implementation Details

  • Hook com_categories.categorycom_content form
  • Detect option=com_content&view=category&id=X
  • content_type: com_content.category
## Feature Description Custom OG tags for article categories, so category listing pages have proper social sharing metadata. ## Problem or Use Case Category URLs fall back to site defaults — category pages are high-traffic and deserve custom OG tags. ## Proposed Solution - OG fields in category edit form - System plugin detects category views - Category image fallback chain: Article → Category OG → Category image → Site default ## Implementation Details - Hook com_categories.categorycom_content form - Detect option=com_content&view=category&id=X - content_type: com_content.category
jmiller added the enhancementpriority: medium labels 2026-05-23 22:27:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#4