Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Options

Comment

Open Graph Title

Custom title

The title of your article without any branding such as your site name.

If this field is empty, the value for "Meta Title" will be used. If "Meta Title" is also empty, page title will be used.

Open Graph Description

Custom description

A brief description of the content, usually between 2 and 4 sentences. This will displayed below the title of the post on Facebook.

If this field is empty, the value from "Meta Description" will be used.

Open Graph Image

Custom image

Try to keep your images as close to 1.91:1 aspect ratio as possible to display the full image in Feed without any cropping. Recommended size: 1200 x 630 pixels

Allowed file types: png, gif, jpg, jpeg, svg. Max file size 1MB. If this field is empty, the image from "Image Teaser" will be used.

Open Graph Type

article / website

Backend

Note

TODO - BE documentation and review of this documentation is needed

Frontend

The module is enabled by default when installed.

...

Code Block
<meta property="og:title" content="Home Page"/>
<meta property="og:description" content="New Yoga Collection. Get fit and look fab in new seasonal styles"/>
<meta property="og:image" content="https://d187yychpee5t0.cloudfront.net/static/version1660037879/frontend/Creativestyle/theme-creativeshop-test/en_US/images/logo.svg"/>
<meta property="og:image:type" content="image/svg+xml"/>
<meta property="og:image:alt" content="creativeshop Demo"/>
<meta property="og:url" content="https://demo.magesuite.io/"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>

Backend

NoteTODO - BE documentation and review of this documentation is needed