How to fix missing og description on PrestaShop
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 PrestaShop
- Go to your PrestaShop admin → Catalog → Products → select a product → click the 'SEO' tab → fill in the 'Meta description' field.
- PrestaShop's default themes use this value in the og:description tag. Confirm by checking themes/[your-theme]/templates/_partials/head.tpl for the og:description line.
- If the line is missing, add: {if $page.meta.description}<meta property="og:description" content="{$page.meta.description|escape:'html':'UTF-8'}">{/if} inside the <head> block in head.tpl.
- For categories: Catalog → Categories → select category → SEO tab → Meta description.
- Flush the cache: Advanced Parameters → Performance → Clear cache, then validate with Facebook Sharing Debugger.
<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 PrestaShop 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