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

Generate sitemaps with Controller and Actions #265

Open
bensheldon opened this issue Jul 30, 2024 · 0 comments
Open

Generate sitemaps with Controller and Actions #265

bensheldon opened this issue Jul 30, 2024 · 0 comments

Comments

@bensheldon
Copy link
Owner

Instead of using the S3 Sitemap generator, we should generate sitemaps via index and controllers and XML: https://www.johnnunemaker.com/rails-easy-sitemaps/

  • At the leaf, each city by day (rather than month) should be its own Sitemap, which lists out individual requests for that city on that day (service requests are the main "content")
  • There should be an index for each city that enumerates all of the previous days
  • There should be a primary sitemap index that references each city index
  • There can also be an additional "static URL sitemap" referenced from the root sitemap index, that can contain other more singular site links.

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.

@bensheldon 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.
bensheldon added a commit that referenced this issue Jul 30, 2024
…rator (#268)

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant