Find Accountants page adds SearchAction, so it's marked up as a search function, not just a list
Abstracts
Abstracts
ProfileScribe's Find Accountants page is marked up as a SearchAction, in addition to SearchResultsPage and ItemList. That's a specific distinction: it tells anything reading the page's structure that this is a queryable search interface, not just a rendered list of names. Practically, that means the filtering it offers, by credentials, tax and bookkeeping specialties, and service area, is something a system can address directly rather than infer from page layout.
For a discovery tool, that matters more than it sounds. A page that only looks like search results to a human but doesn't declare itself as one gets treated as generic content. Declaring SearchAction is a small but concrete step toward making "find an accountant" behave like an actual search function wherever the page shows up, not just inside ProfileScribe's own UI.