SEO optimization
This commit is contained in:
parent
7608cf15fc
commit
7296ffc944
7 changed files with 127 additions and 2 deletions
5
public/robots.txt
Normal file
5
public/robots.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /thanks
|
||||
|
||||
Sitemap: https://asxp.io/sitemap.xml
|
||||
8
public/sitemap.xml
Normal file
8
public/sitemap.xml
Normal 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>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue