mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
hotfix for search indexing
* allow all indexing for now * SSR build will always have the meta robots tag because it is never build on actual hostname
This commit is contained in:
parent
5dcc2f8260
commit
1fc8df518f
@ -107,9 +107,9 @@ const MetaTags = ({
|
||||
<meta name="twitter:image" content={image} />
|
||||
|
||||
{/* Prevent search engine indexing except for live */}
|
||||
{location.hostname !== 'docs.oceanprotocol.com' && (
|
||||
{/* {location.hostname !== 'docs.oceanprotocol.com' && (
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
)}
|
||||
)} */}
|
||||
</Helmet>
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user