Skip to content

Commit

Permalink
Update documentation for Open Graph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Dec 21, 2022
1 parent 0971422 commit 75e3689
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,10 @@ your content file.

The following base Open Graph metadata is included by default in all pages: `og:site_name`, `og:title`
, `og:description`, `og:type`, `og:url`, `article:section`, `article:published_time`, and `article:modified_time` where
the `article:published_time` and `article:modified_time` tags will have the same timestamp value as the `date` front
matter variable.
the `article:published_time` tag will have the same timestamp value as the `date` front matter variable.

Additional metadata can be included by adding the following front matter variables:
- `publishDate` for `article:published_time`
- `lastmod` for `article:modified_time`
- `images` for `og:image`
- `audio` for `og:audio`
- `videos` and `og:video`
Expand Down

0 comments on commit 75e3689

Please sign in to comment.