• Resolved muttleydoo

    (@muttleydoo)


    Hi,

    I want to provide Schema markup of offers and coupons using the Schema markup type ‘offer’. Is it possible to di this with the WPSSO plugin.

    Here’s an exept of the web page source code that includes a coupon code. Data type ‘code’.

    ********************

    <div class=”latest-coupon”>
    <h3 class=”coupon-title”>
    <i class=”edit icon”></i> <a
    title=”20% off Furniture Purchases Over £150 at Argos”
    rel=”nofollow”
    class=”coupon-link”
    data-type=”code”
    data-coupon-id=”500″
    data-aff-url=”http://voucherbuddy.co.uk/out/500&#8243;
    data-code=”FURN20″
    href=”http://voucherbuddy.co.uk/stores/argos/500/”>20% off Furniture Purchases Over £150 at Argos</h3>
    <div class=”c-type”>
    <span class=”c-code c-code”>Code</span>
    <span class=”exp”>Expires September 27, 2017</span>
    </div>
    <div class=”coupon-des”>
    <div class=”coupon-des-ellip”></div>

    </div>
    *******************

    And one that includes a sale or offer. Data type ‘sale’

    <div class=”latest-coupon”>
    <h3 class=”coupon-title”>
    <i class=”edit icon”></i> <a
    title=”Free Delivery on Selected Orders at Argos”
    rel=”nofollow”
    class=”coupon-link”
    data-type=”sale”
    data-coupon-id=”287″
    data-aff-url=”http://voucherbuddy.co.uk/out/287&#8243;
    data-code=””
    href=”http://voucherbuddy.co.uk/stores/argos/287/”>Free Delivery on Selected Orders at Argos</h3>
    <div class=”c-type”>
    <span class=”c-code c-sale”>Deal</span>
    <span class=”exp”>Expires N/A</span>
    </div>
    <div class=”coupon-des”>
    <div class=”coupon-des-ellip”></div>

    </div>
    *****************************

    I want to check this is possible before purchasing the pro version of the plugin.

    Thanks
    James

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Which event and/or eCommerce plugin are you using?

    Offer is usually of a property / sub-element of Offers, which itself is a property / sub-element of Product, Event, etc. You can select the Event schema type in the WPSSO JSON Pro version, and that will give you access to a few Event related fields, like offers. If you use a supported event plugin, most of those fields should be pre-filled.

    js.

    Thread Starter muttleydoo

    (@muttleydoo)

    Hi, Thanks for the reply.

    I’m not using an event or eCommerce plugin, I use a coupon theme to post the offers.

    James

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Schema type ‘Offer’’ is closed to new replies.