Hey all,
I'm looking to implement Schema tagging for a local business and am unsure of whether to use "Physician" or "Person" for a handful of doctors. Though "Physician" seems like it should be the obvious answer, Schema.org states that it should refer to "A doctor's office" instead of a physician.
The properties used in "Physician" seem to apply to a physician's practice, and not an actual physician. Properties are sourced from the "Thing", "Place", "Organization", and "LocalBusiness" schemas, so I'm wondering if "Person" might be a more appropriate implementation since it allows for more detail (affiliations, awards, colleagues, jobTitle, memberOf), but I wanna make sure I get this right.
Also, I'm wondering if the "Physician" schema allows for properties pulled from the "Person" schema, which I think would solve everything.
For reference:
http://schema.org/Person
http://schema.org/Physician
Thanks, everyone! Let me know how off-base my strategy is, and how I might be able to tidy it up.