Add noindex tag.
This commit is contained in:
parent
60ef089104
commit
c7c3c8d671
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>FediBlock prototype</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<style>
|
||||
label
|
||||
{
|
||||
|
@ -34,7 +35,7 @@
|
|||
|
||||
<h2>Blocklist</h2>
|
||||
|
||||
<a href="/blocklist">Here</a>.
|
||||
<a href="/blocklist/">Here</a>.
|
||||
|
||||
<h2>Form</h2>
|
||||
<form method="post" action="/add" enctype="multipart/form-data">
|
||||
|
|
Reference in New Issue
Block a user