diff --git a/Home.md b/Home.md
index 543d053..66bad90 100644
--- a/Home.md
+++ b/Home.md
@@ -1,11 +1,11 @@
# MokoSuiteOpenGraph
-Open Graph, Twitter Card, and social sharing meta tag management for Joomla 4/5/6
+Open Graph, Twitter Card, and social sharing meta tag management for Joomla 4/5/6.
| Field | Value |
|---|---|
-| **Type** | Joomla Package (component + system plugin) |
-| **Version** | 01.00.00 |
+| **Type** | Joomla Package (1 component + 3 plugins) |
+| **Version** | 01.00.01-dev |
| **Joomla** | 4.x / 5.x / 6.x |
| **PHP** | 8.1+ |
| **License** | GPL-3.0-or-later |
@@ -15,34 +15,61 @@ Open Graph, Twitter Card, and social sharing meta tag management for Joomla 4/5/
## Features
-- **Open Graph tags** -- `og:title`, `og:description`, `og:image`, `og:url`, `og:type`, `og:site_name`
+### Social Meta Tags
+- **Open Graph tags** -- `og:title`, `og:description`, `og:image`, `og:url`, `og:type`, `og:site_name`, `og:locale`
- **Twitter/X Cards** -- Summary and Summary with Large Image card types
+- **LinkedIn** -- `article:published_time`, `article:modified_time`, `article:author`
+- **Discord** -- Custom embed color via `theme-color` meta tag
+- **Telegram** -- `telegram:channel` for link previews
+- **Facebook** -- `fb:app_id`, dynamic `og:image:width`/`og:image:height`
+
+### Content Management
- **Per-article control** -- custom OG fields in the article editor
- **Per-menu-item control** -- custom OG fields in the menu item editor
+- **Per-category control** -- category-level OG tag overrides
+- **Multilingual support** -- per-language OG data with language-aware fallback
- **Auto-generation** -- builds tags from article content, title, and images
-- **Default fallback image** -- site-wide default when no article image exists
-- **Admin tag manager** -- view and manage all OG records from a central dashboard
-- **Facebook App ID** -- optional `fb:app_id` meta tag support
+- **MokoSuiteShop integration** -- auto-generated OG/JSON-LD for product pages with pricing meta
+
+### SEO
+- **SEO title override** -- custom `
` per page
+- **Meta description** -- per-page control
+- **Robots directive** -- noindex/nofollow settings
+- **Canonical URL** -- custom canonical URL overrides
+- **JSON-LD structured data** -- Article, Product, WebPage, BreadcrumbList, Organization schemas
+
+### Admin Tools
+- **Tag manager dashboard** -- view, publish, delete all OG records centrally
+- **Batch generation** -- auto-generate OG tags for all existing articles
+- **CSV import/export** -- bulk manage OG data with language support
+- **Live preview** -- real-time Facebook and Twitter/X card preview in the editor
+
+### Developer Features
+- **REST API** -- full CRUD via Joomla Web Services (`/api/v1/mokoog/tags`)
+- **Plugin event** -- `onMokoOGAfterRender` for third-party plugins to add custom social tags
+- **OG image generator** -- text overlay on template backgrounds with auto-resize to 1200x630
---
-## Installation
+## Wiki Structure
-1. Download `pkg_mokoog-*.zip` from [Releases](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/releases)
-2. Install via Extensions > Install > Upload Package File
-3. System plugin auto-enabled on install
-4. Configure via Extensions > Plugins > System - MokoOpenGraph
+### Guides
+- [Installation](guides/Installation)
+- [Configuration](guides/Configuration)
+
+### Reference
+- [Developer Guide](reference/Developer-Guide)
+- [Platform Support](reference/Platform-Support)
+- [Architecture](reference/Architecture)
---
> [MokoStandards](https://git.mokoconsulting.tech/MokoConsulting/mokoplatform/wiki/Home)
----
-
-*Repo: [MokoSuiteOpenGraph](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph) ยท [MokoStandards](https://git.mokoconsulting.tech/MokoConsulting/mokoplatform/wiki/Home)*
+*Repo: [MokoSuiteOpenGraph](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph)*
| Revision | Date | Author | Description |
|---|---|---|---|
-| 2.0 | 2026-06-19 | Moko Consulting | Rewrite from code research -- OG/Twitter features |
-| 1.1 | 2026-06-18 | Moko Consulting | Fix repo name, URLs |
+| 3.0 | 2026-06-21 | Moko Consulting | Full assessment update: MokoSuiteShop, JSON-LD Product, multilingual |
+| 2.0 | 2026-06-19 | Moko Consulting | Rewrite from code research |
| 1.0 | 2026-05-09 | Moko Consulting | Initial version |