Add additional `noindex`

This commit is contained in:
Piotr Rogowski 2023-03-02 11:58:16 +01:00
parent 1645704c07
commit a5060f61c4
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{
"cSpell.words": [
"FOME"
"FOME",
"Motorsports",
"nofollow"
]
}

View File

@ -13,6 +13,7 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
noIndex: true, // adds <meta name="robots" content="noindex, nofollow"> to every page
// staticDirectories: ['public', 'static'],
// GitHub pages deployment config.