Home > gatsby-plugin-next-seo > BlogJsonLdProps
The Blog JSON LD props.
Signature:
export interface BlogJsonLdProps extends DeferSeoProps, Overrides<Blog>
Extends: DeferSeoProps, Overrides<Blog>
Property | Type | Description |
---|---|---|
authorName | string | The name of the author. |
authorType | 'Person' | 'Organization' | The type of author for this article. |
dateModified | string | The date and time the article was most recently modified, in ISO 8601 format. |
datePublished | string | The date and time the article was first published, in ISO 8601 format. |
description | string | A short description of the article. |
headline | string | string[] | The headline of the article. |
images | string[] | The images URLs that is representative of the article or AMP story. |
issn | string | string[] | The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication. |
keywords | string[] | Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. |
posts | BlogPost[] | A posting that is part of this blog. |
publisherLogo | string | The url of the publisher logo. |
publisherName | string | The name of the publisher. |
title | string | |
url | string | The canonical URL of the article page. |