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

Improve SEO web crawling #1639

Open
another-rex opened this issue Sep 19, 2023 · 0 comments
Open

Improve SEO web crawling #1639

another-rex opened this issue Sep 19, 2023 · 0 comments
Assignees

Comments

@another-rex
Copy link
Contributor

Improve SEO web crawling by building a site map.

Just have a tree of no js pages linking to every vulnerability, possibly split by ecosystem.

@zahraaalizadeh zahraaalizadeh self-assigned this May 21, 2024
another-rex pushed a commit that referenced this issue Jun 7, 2024
This change:
- Adds a route to dynamically generate sitemap.xml on the first request.
- Implements caching mechanism to serve the generated sitemap.xml from
the directory on subsequent requests.
- Updates the Flask app to include the generate_sitemap function.
- Ensures the sitemap is generated during the initial deployment and
reused afterward.

This change improves the SEO functionality by ensuring the sitemap is
always available and up-to-date, with minimal performance overhead.

issue: #1639
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants