index: updated meta tags
- Added JavaScript snippet for handling Dark/Light mode switching - Updated meta tags to include Twitter image and Open Graph image for splash page - Created sitemap.xml file with URLs for home, setup, and usage pages
This commit is contained in:
12
sitemap.xml
Normal file
12
sitemap.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc>https://firewallet.woodburn.au/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://firewallet.woodburn.au/setup.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://firewallet.woodburn.au/usage.html</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user