I am creating a Vue app powered with WP REST API. Situation is that I have a website that has content and I added schema pro plugin for SEO enhancement. Now since I am using WP REST API, my question is how can i add json+ld schema from the plugin to extend REST API.
I am creating a Vue app powered with WP REST API. Situation is that I have a website that has content and I added schema pro plugin for SEO enhancement. Now since I am using WP REST API, my question is how can i add json+ld schema from the plugin to extend REST API.
Share Improve this question edited May 16, 2020 at 8:24 George Alvis asked May 16, 2020 at 7:16 George AlvisGeorge Alvis 1293 bronze badges1 Answer
Reset to default -1The plugin should work in a way that it adds Schema automatically to the markup you write for your website, you should try hosting your website on a local environment and enabling the plugin there to see if it does indeed add Schema to the markup you wrote in Vue,