mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 04:07:32 +02:00
Forgot tag closing in noindex
This commit is contained in:
parent
1bfd8f8475
commit
c64db63046
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +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">
|
||||
<meta name="robots" content="noindex" />
|
||||
{this.props.config.ogImage &&
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
Loading…
Add table
Reference in a new issue