Structured Data Help
Hello all. I am using a child theme for Vantage, and our business directory deals with just two (2) types of businesses, so our pull-down categories are not business types (restaurants, bars, shops), but instead are geographical (California, Texas, Maine). Let's say our two business types are "attorneys" and "dentists."
Right now, the theme specifies the schema "LocalBusiness" as a default in single-listing.php. However, we could improve our listings, I think, if we used the two appropriate definitions from schema's list:
Instead of
Use either of these two:
It's easy enough to change the default specified in single-listing.php to
one of those definitions -- but what about
two? How would I trigger or edit existing and new vantage listings to apply different and less generic business types?