Update change frequency in sitemap

This commit is contained in:
Matthew Grove
2019-02-05 07:31:51 +00:00
parent 73e3346e26
commit 33d7045a1d

View File

@@ -11,7 +11,7 @@ search: exclude
<url> <url>
<loc>{{ page.url }}</loc> <loc>{{ page.url }}</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod> <lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq> <changefreq>always</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
{% endif %} {% endif %}
@@ -22,7 +22,7 @@ search: exclude
<url> <url>
<loc>{{ post.url }}</loc> <loc>{{ post.url }}</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod> <lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq> <changefreq>always</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
</url> </url>
{% endfor %} {% endfor %}