mirror of https://gitlab.com/curben/blog
fix(404): remove from sitemap and web crawler
This commit is contained in:
parent
d063b59e3d
commit
791f845ca3
|
@ -1 +0,0 @@
|
||||||
Page not found
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Page not found
|
||||||
|
layout: page
|
||||||
|
sitemap: false
|
||||||
|
---
|
|
@ -1,4 +1,5 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Disallow: /404
|
||||||
|
Disallow: /404.html
|
||||||
|
|
||||||
Sitemap: https://mdleom.com/sitemap.xml
|
Sitemap: https://mdleom.com/sitemap.xml
|
Loading…
Reference in New Issue