1. created my second rule under structured data, call it rule for FAQ (after rule for localbusiness)
2. make it run on all pages
3. Tried the following
a. CSS Selectors,
Making "h5" as question, and "h6" as answer on a page, change one of my page question to and the answer
Result, tested that page url on https://search.google.com/test/rich-results
Didn't pick that up, no FAQ schema at all
b. CSS Selector
Making .question and declare \<\h3 class="question" \> my question \<\h 3>
then using div tag so I declared .answer and put up a div class="answer" \> \<\p\>my answers blah blah <\/p> < \div \>
Same result above, no FAQ schema when tested on google rich result.
c. Short codes
Tried putting in
{4seo_faq_question_start}, {4seo_faq_question_end} and {4seo_faq_answer_start}, {4seo_faq_answer_end}
on question and answer, result same as above. nothing on FAQ schema
Much appreciated if there are more documentations that describe these ? Thanks.