Skip to content

Commit

Permalink
feat: улучшено SEO и обновлен интерфейс
Browse files Browse the repository at this point in the history
- Добавлены метатеги для SEO
- Добавлен sitemap.xml и robots.txt
- Переведен интерфейс на русский
- Обновлен SpotifyPlayer
- Обновлены проекты и навыки
- Улучшена структура данных
  • Loading branch information
Kyureno2374 committed Jan 10, 2025
1 parent 7a426f6 commit 704baf3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
User-agent: *
Allow: /

# Sitemap
Sitemap: https://kyureno.dev/sitemap.xml
27 changes: 27 additions & 0 deletions frontend/public/sitemap.xml
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>

0 comments on commit 704baf3

Please sign in to comment.