- From: <mfhepp@gmail.com>
- Date: Mon, 18 May 2015 12:14:54 +0200
- To: Trey Copeland <tcopeland@campingworld.com>
- Cc: "public-gao@w3.org" <public-gao@w3.org>
If I understand you correctly, you want to mark-up individual vehicles. For that scenario, simply use http://schema.org/Offer linked to a http://schema.org/Vehicle entitity via the itemOffered property (or vice-versa via the offers property). You can then use all the new properties for vehicle for your RVs, and for missing ones, use additionalProperty with http://schema.org/PropertyValue. If you want to be more specific about the type of vehicle, you could turn the vehicle into a multi-typed entity with types from http://www.productontology.org, like so: <div itemscope itemtype="http://schema.org/Vehicle"> <link itemprop="additionalType" href="http://www.productontology.org/id/Recreational_vehicle" /> <span itemprop="name">.. a short name for the object ...</span> Product description: <span itemprop="description">... a longer description ...</span> </div> Readily available are: http://www.productontology.org/id/Recreational_vehicle http://www.productontology.org/id/Motorhome http://www.productontology.org/id/Campervan http://www.productontology.org/id/Truck_camper http://www.productontology.org/id/Popup_camper http://www.productontology.org/id/Travel_trailer http://www.productontology.org/id/Teardrop_trailer Hope that helps. Best Martin ----------------------------------- martin hepp http://www.heppnetz.de mhepp@computer.org @mfhepp > On 16 May 2015, at 20:34, Trey Copeland <tcopeland@campingworld.com> wrote: > > Hi folks, > > I do SEO for Camping World, with more than 100 stores and dealerships nationwide. I currently have our units and dealerships marked up using AutoDealer and Vehicle properties. What’s the best way to markup our RV units? > > You can see my current markup - https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Fwww.campingworld.com%252Frvsales%252Ftravel-trailer%252F2012%252Fkeystone-bullet%252F431947%252F > > Let me know if I am missing something. Looking forward to the responses and discussion on this topic. > > Thanks, > Trey > NOTE: The information in this email is confidential and may be legally > privileged. If you are not the intended recipient, we request that you > (i) not read, use or disseminate the information, (ii) advise the sender > immediately by reply email and (iii) delete this message and any > attachments without retaining a copy. Although this email and any > attachments are believed to be free of any virus or other defect that > may affect any computer system into which it is received and opened, it > is the responsibility of the recipient to ensure that it is virus free > and no responsibility is accepted by FreedomRoads, LLC or any of its > affiliates for any loss or damage arising in any way from its use.
Received on Monday, 18 May 2015 10:15:25 UTC