如何在 Liferay 生成的页面中添加自定义元标记

发布于 2024-11-29 00:00:18 字数 329 浏览 0 评论 0 原文

我需要在不同的 Liferay 生成的页面中放置不同的 META 标签。

示例

<!-- Page1 -->
<META name="test1" content="content1" /> 

<!-- Page2 -->
<META name="test2" content="content2" />

我怎样才能实现这个目标?

更新

我无法更具体,因为这是一个简单的问题,但我认为“Liferay 6.0 不支持自定义元标记”可以是答案。

I need do put different META tags in different Liferay generated pages.

Example

<!-- Page1 -->
<META name="test1" content="content1" /> 

<!-- Page2 -->
<META name="test2" content="content2" />

How can I achieve this?

Update

I cannot be more specific because this is the simple problem but I think "Liferay 6.0 doesn't support custom meta tags" can be the answer.

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

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

发布评论

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

评论(1

卖梦商人 2024-12-06 00:00:18

我必须说得有点含糊,因为我目前没有所有可用的资源:

  • 在页面管理中,您可以为每个页面设置额外的元数据
  • 您可以更改主题以包含所需的元数据。
  • 如果您需要它在页面级别可用/可配置,您可以定义自定义字段。如果我没记错的话,它们也可用于页面。我不知道是否有一个 UI,但您可以扩展“管理页面”UI 以包含这些自定义页面或根据需要提供独立设置(例如每个页面上的 portlet,仅对有权访问该数据的人员可见) )
  • 如果整个组(社区/组织)具有相同的元数据,您可以部署主题的变体 或将它们组合起来 进入一个常见的“虚拟”网站

I have to be a bit vague as I don't have all resources available at the moment:

  • In page management you can set extra meta data per page
  • You can change your theme to include the required metadata.
  • If you need it available/configurable on the page level, there are custom fields that you can define. If I recall correctly they are also available for pages. I don't know if there's a UI for it, but you can extend the "Manage Pages" UI to include these custom pages or provide independent settings if required (e.g. a portlet on each page, visible only to those having access to that data)
  • If a whole group (community/organization) has the same metadata, you might deploy variations of a theme or combine them into a common "virtual" site
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文