diff --git a/reference/Platform-Support.md b/Platform-Support.-.md similarity index 58% rename from reference/Platform-Support.md rename to Platform-Support.-.md index b3bc9d3..4dfdc60 100644 --- a/reference/Platform-Support.md +++ b/Platform-Support.-.md @@ -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