mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 03:22:45 +00:00
Added robots.txt, nofollow in metatags
Also noindex on /print/ pages
This commit is contained in:
@@ -46,7 +46,7 @@ const SharePage = createClass({
|
||||
|
||||
render : function(){
|
||||
return <div className='sharePage page'>
|
||||
<Meta name="robots" content="noindex" />
|
||||
<Meta name='robots' content='noindex, nofollow' />
|
||||
<Navbar>
|
||||
<Nav.section>
|
||||
<Nav.item className='brewTitle'>{this.props.brew.title}</Nav.item>
|
||||
|
||||
Reference in New Issue
Block a user