Class: MetaDataDrop

Inherits:
Liquid::Drop
  • Object
show all
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

Instance Method Details

#canonical_urlString

Returns:

  • (String)

#descriptionString

Returns:

  • (String)

#image_urlString

Returns:

  • (String)

#pretty_urlString

Returns:

  • (String)

#titleString

Returns:

  • (String)

#typeString

Returns one of 'article', 'page', 'product', 'website

Returns:

  • (String)