feat: accessibility enhancement
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
closes #3
This commit is contained in:
parent
3e652d5e4e
commit
01c5131055
31 changed files with 1121 additions and 58 deletions
53
public/sitemap.xml
Normal file
53
public/sitemap.xml
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://mirror.starset.fans/</loc>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://mirror.starset.fans/"/>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/"/>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
<!-- Projects -->
|
||||
<url>
|
||||
<loc>https://mirror.starset.fans/projects</loc>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/projects"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://mirror.starset.fans/projects"/>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/projects"/>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Updates -->
|
||||
<url>
|
||||
<loc>https://mirror.starset.fans/updates</loc>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/updates"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://mirror.starset.fans/updates"/>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/updates"/>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- Contributors -->
|
||||
<url>
|
||||
<loc>https://mirror.starset.fans/contributors</loc>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/contributors"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://mirror.starset.fans/contributors"/>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/contributors"/>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
<!-- About -->
|
||||
<url>
|
||||
<loc>https://mirror.starset.fans/about</loc>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hans" href="https://mirror.starset.fans/about"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://mirror.starset.fans/about"/>
|
||||
<xhtml:link rel="alternate" hreflang="zh-Hant" href="https://mirror.starset.fans/about"/>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Add table
Add a link
Reference in a new issue