Setting up Canonical URLs in Ceros

Canonical URLs:

If SEO is important to you, then you probably already know about rel=”canonical” links, which we'll refer to as canonical URLs. Introduced in 2009, canonical URLs signal to search engines as a “very strong hint” toward which URL a page’s contents should be credited. It is located in the <head> of a web document, and looks something like this:

<link rel=”canonical” href=”http://example.com/page.html”/>

Traditionally, canonical URLs have been used to prevent duplicate content. If you have multiple variations of a page or syndicate content to other sites, you’ll use canonical URLs to tell search engines which page is the main version. Google’s Panda update in 2014 cracked down hard on duplicate content, so canonical URLs have been used to say to Google and other search engines that 1) This is my content! and 2) This specific URL is the original content.”

Since many Ceros clients embed their interactive content using iFrames, we wanted to find a way to pass credit to the page on which each experience is embedded. While Google's support documentation on canonical URLs suggests a wide variety of uses for dynamic URLs, multiple URLs, multiple subdomains, and syndication, there is nothing listed about iFrames (in fact, the top Google search result for rel canonical iframe is a forum question we asked back in June 2015).

To add a canonical URL to your experience, open the Settings panel in the Studio. You'll find the Canonical URL field under the SEO tab.

Rel=Canonical: The Experiment

So we ran an experiment to understand: what happens if you place an iframe on a page, and then point the iframe’s canonical URL to the parent page URL? Will Google view the iframe as part of the page it is embedded on?

We created 2 pages:

  1. Parent Page: a web page with a unique page title and no text

  2. Iframe Page: a web page with a unique page title and body copy, both completely different from the Parent Page

Then, we pointed the canonical URL of the Iframe Page to the URL of the Parent Page and embedded the Iframe Page on the Parent Page. Next, we submitted both pages to the Google Index via Google Webmaster Tools. After a few days, our suspicions were confirmed: querying the Iframe Page’s unique page title showed a Google result for the Parent Page, but included the Iframe page’s unique page title.

Our experiment confirmed that Google and other search engines will typically honor canonical URLs, even in the case of an iFrame pointing to the page it is on. Armed with this knowledge, we decided to provide the ability for Studio users to customize the canonical URL on any of their experiences.

Canonical URLs in the Wild

There are a few important notes to keep in mind before using canonical URLs. They are powerful, so please remember the following:

  1. Any page that has rel=canonical pointing to another page will be de-indexed by search engines. It will be crawled, but the page rank will be passed to the canonical URL.

  2. Canonical URLs are received as a strong hint by significant search engines and social networks, but may not work 100%. That said, we’ve seen a 100% success rate so far.

  3. Typically, 301 redirects are preferred over canonical URLs, but that won’t work for iFrames, as it would create an infinite loop.

So, what happens when you add a canonical URL in an embedded experience? Let’s take a look at a live example.

On the Ceros Originals, we wrote a blog post that includes an embedded experience. The experience is part of the blog post, and we want Google to see the content that way. Without a canonical URL pointing from the experience to the blog post, Google will see 2 separate pages.

Blog Post:

https://www.ceros.com/inspire/originals/a24-films/

Embedded experience:

https://www.ceros.com/inspire/originals/turning-red-encanto-disney-diversity/

Canonical URL added in Experience settings:

https://www.ceros.com/inspire/originals/wallet-check-streaming-calculator/

Using canonical URLs, we now see Google giving the blog post credit for the crawlable content inside the embedded experience. Keep in mind that crawlable content primarily applies to everything rendered in the NoScript tags of your experience, so make sure to include image alt tags where applicable, or even customize the NoScript of your experience to be more descriptive of the content inside.

By default, experiences' canonical URLs will point to themselves or the experience located on your vanity domain, but sometimes you may want to customize them as described.

Use Cases

When does it make sense to customize your experience’s canonical URLs? There are several use cases for customization and other times when you should leave them untouched.