SEO optimization
All checks were successful
Build and Deploy to Production / build (push) Successful in 45s
Build and Deploy to Production / deploy (push) Successful in 32s

This commit is contained in:
Sergei Poljanski 2026-05-05 01:13:59 +04:00
commit 7296ffc944
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
7 changed files with 127 additions and 2 deletions

5
public/robots.txt Normal file
View file

@ -0,0 +1,5 @@
User-agent: *
Allow: /
Disallow: /thanks
Sitemap: https://asxp.io/sitemap.xml

8
public/sitemap.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://asxp.io/</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>

View file

@ -14,6 +14,14 @@ main {
text-align: center;
margin-bottom: 40px;
}
.monogram {
display: inline-block;
margin-bottom: 14px;
line-height: 0;
}
.monogram svg {
display: block;
}
.header h1 {
font-size: 1.4rem;
font-weight: 400;