MySQL,需要一些有关如何为具有大量页面的站点设置站点地图的建议吗?

发布于 2024-10-13 02:49:29 字数 285 浏览 8 评论 0原文

目前,我在 google 网站管理员工具中指定了一个站点地图,如下所示。

www.mydomain.com/sitemap.php?from=20000&max=10000

这显示了记录 id 20,000 中的 10,000 个页面

我有 80,000 个页面,我的站点地图速度很慢。

我不想最终拥有大量带有这些参数的站点地图(因为只有谷歌知道它们)。但是这些页面从数据库中提取了太多页面,并且速度非常慢。

有人可以告诉我什么既快速又全面并且可供所有机器人使用吗?

At the moment I have a sitemap specified in google webmaster tools, which looks like this..

www.mydomain.com/sitemap.php?from=20000&max=10000

This shows 10,000 pages from record id 20,000

I have 80,000 pages and my site maps are slow.

I don't want to end up having lots of sitemaps with these paramaters (as only google knows about them). But the pages pump out too many pages from the database and are really slow.

Can someone advise me what will be both fast and comprehensive and available to all bots ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久光 2024-10-20 02:49:29
  • 设置一个创建静态站点地图的 cron 作业。
  • 将其设置为每天、每小时或按照您喜欢的任何时间表运行。
  • 将静态文件提供给搜索引擎(数据库无负载、速度快等)。
  • 使用站点地图索引文件
  • Set up a cron job which creates static sitemaps.
  • Set it to run daily, hourly, or in whatever schedule you like.
  • Serve the static files to search engines (no load on database, fast, etc.).
  • Use an index file of sitemaps
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文