plotwist-app / plotwist

Open-source easy management and reviews of your movies, series and animes.
https://plotwist.app
226 stars 10 forks source link

Improvement: Split sitemap between movies/tv-series #153

Closed lui7henrique closed 1 month ago

lui7henrique commented 2 months ago

Currently our sitemap contains all pages in a certain language, and we need to divide the sitemap between a specific movie and a series, and it would be interesting to place 50,000 items in each of them. In the future we can divide it further to list all items in the tmdb.

Current:


    https://plotwist.app/en-US/sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1

    https://plotwist.app/pt-BR/sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1

Improvement:


    https://plotwist.app/en-US/sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1

    https://plotwist.app/pt-BR/sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1

    https://plotwist.app/pt-BR/movies-sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1

    https://plotwist.app/pt-BR/tv-series-sitemap.xml
    2024-05-07T21:19:33.510Z
    weekly
    1
linear[bot] commented 2 months ago

PLO-44 Feature: Split sitemap between movies/tv-series