Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

gatsby-plugin-next-seo.logojsonldprops.md

File metadata and controls

26 lines (16 loc) · 1.02 KB

Home > gatsby-plugin-next-seo > LogoJsonLdProps

LogoJsonLdProps interface

The Logo JSON LD component properties.

Signature:

export interface LogoJsonLdProps extends DeferSeoProps, Overrides<Extract<Organization, object>> 

Extends: DeferSeoProps, Overrides<Extract<Organization, object>>

Remarks

See here for further documentation.

Properties

Property Type Description
logo string URL of a logo that is representative of the organization.
url string The URL of the website associated with the logo.