Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/posts/default.md')
-rw-r--r--archetypes/posts/default.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/archetypes/posts/default.md b/archetypes/posts/default.md
index 4535518..facbfd2 100644
--- a/archetypes/posts/default.md
+++ b/archetypes/posts/default.md
@@ -13,3 +13,10 @@ For other options, put these in the front matter:
showDate: true/false to enable/disable showing dates
math: true to enable showing equations (katex)
chordsheet: true to add chordsheet styelsheet
+
+For better seo you can set
+ lastmod: 2020-4-11 after modifying an article, set lastmod to let google know
+ that you have updated the article (SEO)
+ sitemap:
+ changefreq: "yearly" to let know how often article is changed
+ priority: 0.9 (0-1) to show how important the page is \ No newline at end of file