Browse Source
Feature/extend sitemap.xml by resources sub pages in de (#3993)
* Extend sitemap.xml
pull/3996/head
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
12 additions and
0 deletions
-
apps/api/src/assets/sitemap.xml
|
|
@ -56,10 +56,22 @@ |
|
|
|
<loc>https://ghostfol.io/de/ressourcen</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/de/ressourcen/lexikon</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/de/ressourcen/maerkte</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/de/ressourcen/personal-finance-tools</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/de/ressourcen/ratgeber</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|
</url> |
|
|
|
<url> |
|
|
|
<loc>https://ghostfol.io/de/ueber-uns</loc> |
|
|
|
<lastmod>${currentDate}T00:00:00+00:00</lastmod> |
|
|
|