[FEATURE] Multilingual OG Tag Support #11

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

Feature Description

Per-language OG tags for multilingual Joomla sites with og:locale and og:locale:alternate.

Problem or Use Case

Multilingual sites need different OG titles/descriptions/images per language version.

Proposed Solution

  • Store OG data per language (add language column)
  • Output og:locale from current page language
  • Output og:locale:alternate for associated language versions
  • Map Joomla tags to OG locale format (en-GB → en_GB)

Implementation Details

  • Add language column to #__mokoog_tags (default * for all)
  • Modify unique key to include language
  • Query #__associations for alternate locales
  • Migration: sql/updates/mysql/01.02.00.sql
## Feature Description Per-language OG tags for multilingual Joomla sites with og:locale and og:locale:alternate. ## Problem or Use Case Multilingual sites need different OG titles/descriptions/images per language version. ## Proposed Solution - Store OG data per language (add language column) - Output og:locale from current page language - Output og:locale:alternate for associated language versions - Map Joomla tags to OG locale format (en-GB → en_GB) ## Implementation Details - Add language column to #__mokoog_tags (default * for all) - Modify unique key to include language - Query #__associations for alternate locales - Migration: sql/updates/mysql/01.02.00.sql
jmiller added the enhancementpriority: medium labels 2026-05-23 22:29:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#11