Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add sitemap.xml #218

Open
web3Gurung opened this issue Feb 14, 2025 · 5 comments
Open

feature: add sitemap.xml #218

web3Gurung opened this issue Feb 14, 2025 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@web3Gurung
Copy link

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>

@web3Gurung web3Gurung added the enhancement New feature or request label Feb 14, 2025
@web3Gurung
Copy link
Author

the file exists at https://github.com/strkfarm/starkfarm-client/blob/dev/src/app/sitemap.xml, but not accessible on the internet.

also, needs to be updated with the current above code.

@TobieTom
Copy link

Hola I'm Tobias. I would like to take over this issue. I've already contribute to some projects recently since I just learned Rust and Cairo

@JayWebtech
Copy link

Hello, I am a frontend/mobile app developer with six years of experience. I have implemented dynamic xml in various project like this https://ecohotels.com/sitemap.xml

In case of plenty data, I can use gzip compression library to handle it

This is an issue I can confidently handle.

@web3Gurung
Copy link
Author

hey folks, we're working on this internally since we already have the file at the designated place. but it's not accessible on the internet. please let me know if you have any ideas on what can be the cause

@SudiptaPaul-31
Copy link

May I be assigned to this issue?

@akiraonstarknet akiraonstarknet self-assigned this Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants