处理正文后设置页面标题

发布于 2024-11-04 15:44:01 字数 253 浏览 0 评论 0原文

有没有办法在处理页面正文后设置页面的标题和一些其他元标记,其中适当的信息将在(数据库查询之后)

我知道它可以通过javascript完成,但这不是seo友好的,并且它会失败如果没有脚本。所以它必须在服务器端完成。

最好的方法是php,但我的页面结构是一个完整的页面,其中包含带有php include(伪框架)的主要内容。并且由于主要内容位于页面标题之后,因此我们无法在创建包含页面标题的变量之前调用它。

有什么建议吗?

谢谢。

Is there a way to set the page's title and some other meta tags after processing the page's body where the appropriate information will be (after db queries)

I know that it can be done via javascript but this is not seo friendly, and it will fail if noscript. so it must be done server-side.

The best way is php but my page structure is a full page that includes the main content with php include (pseudo frames). and because the main content is after the page's title, we cannot call the variable containing the page title before creating it.

any suggestions please?

Thanks.

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

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

发布评论

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

评论(1

抚笙 2024-11-11 15:44:01

JS 绝对不是这里的方式,它会被搜索引擎忽略。

在php中,你必须使用模板语言才能更加灵活,将标题放在你想要的任何地方。 Smarty 是一种很受欢迎的产品。 Smarty 文档

JS is definitively not the way here, it'll be ignored by search engines.

In php, you have to use a template language to be more flexible and put the title wherever you want. Smarty is a popular one. Doc on Smarty

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文