数据库页面 * 子应用程序 * 多位置 * 多语言:这是如何工作的?

发布于 2024-08-17 08:36:11 字数 623 浏览 5 评论 0原文

我正在开发(.NET MVC)一个大型网站,它具有以下规范:

  • 数据库页面(HTML 编辑器)
  • 子应用程序(/products、/search、/user-area(更多混合的数据库页面和应用程序))
  • 多位置(数据库页面和应用程序)
  • 多语言(全部:数据库页面、应用程序和多位置)

我遇到以下问题:

  1. 路由。我是否包含位置和/或语言?我不能只为每个网址添加前缀或后缀吗? (我不知何故希望将位置(也许还有语言)放入搜索引擎抓取的网址中,不知道该去哪里......)
  2. 项目管理。如何存储应用程序资源语言位置特定内容)?
  3. 站点地图“管理”。我目前使用父子 fk 将每个页面存储在 db 中。我有自己的 sitemapprovider 使用此数据。我还将这些页面的每个 url 存储在数据库中(基于页面标题和父 URL),因为用户应该能够生成(多级)数据库页面。如果感觉好像我在这里做双重工作(存储网址和维护路由文件..?)。有什么想法吗?

I'm developing (.NET MVC) a large website which has the following specifications:

  • Database pages (HTML editors)
  • Sub applications (/products, /search, /user-area (more mixed db-pages & apps))
  • Multi location (both db-pages & apps)
  • Multi language (all: db-pages, apps & multi-location)

I have problems with the following:

  1. Routes. Do I include location and/or language? I cannot just prefix or suffix EVERY url? (i somehow want location (and maybe language) to be put in the url for search engine crawling, not sure where to go on this...)
  2. Project-management. How do I store application-resources (language & location specific content)?
  3. SiteMap 'management'. I currently store every page in the db using a parent-child fk. I have my own sitemapprovider which uses this data. I also store every url of those pages in the db (based on page title and parent-url), because users should be able to generate (multi-level) database pages. If feels as if i'm doing double work here (storing urls and maintaining a routefile..?). Any ideas?

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

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

发布评论

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

评论(1

扬花落满肩 2024-08-24 08:36:11
  1. 是的,我可以
  2. 存储在数据库中
  3. 将路线信息与页面一起存储在数据库中,自动进行路线映射
  1. Yes I can
  2. Store in db
  3. Store route information in database with pages, automate routemapping
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文