You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page description is used for the meta description and automatically inherits from the product.description and article.excerpt_or_content. Using the page description gives the user that extra step of control. Sometimes the product descriptions will have html that needs to be rephrased to make sense in plain text.
Just noticed a bit of an inconsistency https://github.com/Shopify/Timber/blob/master/snippets/social-meta-tags.liquid
Line 46:
Line 71:
Line 77:
The code on line 46 is a bit more versatile. I think line 71, & 77 would be better written as:
The page description is used for the meta description and automatically inherits from the product.description and article.excerpt_or_content. Using the page description gives the user that extra step of control. Sometimes the product descriptions will have html that needs to be rephrased to make sense in plain text.