Stone.js API
Docs
Home
Preparing search index...
stone-js-use-view/src/head-manager
RobotsOptions
Interface RobotsOptions
Robots directive options. Emitted as
<meta name="robots">
.
interface
RobotsOptions
{
follow
?:
boolean
;
index
?:
boolean
;
maxImagePreview
?:
"none"
|
"standard"
|
"large"
;
maxSnippet
?:
number
;
noarchive
?:
boolean
;
nosnippet
?:
boolean
;
}
Index
Properties
follow?
index?
max
Image
Preview?
max
Snippet?
noarchive?
nosnippet?
Properties
Optional
follow
follow
?:
boolean
Optional
index
index
?:
boolean
Optional
max
Image
Preview
maxImagePreview
?:
"none"
|
"standard"
|
"large"
Optional
max
Snippet
maxSnippet
?:
number
Optional
noarchive
noarchive
?:
boolean
Optional
nosnippet
nosnippet
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
follow
index
max
Image
Preview
max
Snippet
noarchive
nosnippet
Docs
Home
Stone.js API
Loading...
Robots directive options. Emitted as
<meta name="robots">.