Skip to content

feature: add sitemap.xml #218

@web3Gurung

Description

@web3Gurung

Need to add sitemap for web crawlers + better seo.

Additional context
here's what needs to be added in https://strkfarm.com/sitemap.xml

<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.strkfarm.com/</loc>
    <lastmod>2025-02-14T13:00:00+01:00</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.strkfarm.com/</loc>
    <lastmod>2025-02-14T13:00:00+01:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.strkfarm.com/community</loc>
    <lastmod>2025-02-14T13:00:00+01:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions