<!--
{
  "availability" : [
    "Apple News Format: 1.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleNews",
  "identifier" : "/documentation/AppleNewsFormat/Title",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple News Format"
    ],
    "preciseIdentifier" : "data:news_format:Title"
  },
  "title" : "Title"
}
-->

# Title

The component for adding an article title.

```
object Title
```

## Discussion

Articles usually have one `Title` component, but depending on your article you might have one `title` component per [`Section`](/documentation/AppleNewsFormat/Section). For subtitles in larger articles, use [`Heading`](/documentation/AppleNewsFormat/Heading).

### Example

```json
{
  "components": [
    {
      "role": "title",
      "text": "Article Title"
    }
  ]
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)