-
Notifications
You must be signed in to change notification settings - Fork 14
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
Generate sitemaps with Controller and Actions #265
Comments
bensheldon
changed the title
Generate sitemaps with Controller and Action
Generate sitemaps with Controller and Actions
Jul 30, 2024
bensheldon
added a commit
that referenced
this issue
Jul 30, 2024
Related to #265 Implement sitemap generation with a primary index referencing a per-city index, and the per-city index listing out a sitemap per-city-per-day containing all service requests for that day.
bensheldon
added a commit
that referenced
this issue
Jul 30, 2024
…rator Related to #265 Implement sitemap generation with a primary index referencing a per-city index, and the per-city index listing out a sitemap per-city-per-day containing all service requests for that day.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of using the S3 Sitemap generator, we should generate sitemaps via index and controllers and XML: https://www.johnnunemaker.com/rails-easy-sitemaps/
So in summary, a primary index references a per-city index, and the per-city index lists out a sitemap per-city-per-day that contains all of the service requests for that day.
The text was updated successfully, but these errors were encountered: