Seo (#7)
* Fixed installation commands Removed extra line * added robots.txt template with sitemap entry for crawler and disabled RSS generation as it's not useful for this template
This commit is contained in:
parent
7265820ab5
commit
b0cc5bfcad
2 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ title = "Dimension"
|
||||||
theme = "dimension"
|
theme = "dimension"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
disableRSS = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
title = "Dimension"
|
title = "Dimension"
|
||||||
|
|
|
||||||
1
layouts/robots.txt
Normal file
1
layouts/robots.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Sitemap: {{ .Site.BaseURL }}sitemap.xml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue