mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-15 00:56:23 +02:00
Add SEO metadata, robots and sitemap
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
permalink: /sitemap.xml
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{%- for page in collections.all %}
|
||||
{%- if page.url and not page.data.eleventyExcludeFromCollections %}
|
||||
<url>
|
||||
<loc>https://kst4contest.hamradioonline.de{{ page.url }}</loc>
|
||||
</url>
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user