Best Practices

Updated June 2026 · Getting Started

These standards apply to all content types. Read this before migrating or adding any content to the site.

Why Proper Structure Matters

When migrating content it's tempting to make text look like a heading by making it bold and bigger, or create a "list" by typing dashes manually. This creates problems that aren't visible but have real consequences.

SEO

Google can't "see" your page visually. It reads HTML tags to understand structure. Bold text is not an H1—Google won't treat it as your page's main topic.

Accessibility

Screen reader users navigate by jumping between headings and lists. "Fake" headings made with bold text are invisible to them—they'll miss entire sections of content.

AI & Voice

AI tools and voice assistants pull from properly marked headings and lists—not randomly formatted text. Structure is how your content gets cited.

Common Mistakes

Don't Do
Make text bold + large to look like a headlineUse the H2 or H3 heading block
Type asterisks or dashes to create listsUse a proper bulleted or numbered list block
Add extra blank lines to create spacingUse proper paragraph breaks—Niki writes CSS for spacing
Use a heading tag just to make text biggerUse headings only for actual content hierarchy
Type ALL CAPS for emphasisUse CSS for styling—ask the developer

Global Standards

  • Page and section titles should be in title case, not ALL CAPS.
  • Long pages should have sections broken out using H2 headings.
  • Images need descriptive alt text: "tabby cat with gold eyes looking up"—set as both Alt Text and Title in the Media Library.
  • If migrated content contains "Click here" as link text, update it to something descriptive.
  • Internal links must be updated to point to the new site domain.

Captions & Citations

1

Captions

Captions are full sentences and end in a period. Photo credits do not get a period.

Caption: A sow rests in a gestation crate on a factory farm in Iowa.
Photo credit: Jo-Anne McArthur / We Animals Media
2

Citations

Use the AWI Citation custom block for footnotes—don't manually number or style them. Footnote markers go directly after the period with no space: "Niki is awesome.[1] Not Paul."