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

feat: 支持 sitemap 接口 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: 支持 sitemap 接口 #1

wants to merge 2 commits into from

Conversation

dreamerblue
Copy link
Member

@dreamerblue dreamerblue commented Nov 15, 2023

sitemap.xml 接口,分卷输出,url 为 /sitemap/ranklist.xml

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://rl.algoux.org/sitemap/ranklist_vol_1.txt</loc></sitemap>
  <sitemap><loc>https://rl.algoux.org/sitemap/ranklist_vol_2.txt</loc></sitemap>
</sitemapindex>

sitemap vol txt 接口,每个分卷内不超过 1000 个网址,url 为 /sitemap/ranklist_vol_${index}.txt

https://rl.algoux.org/ranklist/uniqueKey1
https://rl.algoux.org/ranklist/uniqueKey2

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

Successfully merging this pull request may close these issues.

1 participant