How to approach schema.org microdata markup in an

2019-01-26 15:19发布

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.

2条回答
Explosion°爆炸
2楼-- · 2019-01-26 15:19

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.

查看更多
一纸荒年 Trace。
3楼-- · 2019-01-26 15:37

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.

查看更多
登录 后发表回答