Actions
Feature proposal #9570
openImplement support for LocalBusiness schema type
Description
This kind of digs super deep with double nested specifics. Example as follows.
LocalBusiness > Store > BikeStore
These should all be selectable. So for example all 3 should be Type options.
LocalBusiness
Store
BikeStore
All 3 have the same schema properties so there is no additional overhead there. There's around 30ish schema types in LocalBusiness that do this. FoodEstablishment is in LocalBusiness, but because it had food specific properties it was made into a separate schema plugin. LocalBusiness categories like that should be separate plugins, but for the vast majority we can cover A LOT of usecases with a single plugin.
Actions