coldbydefault-portfolio
Preparing search index...
lib/seo
generateMediaSectionSEO
Function generateMediaSectionSEO
generateMediaSectionSEO
(
section
:
MediaSectionType
,
locale
?:
string
,
)
:
{
alternates
:
{
canonical
:
string
;
languages
:
{
de
:
string
;
en
:
string
}
}
;
authors
:
{
name
:
string
}
[]
;
creator
:
string
;
description
:
string
;
keywords
:
string
[]
;
metadataBase
:
URL
;
openGraph
:
{
description
:
string
;
images
:
{
alt
:
string
;
height
:
number
;
url
:
string
;
width
:
number
}
[]
;
locale
:
string
;
siteName
:
string
;
title
:
string
;
type
:
"website"
;
url
:
string
;
}
;
publisher
:
string
;
robots
:
{
follow
:
boolean
;
googleBot
:
{
follow
:
boolean
;
index
:
boolean
;
"max-image-preview"
:
"large"
;
"max-snippet"
:
number
;
"max-video-preview"
:
number
;
}
;
index
:
boolean
;
}
;
title
:
{
default
:
string
;
template
:
string
}
;
twitter
:
{
card
:
TwitterCardType
;
creator
:
string
;
description
:
string
;
images
:
string
[]
;
title
:
string
;
}
;
}
Generate SEO metadata for media section pages
Parameters
section
:
MediaSectionType
locale
:
string
= "en"
Returns
{
alternates
:
{
canonical
:
string
;
languages
:
{
de
:
string
;
en
:
string
}
}
;
authors
:
{
name
:
string
}
[]
;
creator
:
string
;
description
:
string
;
keywords
:
string
[]
;
metadataBase
:
URL
;
openGraph
:
{
description
:
string
;
images
:
{
alt
:
string
;
height
:
number
;
url
:
string
;
width
:
number
}
[]
;
locale
:
string
;
siteName
:
string
;
title
:
string
;
type
:
"website"
;
url
:
string
;
}
;
publisher
:
string
;
robots
:
{
follow
:
boolean
;
googleBot
:
{
follow
:
boolean
;
index
:
boolean
;
"max-image-preview"
:
"large"
;
"max-snippet"
:
number
;
"max-video-preview"
:
number
;
}
;
index
:
boolean
;
}
;
title
:
{
default
:
string
;
template
:
string
}
;
twitter
:
{
card
:
TwitterCardType
;
creator
:
string
;
description
:
string
;
images
:
string
[]
;
title
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
coldbydefault-portfolio
Loading...
Generate SEO metadata for media section pages