Page Objects
Kajabi has some special objects that are used to decorate the page and give the browser information about what the page is being used for.
Cannonical url
rel="canonical" href="{{ canonical_url }}"
Page Image Url
property="og:image" content="{{ page_image_url }}"
name="twitter:image" content="{{ page_image_url }}"
Page Title
property="og:title" content="{{ page_title }}"
name="twitter:title" content="{{ page_title }}"
Last updated