Improving titles and metadata for findability: IA and findability
Use this guidance to write effective titles and metadata. This can help make Government of Canada content easier for people to find using both internet search engines (like Google or Bing) and the Canada.ca site search engine.
On this page
- Metadata and findability for Canada.ca
- Write effective content for <title> and <h1> elements
- Write effective metadata descriptions
- Add <keywords> for Canada.ca site search
- Prioritize your search optimization efforts
Metadata and findability for Canada.ca
Metadata is data that describes data. It’s information about the content on your page. It’s similar to a book’s listing in a library catalogue, that presents key data at a glance, like the author, title, description or publication date. Metadata allows each web page to be described uniquely, yet in a uniform way.
Everything inside the header tag in an HTML document is metadata, and it is not visible on the web page. Only the <body> content of the document is displayed in a browser.
The content of some metadata elements is used by search engines to rank results and to determine what content to display in a search engine result page (SERP). Improving your metadata contributes to search engine optimization efforts. Writing effective content for these metadata elements is the focus of this guidance.
Findability is about how easily someone can find what they are looking for online. It refers to the quality of being locatable or navigable. It refers to how easy it is to find a resource (a web page) and how a system (a website) supports navigation and search.
You need a good understanding of the user’s goals to properly optimize content and metadata for findability. This includes knowing what words someone will use to search for your content. You should include these keywords in the page content and the metadata. If you have access to primary sources (interviews, usability research, support tickets, emails, call centre transcripts, etc.) use these sources to identify your keywords. You can also use online keyword research tools.
The guidance on this page will help you understand the best way to use your keywords in metadata.
Write effective content for <title> and <h1> elements
In the page header, the metadata <title> (also referred to as the HTML title or the title tag), looks like this:
<title>Commercialization and licensing opportunities</title>
You can also include:
<meta name="dcterms.title" content="Commercialization and licensing opportunities">
If you use both the content should be identical. By using both you’re ensuring that your page is optimized for search engine visibility while also adhering to established metadata standards.
The <title> tag
The <title> tag is mandatory on all pages. Its primary purpose is to define the title of the page which is displayed in the browser’s tab.
The <title> is the most important field for ranking search results. Search engines may display the <title> content as a clickable blue link on the search engine results page (SERP). According to how a search engine interprets the user’s goal, search engine results on Google and elsewhere can include other page content as the link text it displays on the SERP. The Canada.ca search engine will always source the link from the <title> tag.
The contents of <title> tags are also used in social media posts, browser tabs, and bookmarks.
Note: When you create a page in AEM "- Canada.ca" is automatically added to the end of your title tag. This helps people easily identify where the content came from when a page is shared. If your content is not in AEM you can manually add this tag to your title field.
<title>Continuous improvement of web content - Canada.ca</title>
The dcterms.title
The dcterms.title is optional. This metadata field is part of the Dublin Core Metadata Initiative. It allows you to provide additional metadata that may be used by some systems to catalogue and index your page. If you use this field, the content should be identical to your <title> field.
Coordinate the <title> and the <h1> content
Web pages require both a metadata <title> and a visible title, typically an <h1> heading. It’s helpful to think about both titles early in the creation process. They are often identical but don’t have to be. In some cases, it’s important to have different text in these two titles.
Example:
<head>
<title>Sponsor your family to immigrate to Canada</title>
</head>
<body>
<h1>Sponsor your family members</h1>
Tips for effective titles
- Create your <title> content and <h1> at the same time
- Describe the page’s content as succinctly as possible
- Front-load with keywords
- Limit titles to 60 characters, including spaces
- longer titles are more likely to be truncated on the SERP, especially on mobile
- Include acronyms if they are well-known, and spell them out
- Preview your titles
- use an online tool, such as the free title tag tester from Moz, that will give you an idea of what your title tags may look like in a search result
- Avoid duplicate titles
Avoiding duplicate titles in search results
- There are many duplicate <title> tags in Canada.ca content. Since the <title> may be displayed as the clickable link on a search results page, duplicate titles make it challenging for users to clearly distinguish between different pages.
-
Duplicate titles happen because there are pages in common across most GC institutions. Use the site search on Canada.ca to check if the title of the page you’re creating is already in use.
- When you search, enter the title text in quotes (“your page title”). This tells the search engine to search for the exact words in order.
- The content of the <title> tag is used to specify what users will see on the SERP. The <h1> title text does not need to be changed, as there will be other contextual clues visible on the page itself.
-
Here are recommended techniques for different types of pages that often have duplicate titles:
-
Common or ambiguous page titles for corporate content, such as Contact us, Transparency, and standard publications that every institution has to produce should include the name of the department in the meta titles
Instead of Use Contact us
<title>Contact us</title>
Contact Agriculture Canada
<title>Contact Agriculture Canada</title>
2022-2023 Departmental Plan
<title>2022-2023 Departmental Plan</title>
Canada Revenue Agency: 2022-2023 Departmental Plan
<title>Canada Revenue Agency: 2022-2023 Departmental Plan</title>
-
Common headings used within publications should have the publication name preceding the page title
Instead of Use Introduction
<title>Introduction</title>
Federal actions for a clean growth economy: Introduction
<title>Federal actions for a clean growth economy: Introduction</title>
-
Common service pages should have the name of the service preceding the page title
Instead of Use How to apply
<title>How to apply</title>
Study permit: How to apply
<title>Study permit: how to apply</title>
-
Common or ambiguous page titles for corporate content, such as Contact us, Transparency, and standard publications that every institution has to produce should include the name of the department in the meta titles
Write effective metadata descriptions
In the page header, the <description> element looks like this:
<meta name="description" content="Apply to travel, study, work or immigrate to Canada. Seek citizenship, permanent residency, or refugee protection.">
You can also include:
<meta name="dcterms.description" content="Apply to travel, study, work or immigrate to Canada. Seek citizenship, permanent residency, or refugee protection.">
If you use both the content should be identical. By using both you’re ensuring that your page is optimized for search engine visibility while also adhering to established metadata standards.
The metadata description should accurately summarize the content of your page, telling users what information they will find, or what action they can perform. A good description is more likely to be displayed in a SERP, where it can help users quickly determine whether the content is relevant. As with the <title>, if Google or other internet search engines determine that there is content on the page that is a better match to the user’s intent, they will display that.
Guidelines for writing metadata descriptions
The metadata description SHOULD:
- include 1 or 2 short and easy to read sentences that summarize what the page is about and how it can help people
- include keywords that your audience uses
- be concise
- limit the description to 130 characters (standard search engine optimization (SEO) guidance suggests 160 characters but keeping it shorter will help accommodate both languages)
- include acronyms and abbreviations only if they are well-known, along with the long-form description of the term
The metadata description should NOT:
- repeat text from the title
- use a list of keywords as a description
- use duplicate metadata descriptions on multiple pages
More:
Add <keywords> for Canada.ca site search
A third metadata element, <keywords>, is used by the Canada.ca search engine, but not by Google or other internet search engines. It looks like this:
<meta name="keywords" content="taxes, payment, income tax, business taxes, make a payment, CRA payments, paying income tax">
Guidelines for populating keywords
- Do not enter words already found in the text, as this won’t improve how the page is ranked
-
Add the common everyday terms people will use when searching, but that you may not use in your content
- Example: “carbon tax” for “carbon pricing”
- Add common term variations, such as older department or program names, abbreviations and acronyms
- Stay specific to the page’s content: don’t include concepts that are broad and applicable to many other pages
- You can include single keywords and keyword phrases
- In AEM your keywords have to be 400 characters or less in total. Other content management systems may have other limits. Generally you should include 5 to 10 keywords.
Prioritize your search optimization efforts
You can improve the findability of your web pages by focusing metadata creation efforts on the pages that matter most to Canada.ca visitors. Review both your page analytics and search analytics to identify your most visited pages to prioritize metadata improvements.
We recommend optimizing the metadata on the following types of pages:
- Theme and topic pages
- Pages that support top tasks
- Sign-in pages
- Institutional landing pages
- Contact pages
Page details
- Date modified: