---
title: Last updated
description: Show when content was last reviewed.
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) 

# Last updated

## Definition

A date displayed at the bottom of each page that shows when the content on the page was last modified. This date is pulled from the page's Git history and does not account for modifications to embedded content such as partials.

The Last Updated date will be refreshed for any change to a page's content, while the [Reviewed](https://developers.cloudflare.com/style-guide/frontmatter/custom-properties/#reviewed) property indicates when the page was last explicitly reviewed from beginning to end.

## Used in

All page types.

## Structure

Mon DD, YYYY

```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/last-updated/","name":"Last updated"}}]}
```
