Skip to content

Commit

Permalink
fix: noindex -> none which means noindex, nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 8, 2023
1 parent cb82bc1 commit 84740d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ProxyServer {
// X-Robots-Tag
// <https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag>
response.writeHead(200, {
'X-Robots-Tag': 'noindex'
'X-Robots-Tag': 'none'
});
response.end('OK');
});
Expand Down

0 comments on commit 84740d6

Please sign in to comment.