[FEATURE] SEO Meta Description and Title Tag Management #8

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

Feature Description

Extend beyond OG to manage standard SEO meta tags: title, description, robots, canonical URL.

Problem or Use Case

Site owners need control over basic SEO tags. Combining OG + SEO reduces plugin count and provides unified editing.

Proposed Solution

  • SEO Title override with character counter (50-60 chars)
  • Meta Description with length indicator (150-160 chars)
  • Per-page robots directives (noindex, nofollow, nosnippet)
  • Canonical URL override
  • SEO audit column in admin showing missing/too-long metadata

Implementation Details

  • Extend forms/mokoog.xml with seo fieldset
  • New columns: seo_title, meta_description, robots, canonical_url
  • System plugin sets meta before OG tags
  • Migration: sql/updates/mysql/01.01.00.sql
## Feature Description Extend beyond OG to manage standard SEO meta tags: title, description, robots, canonical URL. ## Problem or Use Case Site owners need control over basic SEO tags. Combining OG + SEO reduces plugin count and provides unified editing. ## Proposed Solution - SEO Title override with character counter (50-60 chars) - Meta Description with length indicator (150-160 chars) - Per-page robots directives (noindex, nofollow, nosnippet) - Canonical URL override - SEO audit column in admin showing missing/too-long metadata ## Implementation Details - Extend forms/mokoog.xml with seo fieldset - New columns: seo_title, meta_description, robots, canonical_url - System plugin sets meta before OG tags - Migration: sql/updates/mysql/01.01.00.sql
jmiller added the enhancementpriority: high labels 2026-05-23 22:29:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#8