Class: MetaDataDrop
- Inherits:
-
Liquid::Drop
- Object
- Liquid::Drop
- MetaDataDrop
- Includes:
- ShareableDropConcerns
- Defined in:
- app/drops/meta_data_drop.rb
Overview
Represents the meta data for the current page/landing page/etc that you can use in meta tags. Available as the top-level variable meta_data
on sites and themed landing pages.
Instance Method Summary collapse
- #canonical_url ⇒ String
- #description ⇒ String
- #image_url ⇒ String
- #pretty_url ⇒ String
- #title ⇒ String
-
#type ⇒ String
Returns one of 'article', 'page', 'product', 'website.
Instance Method Details
#canonical_url ⇒ String
#description ⇒ String
#image_url ⇒ String
#pretty_url ⇒ String
#title ⇒ String
#type ⇒ String
Returns one of 'article', 'page', 'product', 'website