Mobile app version of vmapp.org
Login or Join
Lee4591628

: "Product" for used items on a classifieds site? I have a classified ads website at http://www.gastonia.com. We are redoing the architecture to be HTML5 compliant as well as heavily use Microdata

@Lee4591628

Posted in: #SchemaOrg

I have a classified ads website at www.gastonia.com. We are redoing the architecture to be HTML5 compliant as well as heavily use Microdata with Schema.org.

Given that most things there are used, is the Product type still the correct choice?

EDIT:

Given the responses so far, Farrukh gave a link with more details. This was on the page:


The following guidelines apply to product snippets:

When using product markup, the main topic of the page should be about a specific product. Product markup on listing pages is not supported.

The product should be available for purchase directly on the page. We do not support product markup for pages that require a user to visit separate seller's site or contact a seller offline to complete a purchase.

Adult-related products are not supported.

If the product has been reviewed by a single reviewer, the reviewer’s name needs to be a valid name for a Person (e.g. "James Smith") or Team/Organization (e.g. "CNET Reviewers"). For example, "50% off on Black Friday" is not a valid name.


Note the guideline that the object should be available for purchase directly from the page.

Do you think that disqualifies using the Product type?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

3 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

From the Schema.org perspective, using Product is appropriate. Schema.org doesn’t restrict that you have to offer this product directly on your site, it just has to be offered (i.e., by someone, somewhere). And with its itemCondition property, you can specify that the product is in used condition:

<article itemscope itemtype="http://schema.org/Product">
<link itemprop="itemCondition" href="http://schema.org/UsedCondition" />
</article>

10% popularity Vote Up Vote Down


 

@Bryan171

As long as the end user is able to purchase the item directly through your website without having to contact the original item poster/seller, then the Product vocabulary is absolutely, correct. You'll want to use the itemCondition to specify if it's condition as used, refurbished, new, or damaged.

10% popularity Vote Up Vote Down


 

@Nimeshi995

Yes Product uses Schema which Google now recommends as it is supported by Google, Microsoft and Yahoo, while some older formats are not supported by Bing or Yahoo making schema the most ideal choice.

Qoute from Googles PRODUCT Rich Snippets Page


New! schema.org lets you mark up a much wider range of item types on
your pages, using a vocabulary that Google, Microsoft, and Yahoo! can
all understand. Find out more. (Google still supports your existing
rich snippets markup, though.)


You can use Google's Structured Data tool to show how it can be used as well as testing your code before going live

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme