Adding Q&A Meta Data
The following API calls are required in order to add dynamic meta data including schema data to individual Q&A pages using question and answer details.
Get Q&A Meta Data
Name
Value
Name
Type
Description
{
data: {
question: [],
tags: [],
seo: []
},
success: true
}Last updated