Theme Documentation
Search
⌃
K
Welcome
Getting Started
Liquid
Theme Types
Initial Setup
Core Concepts
Settings
KJB Settings ID's
Objects
Page Objects
Elements
Presets
Ownership
Building Blocks
Structure
Layouts
Sections
Section Types
Blocks
Theme Requirements
Required Pages
Theme Info
Powered By Branding
Theme Styling
Cornerstone CSS
CSS Variables
Custom Site Styles
Powered By
GitBook
Comment on page
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 }}"
Core Concepts - Previous
Objects
Next - Core Concepts
Elements
Last modified
4yr ago