简体   繁体   English

我的结构化数据类型应该是Product还是ItemPage?

[英]Should my structured data type be Product or ItemPage?

I am building structured data sets for my artist studio. 我正在为我的艺术家工作室构建结构化数据集。 We sell lighting / vessels, but not from these web pages (from the store page only). 我们出售照明/船只,但不出售这些网页(仅从商店页面)。

These pages are about specific products, but with no e-commerce attached. 这些页面是关于特定产品的,但没有附加电子商务。

Should I be listing them as "type": "ItemPage" and use keywords then? 我应该将它们列为“类型”:“ ItemPage”,然后使用关键字吗? I noticed "Product" doesn't offer keywords. 我注意到“产品”没有提供关键字。

Thank you. 谢谢。

I think ItemPage and Product are at different levels. 我认为ItemPage和Product处于不同的级别。 The first provides information about the WebPage (its a sub class of WebPage), and the second is about the entity (item) that is on the WebPage. 第一个提供有关WebPage的信息(它是WebPage的子类),第二个提供有关WebPage上的实体(项目)的信息。

So I would say you could define both with Product being the mainEntityOfPage for ItemPage. 因此,我想您可以将Product定义为ItemPage的mainEntityOfPage。

You probably want to stick with one official page that defines the product. 您可能想要坚持一个定义产品的官方页面。 Or at least, use the same id for every time you mark it up. 或至少每次标记时都使用相同的ID。 So if the product is also marked up on the ecommerce site, you probably want to use the id for that entity so that it is clear that you are talking about the same thing. 因此,如果在电子商务网站上也对产品进行了标记,则您可能希望使用该实体的ID,这样很明显您在谈论同一件事。

The Structured Data General Guidelines of Google requires to ensure that the structured data represents the main content of the web page to which they refer. Google的结构化数据通用指南要求确保结构化数据代表其引用的网页的主要内容。

In its turn the guide of Google for Product informs us: Google产品指南会相应地通知我们:

Use markup for a specific product, not a category or list of products. 将标记用于特定产品,而不是产品类别或产品列表。

and

a product page that describes a single product. 描述单个产品的产品页面。

Thus, if you are creating structured data for a web page that has a main content sush as description of the product, then in this case you can use the markup for the type Product . 因此,如果要为具有主要内容的网页创建结构化数据作为产品描述,则在这种情况下,可以将标记用于类型Product

If your web page has a list of products or categories, then it may be useful to use markup for type ItemList as Google suggests . 如果您的网页上有产品或类别的列表,那么按照Google的建议 ,将标记用于ItemList类型可能会很有用。

Creating markup for the type Product has no connection with e-commerce. 产品类型创建标记与电子商务无关。 This can be used to mark up the products of a physical store website. 这可用于标记实体店网站的产品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自 Google 更新以来的结构化数据(报价)无效:应提供报价或评论或聚合评级之一 - Invalid structured data (offer) since Google Update : one of offers or review or aggregateRating should be provided Google自定义搜索,结构化数据不起作用 - Google Custom Search, structured data not working 正确部署Google Rich Card的结构化数据 - Correct deployment of structured data for Google rich cards JobPosting结构化数据 - JobPosting Structured Data 如何使用Google的结构化数据内容显示电影时间表? - How to use Google's structured data content to display movie schedule? 结构化数据徽标在Google搜索中不可见 - Structured data logo is not visible in Google Search 我应该在哪里放置产品架构微数据 - where should I place the product schema microdata 网站未在搜索列表中显示评论结构化数据 - Site does not show review structured data in search listings 是否可以在标准Google搜索中按微数据/结构化数据进行搜索? - Is it possible to search by microdata/structured data in a standard Google search? 我应该如何索引我的Android应用程序的内容 - How should I index content of my Android application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM