Show your FAQ widget on your website. The FAQ widget runs inside your Boei contact widget, so installation is the same as any other channel.
How to get there: Go to Setup → Widget in the top menu → click your widget → enable the FAQ channel.
The FAQ channel is now live on every page where your widget is installed.
Want a full-page FAQ on your website (not inside the widget)? Boei generates a hosted FAQ page for each collection:
https://faq.boei.help/<your-collection-slug>
You can also embed the collection on your own page using an iframe:
<iframe src="https://faq.boei.help/embed/<collection-slug>"
width="100%" height="600" frameborder="0"></iframe>
This is useful for help center pages, support sites, and product documentation.
The hosted FAQ page is server-rendered and indexable by search engines. Each question gets its own URL and structured data (FAQPage schema), which can earn rich results in Google.
To benefit, make sure:
To show different FAQ collections on different pages, create multiple widgets — each with its own FAQ collection — and use page conditions to pick which widget loads where. See Install on WordPress and other installation guides for setup.