Table of Contents
faq #
Frequently Asked Questions
faq
An array of Question elements. You must specify at least one valid Question item. A Question item includes both the question and answer.
{
"@type" : "Question",
"name" : "Question Text"
"acceptedAnswer" : {
"@type" : "Answer",
"text" : "Answer Text"
}
}
question
name
The full text of the question.
answer
acceptedAnswer
The full answer to the question. The answer may contain HTML content such as links and lists. Google Search displays the following HTML tags; all other tags are ignored: <h1> through <h6>, <br>, <ol>, <ul>, <li>, <a>, <p>, <div>, <b>, <strong>, <i>, and <em>.