Do you make sure your page name is consistent in three places?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

It's a good idea to make sure your page names are consistent between:

1. URL
2. Page Title
3. Navigation
<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "badExample",
    figure: 'Bad example - Inconsistency everywhere!',
    shouldDisplay: true
  }}
  src="/uploads/rules/do-you-make-sure-your-page-name-is-consistent-in-three-places/../../assets/BadPageName.jpg"
/>

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good example - Title, Header and Navigation Menu item have the same text.',
    shouldDisplay: true
  }}
  src="/uploads/rules/do-you-make-sure-your-page-name-is-consistent-in-three-places/../../assets/GoodPageName.jpg"
/>
acknowledgements
related rules