gpt4 book ai didi

html - 为什么 Google 建议在 Body 中使用 META TAGS?

转载 作者:行者123 更新时间:2023-12-04 16:32:19 24 4
gpt4 key购买 nike

我正在为 Google 的附加链接搜索框搜索微数据。所以我在谷歌网站上找到了一个页面。
这是微数据代码-

<div itemscope itemtype="https://schema.org/WebSite">
<meta itemprop="url" content="https://www.example.com/"/>
<form itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction">
<meta itemprop="target" content="https://query.example.com/search?q={search_term_string}"/>
<input itemprop="query-input" type="text" name="search_term_string" required/>
<input type="submit"/>
</form>
</div>
网址-> https://developers.google.com/search/docs/advanced/structured-data/sitelinks-searchbox

最佳答案

允许在 <div> 内部使用一些元标记和 <form>文档正文中的标签。见 <meta> : The metadata element - HTML: HyperText Markup Language | MDN其中说:

Permitted parents

  • ...
  • <meta itemprop>: any element that accepts metadata content or flow content.

从关于流内容的页面来看,允许流内容的元素包括 <div><form>用于 <body> .
因此,虽然许多元标记只属于 <head> , 当一个元标签有 itemprop它可以进入 <body> (或在 <head> 中)。

关于html - 为什么 Google 建议在 Body 中使用 META TAGS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69740087/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com