coldbydefault-portfolio
Preparing search index...
types/blogs
BlogStructuredData
Interface BlogStructuredData
interface
BlogStructuredData
{
"@context"
:
"https://schema.org"
;
"@type"
:
"BlogPosting"
|
"Article"
;
about
?:
string
;
articleSection
?:
string
;
author
:
{
"@type"
:
"Person"
;
name
:
string
;
url
?:
string
}
;
dateModified
:
string
;
datePublished
:
string
;
description
:
string
;
headline
:
string
;
image
?:
string
;
keywords
?:
string
[]
;
mainEntityOfPage
?:
string
;
publisher
:
{
"@type"
:
"Organization"
;
logo
?:
string
;
name
:
string
}
;
timeRequired
?:
string
;
url
?:
string
;
wordCount
?:
number
;
}
Index
Properties
@context
@type
about?
article
Section?
author
date
Modified
date
Published
description
headline
image?
keywords?
main
Entity
Of
Page?
publisher
time
Required?
url?
word
Count?
Properties
@context
"@context"
:
"https://schema.org"
@type
"@type"
:
"BlogPosting"
|
"Article"
Optional
about
about
?:
string
Optional
article
Section
articleSection
?:
string
author
author
:
{
"@type"
:
"Person"
;
name
:
string
;
url
?:
string
}
date
Modified
dateModified
:
string
date
Published
datePublished
:
string
description
description
:
string
headline
headline
:
string
Optional
image
image
?:
string
Optional
keywords
keywords
?:
string
[]
Optional
main
Entity
Of
Page
mainEntityOfPage
?:
string
publisher
publisher
:
{
"@type"
:
"Organization"
;
logo
?:
string
;
name
:
string
}
Optional
time
Required
timeRequired
?:
string
Optional
url
url
?:
string
Optional
word
Count
wordCount
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
@context
@type
about
article
Section
author
date
Modified
date
Published
description
headline
image
keywords
main
Entity
Of
Page
publisher
time
Required
url
word
Count
coldbydefault-portfolio
Loading...