> For the complete documentation index, see [llms.txt](https://themes.kajabi.com/liquid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themes.kajabi.com/liquid/core-concepts/page-objects.md).

# Page Objects

### **Cannonical url**

```ruby
rel="canonical" href="{{ canonical_url }}"
```

### **Page Image Url**

```groovy
property="og:image" content="{{ page_image_url }}"
name="twitter:image" content="{{ page_image_url }}"
```

### **Page Title**

```ruby
property="og:title" content="{{ page_title }}"
name="twitter:title" content="{{ page_title }}"
```
