bugfix: standardize metadata tags
secret pages get a noindex while standard pages get a description tag
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="robots" content="noindex">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<noscript>
|
||||
JavaScript is required to use this page.
|
||||
</noscript>
|
||||
|
||||
Reference in New Issue
Block a user