网站地图生成

发布于 2024-09-14 05:46:40 字数 501 浏览 5 评论 0原文

我想知道我是否可能以错误的方式处理此问题并正在寻求一些指导。

我在我的网站上创建了一个站点地图数据源,然后创建了一个站点地图供其链接。但是,当我创建站点地图时,看起来我需要输入所有页面详细信息。有没有某种方法可以自动执行此操作(或至少开始执行)?这是它默认生成的:

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode url="" title=""  description="">
    <siteMapNode url="" title=""  description="" />
    <siteMapNode url="" title=""  description="" />
  </siteMapNode>
</siteMap>

例如,有没有办法让它只列出站点中同一级别的所有页面或其他内容?

I'm wondering if I may be going about this the wrong way and am looking for some guidance.

I've created a site map datasource on my website and I then created a site map for it to link to. However, when I create the site map, it looks like I need to enter all the page details. Is there some way of automating this (or at least getting it started)? This is what it generated by default:

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode url="" title=""  description="">
    <siteMapNode url="" title=""  description="" />
    <siteMapNode url="" title=""  description="" />
  </siteMapNode>
</siteMap>

For example, is there a way to get it to just list all the pages in the site at the same level or something?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文