# canonical_url

> The canonical_url Liquid object, which returns the canonical URL of the current Shoplazza storefront page for use in the page's SEO metadata.

The canonical URL for the current page.

To learn about canonical URLs, refer to [Google's documentation](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=en\&visit_id=638225049896804553-3179946792\&rd=1).

```liquid title="Code"
{{ canonical_url }}
```

```html title="Output"
https://shop.myshoplaza.com/
```
