If you are on Magento platform and you do manage the articles, blogs using the third-party extension in Magento or any other non-product content outside Magento platform (For example, you are managing blogs in WordPress, and products in Magento), follow the steps below to integrate it in search results.
- Share the public feed URL (of CMS/non-product content) at support@klevu.com
- If you don’t have the feed, create the feed in the following structure:
<?xml version=”1.0” encoding=”UTF-8” ?> <data> <!-- one record per page --> <record> <id>a unique ID of your page</id> <name>title of the page</name> <desc>full page content here</desc> <metaDesc>a short description of the page</metaDesc> <metaKeywords>specific keywords</metaKeywords> <category>category of the page (article, blog, etc)</category> <url>url of the page</url> </record> </data>
- If you don’t have the feed, create the feed in the following structure:
- Once the feed URL is shared with us, we will validate the feed. You will also receive the confirmation email
- Klevu will index the feed as CMS/non-product pages
- Once the indexing is done, CMS/non-product pages will be searchable in Klevu search results
Note:
Klevu’s feed monitor will monitor the feed at regular interval and will index it as CMS pages in the same account where the products are indexed.