gpt4 book ai didi

schema.org - 使用 cssSelector : "The property value is not recognized by Google for an object of type WebPageElement." 选择 mainContentOfPage 的 DOM

转载 作者:行者123 更新时间:2023-12-01 18:15:00 24 4
gpt4 key购买 nike

我想整合结构化数据mainContentOfPage采用 JSON-LD 格式。

我需要指定 DOM 的部分,所以我使用 cssSelector属性。

数据如下:

{
"@context": "http://schema.org/",
"@type": "WebPage",
"mainContentOfPage": {
"@type": "WebPageElement",
"cssSelector": "#landingPage",
},
}

结构化数据测试工具给了我一个警告:

The property value is not recognized by Google for an object of type WebPageElement.

我该怎么做?

您可以在 SDTT 中测试此代码:

<html lang="fr">
<head>
<meta charset="UTF-8">
<script type="application/ld+json">
{"@context":"http://schema.org/","@type":"WebPage","mainContentOfPage":{"@type":"WebPageElement","cssSelector":"#landingPage"}}
</script>
</head>
<body>
<div id="landingPage">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In non molestie libero.</div>
</body>
</html>

最佳答案

cssSelector 还不是 schema.org 核心的一部分。您还不能将它用作 schema.org 的一部分,只有当它从 pending 移动时才可以使用。到核心。

The term 'cssSelector' is not in the schema.org core vocabulary, but is defined in an extension:

  • pending: cssSelector

https://schema.org/cssSelector

关于schema.org - 使用 cssSelector : "The property value is not recognized by Google for an object of type WebPageElement." 选择 mainContentOfPage 的 DOM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46729907/

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