mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-19 03:59:18 -04:00
Enable sitemap.xml generation & reintroduce robots.txt
This commit is contained in:
parent
9d51bfc652
commit
338863a586
2 changed files with 7 additions and 1 deletions
|
@ -3,4 +3,7 @@ description: You are being watched! Knowledge, encryption and privacy tools to p
|
||||||
url: "https://privacytools.io"
|
url: "https://privacytools.io"
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
plugins:
|
||||||
|
- jekyll-sitemap
|
||||||
|
sitemap:
|
||||||
|
file: "/sitemap.xml"
|
||||||
|
|
3
robots.txt
Normal file
3
robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
Sitemap: https://privacytools.io/sitemap.xml
|
Loading…
Add table
Add a link
Reference in a new issue