How can I integrate the Smart FAQs?
Smart FAQ is inserted as an additional element on an HTML page. The element is then filled with the search field, the categories and the answers. The snippet to be integrated looks like this:
javascript<div id="userlike-help-container" data-userlike-help-account="https://XXXXX-XXXXX.userlike-automation.com" data-userlike-help-api-key="XXXXXXXXXXX"></div> <script async type="application/javascript" src="https://XXXXX-XXXXX.userlike-automation.com/help/help.min.js"></script>
(This is just an example code, you will find your specific snippet within the Smart FAQ section of the AI Automation Hub)
Sitemap Integration Smart FAQ
To include the help entries in the sitemap, the sitemap.xml from Smart FAQ must be entered in the sitemap index file. If a sitemap index does not yet exist, it must first be created, as described in the following link.
Attention: A sitemap index file is not a sitemap file. It only contains links to other sitemap files. If only a normal sitemap file exists, a sitemap index must also be created and the existing sitemap file must be linked to it. ( This is described in the link above. )
The following URL is then entered in the sitemap index file (placeholders and XXXXX must be replaced):
plain texthttps://XXXXX-XXXXX.userlike-automation.com/api/help/sitemap.xml?api_key=XXXXXXXXXXXXXXXXX&faq_base_url=[URL_FAQ_SEITE]
URL_FAQ_PAGE: The complete URL of the page on which Smart FAQ is displayed. (e.g.: https://meineseite.de/service/faq.html)
SEO skills
To improve the SEO capability of the plugin, make the URL parameter question known to the Google crawler. To do this, go to your Google Search Console and make the adjustment there under Crawling > URL parameters. Add the question parameter as "changes page content" and "causes a page selection" for each URL.