mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-28 02:17:23 +02:00
Does the sitemap really need to include 404 error?
This commit is contained in:
parent
0a2a8fb126
commit
aec43c7c17
@ -29,6 +29,7 @@ sitemap:
|
|||||||
exclude:
|
exclude:
|
||||||
# Even if you can see the existence of these pages here, I don't
|
# Even if you can see the existence of these pages here, I don't
|
||||||
# wish to get search engine attention to them.
|
# wish to get search engine attention to them.
|
||||||
|
- "/404.html"
|
||||||
- "/bot.html"
|
- "/bot.html"
|
||||||
- "/channel.html"
|
- "/channel.html"
|
||||||
include: [PGP, PHP, keybase.txt, robots.txt]
|
include: [PGP, PHP, keybase.txt, robots.txt]
|
||||||
|
@ -3,6 +3,7 @@ Allow: /
|
|||||||
|
|
||||||
# I prefer search engines to not advertise these pages even if you can find
|
# I prefer search engines to not advertise these pages even if you can find
|
||||||
# them here or in `_config.yml`.
|
# them here or in `_config.yml`.
|
||||||
|
Deny: /404.html
|
||||||
Deny: /bot.html
|
Deny: /bot.html
|
||||||
Deny: /channel.html
|
Deny: /channel.html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user