How to fix missing og description on Adobe Commerce (Magento)

Add an og:description meta tag to every page so social platforms display a compelling preview when your store's links are shared.

Steps for Adobe Commerce (Magento)

  1. Log in to the Admin Panel → go to Catalog → Products → select the product to edit.
  2. In the product edit screen, click the 'Search Engine Optimization' accordion section → fill in the 'Meta Description' field.
  3. To output this as og:description, open your theme's default_head_blocks.xml or the relevant layout XML (e.g. catalog_product_view.xml) and confirm or add: <meta property="og:description" content="{{escapeHtmlAttr $description}}" /> via a custom block or by editing app/design/frontend/<Vendor>/<theme>/Magento_Catalog/layout/catalog_product_view.xml.
  4. Alternatively, install a dedicated Open Graph extension from the Adobe Commerce Marketplace (search 'Open Graph') to handle og tags automatically from meta description fields.
  5. For categories: Catalog → Categories → select category → expand 'Search Engine Optimization' → fill in Meta Description.
  6. Clear the full-page cache (System → Cache Management → Flush Magento Cache), then validate with Facebook Sharing Debugger.
Official Adobe Commerce (Magento) documentation ↗
<meta property="og:description" content="Handcrafted leather wallets built to last — shop bifolds, cardholders, and money clips with free shipping over $50." />

What is missing og description?

The og:description tag is a small piece of HTML that tells social networks — Facebook, Pinterest, LinkedIn, WhatsApp, iMessage, and many others — what text to show beneath your page title when someone shares a link. It is part of the Open Graph protocol, a standard originally created by Facebook and now used across virtually every social and messaging platform. Without it, those platforms either scrape random text from the page or show nothing at all, resulting in unappealing, confusing link previews. Think of it as writing the caption for your own story before someone else writes it for you.

When customers share a product or category page on social media without an og:description, the preview looks bare or shows irrelevant boilerplate text — which dramatically reduces the chance someone clicks through. Studies consistently show that rich, well-written link previews generate far more clicks than bare URLs, directly affecting referral traffic and sales. For ecommerce stores, social sharing is a meaningful free-traffic channel, and Pinterest and Facebook in particular use the Open Graph tags to populate shoppable pins and ads; missing tags can break or degrade those integrations. While og:description is not a direct Google ranking signal, higher click-through rates from social traffic indirectly reinforce your site's authority and revenue.

See the complete Missing og description guide for every platform and the full background.

Not sure if your Adobe Commerce (Magento) store has this?

Run a free SEOLZ audit — we’ll find missing og description and every other issue across your whole site.

Scan my site free

Fix missing og description on another platform