Great question, @alexdelmont .
I’ve spent a little time looking into it this morning. Going off of a few blog posts on Yoast’s website, I’d say so.
By the looks of things, Yoast relies heavily on Structured Data (as defined by schema.org). You can read more about that here:
– https://yoast.com/yoast-seo-11-0/
– https://yoast.com/structured-data-schema-ultimate-guide/
In order to take advantage of Yoast’s automatic entity graphs and other structured data features, you’ll just need to ensure that your template HTML includes the appropriate schema tags:
https://schema.org/docs/full.html
You can further enhance your block’s graph data pieces with Yoast’s schema API:
https://developer.yoast.com/schema-documentation/api/
Hope that answers your question!