Skip to content

Commit

Permalink
fix(web): update parameters of meta tag for robots
Browse files Browse the repository at this point in the history
Fixes #4930
  • Loading branch information
cgx committed Apr 25, 2022
1 parent 090c1ea commit b35a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/UIxPageFrame.wox
Expand Up @@ -17,7 +17,7 @@
<meta name="hideFrame" var:content="hideFrame" />
<meta name="description" content="SOGo Web Interface" />
<meta name="author" content="Inverse inc." />
<meta name="robots" content="stop" />
<meta name="robots" content="noindex, nofollow" />
<meta name="build" var:content="buildDate" />
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1" />
<link href="mailto:support@inverse.ca" rev="made" />
Expand Down

0 comments on commit b35a10a

Please sign in to comment.