---
title: Titles
description: Write clear and consistent page titles.
image: https://developers.cloudflare.com/cf-twitter-card.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/style-guide/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Titles

## Definition

The first line of text on a page. H1.

## Used in

All content types

[Overview](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/overview/), [How to](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/how-to/), [Configuration](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/configuration/), [FAQ](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/faq/), [Changelog](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/), [Concept](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/concept/), [Reference](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/reference/), [Tutorial](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/tutorial/), [Navigation](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/navigation/)

## Structure

Structure varies by content type. Visit a content type page to see its corresponding title guidelines. In all cases, do not use gerund phrases.

## Emojis

Do not use emojis in page titles or sidebar labels. Emojis can cause issues with search indexing, accessibility tools, and consistent rendering across platforms.

| Do                              | Do not                             |
| ------------------------------- | ---------------------------------- |
| title: Migrating from Version 2 | title: ⬆️ Migrating from Version 2 |
| title: WebSockets               | title: "✉️ WebSockets"             |

## Subtitles

## Definition

The first line of text on a page. H2, H3, etc.

## Used in

All content types

[Overview](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/overview/), [How to](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/how-to/), [Configuration](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/configuration/),c[FAQ](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/faq/), [Changelog](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/), [Concept](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/concept/), [Reference](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/reference/), [Tutorial](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/tutorial/), [Navigation](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/navigation/)

## Structure

Subtitles are verb or noun phrase that describes the sub-pages in the section. If using verb, do not use the gerund. Write "Install Wrangler", not "Installing Wrangler".

Subtitles should never be a question ("How do I install Wrangler?") or a call to action ("Reach out to us if you have a problem").

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/style-guide/","name":"Style Guide"}},{"@type":"ListItem","position":3,"item":{"@id":"/style-guide/documentation-content-strategy/","name":"Product docs content strategy"}},{"@type":"ListItem","position":4,"item":{"@id":"/style-guide/documentation-content-strategy/component-attributes/","name":"Component attributes"}},{"@type":"ListItem","position":5,"item":{"@id":"/style-guide/documentation-content-strategy/component-attributes/titles/","name":"Titles"}}]}
```
