-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: улучшено SEO и обновлен интерфейс
- Добавлены метатеги для SEO - Добавлен sitemap.xml и robots.txt - Переведен интерфейс на русский - Обновлен SpotifyPlayer - Обновлены проекты и навыки - Улучшена структура данных
- Loading branch information
1 parent
7a426f6
commit 704baf3
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
User-agent: * | ||
Allow: / | ||
|
||
# Sitemap | ||
Sitemap: https://kyureno.dev/sitemap.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
<url> | ||
<loc>https://kyureno.dev</loc> | ||
<lastmod>2024-03-19</lastmod> | ||
<changefreq>weekly</changefreq> | ||
<priority>1.0</priority> | ||
</url> | ||
<url> | ||
<loc>https://kyureno.dev/projects</loc> | ||
<lastmod>2024-03-19</lastmod> | ||
<changefreq>weekly</changefreq> | ||
<priority>0.8</priority> | ||
</url> | ||
<url> | ||
<loc>https://kyureno.dev/skills</loc> | ||
<lastmod>2024-03-19</lastmod> | ||
<changefreq>monthly</changefreq> | ||
<priority>0.8</priority> | ||
</url> | ||
<url> | ||
<loc>https://kyureno.dev/about</loc> | ||
<lastmod>2024-03-19</lastmod> | ||
<changefreq>monthly</changefreq> | ||
<priority>0.7</priority> | ||
</url> | ||
</urlset> |