How to fix missing og description on OpenCart

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 OpenCart

  1. Admin → Catalog → Products → select a product → click the 'SEO' tab (or 'Data' tab depending on version) → fill in 'Meta Tag Description'.
  2. OpenCart's default Storefront themes render og:description from this value. Check catalog/view/theme/[your-theme]/template/common/head.twig (or head.tpl in older versions) for the og:description meta tag.
  3. If missing from the template, add: {% if description %}<meta property="og:description" content="{{ description }}">{% endif %} inside the <head> block.
  4. For categories: Catalog → Categories → select category → fill in 'Meta Tag Description'.
  5. Install an SEO extension from the OpenCart marketplace (search 'Open Graph') for a no-code solution.
  6. Validate with Facebook Sharing Debugger after saving.
Official OpenCart 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 OpenCart 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