Index Page Breadcrumb

A breadcrumb is short text, listed near the top of a webpage in a path format. The breadcrumb provides additional information to the user about where they are within your website structure and serves as an additional method for navigating the site.

You can customize the breadcrumb the is displayed for your index.pcf page. This field is available on all _props.pcf files.

Example of breadcrumbs on a page.

Breadcrumb Tips

  • Breadcrumbs should be as short as reasonably possible. Preferably less than 30 characters.
    • Shorter breadcrumbs are easier to skim and less likely to wrap—especially on mobile screens, which helps keep the design clean and more content above the fold.
  • With over half of our traffic using a mobile device, which has a smaller screen than a desktop or laptop, it is important to keep the breadcrumbs concise.
    • Review your breadcrumbs to determine if you can cut out words and shorten them without losing the integrity.
  • While a Page Title should be able to stand on its own to clearly define the contents of the given webpage, a breadcrumb is designed to work in conjunction with the surrounding breadcrumbs as well as the Page Title.
  • Avoid repeated/redundant wording within the breadcrumb string.
    • For example, if the current breadcrumb path is Admissions > Academics > Degrees and you are adding a new program page, you do not need to include the word “Degree” in the breadcrumbs.
      • Incorrect: Admissions > Academics > Degrees > Accounting Degree
      • Correct: Admissions > Academics > Degrees > Accounting
  • Lean into removing unneeded words, using common abbreviations, and allowing the surrounding breadcrumbs, site title, and page title to help the user still understand what web page they are on.

Instructions

  1. Open the _props.pcf file for the page.
  2. Be sure you have the file checked out (if not, click on the lightbulb icon in the Page Actions Toolbar).
  3. Go to Properties in the Page Actions Toolbar.
    Properties tab in the page actions menu.
  4. From the Parameters menu on the left, find the Section Breadcrumb field.
    Section Breadcrumb field on the Parameters screen of a props file.
  5. Enter the desired breadcrumb text. Do not include punctuation, such as “?”.
  6. Click the Save button.
  7. Publish the _props.pcf file.
  8. The index page and all subpages must then be published in order for the change to show up on the live site. The Preview of the pages will reflect the new breadcrumb once the _props.pcf file is published.

Remove the Breadcrumb When There is No Page

If there is no page at a particular section, such as the top level navigation tabs, you must remove the breadcrumb to avoid any broken links. Delete all content from the Section Breadcrumb field so it is blank, then save and publish. If there are subpages below this section that have already been published, you must republish each of them.