Features
FAQ Manager
FAQ Manager
Search Algorithm
When users search the FAQ help center:
plainto_tsquery for full-text search capability.Question are weighted 2x higher than matches in the Answer.Schema.org output
The FAQ page automatically renders FAQPage schema:
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I reset my password?",
"acceptedAnswer": { "@type": "Answer", "text": "..." }
}
]
}

