How to approach schema.org microdata markup in an product offers aggregation page

血红的双手。 提交于 2019-11-28 04:27:33

问题


Example page is: http://www.uswitch.com/mobiles/deals/apple_iphone_4s/

This page aggregates all contract deals for a specific handset, I am looking to add schema.org microdata on the rows and from what I understand, it appears I should markup each row with schema.org/Offer

This will result in something like:

Offer [itemOffered: x , price: a, ... other variations...] ... Offer [itemOffered: x , price: b, ... other variations...]

Would this be the best way to go about this?

Google guidelines for "Rich Snippets Products": http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146750&topic=1088474&ctx=topic only lists the AggregateOffer usage but leaves out their guideline for the markup of each of the offers that appear on the page.


回答1:


AFAICT, Google Rich Snippets supports only a single item per page. This makes sense because it's all about better displays of pages in search results. So if your goal is to have the aggregate pages display better in search results, then there's no point in marking up the individual offers on the aggregate page.

You can of course till add offer markup on the pages for individual deals.




回答2:


The AggregateOffer type is suited exactly for this.

When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.

Additionally, Google supports a Product with multiple offers. They even use this scenario as an example.



来源:https://stackoverflow.com/questions/10141179/how-to-approach-schema-org-microdata-markup-in-an-product-offers-aggregation-pag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!