Adding A Canonical Tag To A Page

A canonical tag (rel=“canonical”) is a snippet of HTML code that defines the main version for duplicate, near-duplicate and similar pages. In other words, if you have the same or similar content available under different URLs, you can use canonical tags to specify which version is the main one and thus, should be indexed.

Step 1. Open a page in the editor.

Step 2. Click Edit > Edit HTML

Step 3. Click View Page Head

Step 4. Paste canonical tag. Example: <link rel=“canonical” href=“https://example.com/sample-page/” />

Step 5. Click Ok and save the page.