---
title: Sentence structure
description: Write clear and well-structured sentences.
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) 

# Sentence structure

Fifteen words or fewer is a good rule of thumb for readability. You can use the [Hemingway App ↗](https://hemingwayapp.com/) to check length and reading level. Break up longer or difficult-to-read sentences into shorter chunks.

In the Cloudflare dashboard, keep only what is necessary to convey the message. For example, complete sentences and certain words ("the," for example) are not always necessary.

## Spaces between sentences

One space between sentences.

```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/formatting/","name":"Formatting"}},{"@type":"ListItem","position":4,"item":{"@id":"/style-guide/formatting/structure/","name":"Structure"}},{"@type":"ListItem","position":5,"item":{"@id":"/style-guide/formatting/structure/sentence-structure/","name":"Sentence structure"}}]}
```
