mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Block search engines indexing until launch
This commit is contained in:
parent
54e94cc13c
commit
1bfd8f8475
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Head extends React.Component {
|
|||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content={this.props.url} />
|
||||
<meta property="og:description" content={this.props.description} />
|
||||
<meta name="robots" content="noindex">
|
||||
{this.props.config.ogImage &&
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue