Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+6 votes
1.2k views
in Plugins by
edited by

We have developed a plugin that will simply implement schema.org markup for Question and Answer site just like stackoverflow.com

After implementation of the schema.rog markups, the result can be displayed in the search engine as given below.

You can find the plugin here:

https://q2a.io/product/schema-org-implementation/

The plugin implements below markups.

http://schema.org/QAPage

http://schema.org/Question

http://schema.org/Answer

You can go to https://digitalmarketing.q2a.io/ and view the source to see implemented markups.

Q2A version: 1.7.5

1 Answer

+3 votes
by
Hello, great to see another plugin developer here! Unfortunately, you’ve done some work that you didn’t need to, because Q2A already has schema.org markup in v1.8 (currently beta).

But your plugin will still work on v1.7 so hopefully it’s useful for some people in the meantime.
by
Thank you for the update, Scott. Yes, this plugin will be useful for q2a version 1.7.
...