audreyfeldroy / audreyfeldroy/complexity
Auto-generate sitemap
- Dominant language
- Python
- Stars
- 118
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Upon site generation, a sitemap should be auto-generated.
The sitemap should follow best practices:
- https://support.google.com/webmasters/answer/183668?hl=en
- http://www.sitemaps.org/protocol.html
If any manually created sitemap(s) exist in assets/, a message should be printed saying "Sitemaps already exist at and will not be auto-generated."
Contributor guide
Research direction
Start at the site-generation entry point and inspect how assets/ is handled. Review the linked sitemap protocol guidance, then verify that generation creates a compliant sitemap when none exists, while existing manual sitemaps produce the specified message and are left unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100