docs: update Platform Support with product meta and dynamic dimensions

2026-06-21 16:47:07 +00:00
parent 0fd4698d8e
commit 8bcfe98f94
@@ -1,12 +1,12 @@
# Platform Support
MokoJoomOpenGraph outputs platform-specific meta tags optimized for each social network.
MokoSuiteOpenGraph outputs platform-specific meta tags optimized for each social network.
## Meta Tags by Platform
### Facebook / Meta
- `og:title`, `og:description`, `og:image`, `og:url`, `og:type`, `og:site_name`, `og:locale`
- `og:image:width` (1200), `og:image:height` (630)
- `og:image:width`, `og:image:height` (dynamically detected from actual image)
- `fb:app_id` (optional)
### Twitter / X
@@ -30,11 +30,22 @@ MokoJoomOpenGraph outputs platform-specific meta tags optimized for each social
- Reads standard `og:*` tags
- Images auto-resized to meet minimum 300x200px requirement
### E-commerce / Product Pages
- `og:type` set to `product` on MokoSuiteShop product pages
- `product:price:amount` and `product:price:currency` for rich product previews
- Automatic on any `com_mokoshop` product view
## JSON-LD Structured Data
On article pages:
### Article pages (`com_content`)
- `Article` schema with headline, description, image, author, datePublished, dateModified
On all pages:
### Product pages (`com_mokoshop`)
- `Product` schema with name, description, image, sku
- `Offer` with price, priceCurrency, availability (InStock/OutOfStock)
- `AggregateRating` from approved reviews (if any)
### All pages
- `WebPage` schema with name, description, URL
- `BreadcrumbList` schema from Joomla pathway (optional)
- `Organization` schema from site configuration