Theme Documentation
  • 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
On this page
  • Cannonical url
  • Page Image Url
  • Page Title
  1. Core Concepts

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 }}"
PreviousObjectsNextElements

Last updated 5 years ago