Skip to content

Commit

Permalink
Revert "Fix mozilla-services#4459, include meta robots noindex in all…
Browse files Browse the repository at this point in the history
… shot pages (mozilla-services#4460)"

This reverts commit e3fdf39.
  • Loading branch information
Moritz Brunner authored Jun 7, 2018
1 parent 0fa824c commit ec994ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/src/pages/shot/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Head extends React.Component {
if (expired) {
return (
<reactruntime.HeadTemplate {...this.props}>
<meta name="robots" content="noindex, nofollow, noimageindex" />
<meta name="robots" content="noindex" />
<script src={ this.props.staticLink("/static/js/wantsauth.js") } />
<script src={ this.props.staticLink("/static/js/shot-bundle.js") } async />
<link rel="stylesheet" href={ this.props.staticLink("/static/css/frame.css") } />
Expand All @@ -102,7 +102,6 @@ class Head extends React.Component {
// FIXME: we need to review if the oembed form actually works and is valuable (#585)
return (
<reactruntime.HeadTemplate {...this.props}>
<meta name="robots" content="noindex, nofollow, noimageindex" />
<script src={ this.props.staticLink("/static/js/wantsauth.js") } />
<script src={ this.props.staticLink("/static/js/shot-bundle.js") } async />
<link rel="stylesheet" href={ this.props.staticLink("/static/css/inline-selection.css") } />
Expand Down

0 comments on commit ec994ae

Please # to comment.