feat(seo): SEO meta tag management (#8) #15

Closed
jmiller wants to merge 0 commits from feature/8-seo-meta-management into dev
Owner

Summary

  • Adds seo_title, meta_description, robots, canonical_url to schema
  • New SEO fieldset in article/menu editor
  • System plugin applies SEO tags before OG tags
  • SEO audit column in admin tag list

Closes #8

## Summary - Adds seo_title, meta_description, robots, canonical_url to schema - New SEO fieldset in article/menu editor - System plugin applies SEO tags before OG tags - SEO audit column in admin tag list Closes #8
jmiller added 1 commit 2026-05-23 22:57:39 +00:00
feat(seo): add SEO meta tag management (closes #8)
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Universal: PR Check / Validate PR (pull_request) Failing after 3s
54bf5f7737
- Add seo_title, meta_description, robots, canonical_url columns
- SQL migration for upgrades (01.01.00.sql) + updated install schema
- New "SEO Meta Tags" fieldset in article/menu editor with:
  - SEO title (70 char max, overrides <title>)
  - Meta description (200 char max)
  - Robots directive (noindex, nofollow, nosnippet, etc.)
  - Canonical URL override
- System plugin applies SEO tags in onBeforeCompileHead before OG tags
- SEO audit column in admin tag list (missing desc, title too long, noindex)
- Content plugin saves/loads all SEO fields alongside OG data

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller closed this pull request 2026-05-24 03:09:31 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#15