I am using FAST For SharePoint to crawl a non SharepPoint website. The website crawled with no error, I can get the results of any keyword.
I want to create refiner on result page by html page meta tags. There must be two level refiner; category and sub category. If user clicks category, refiner panel must show all related sub categories.
The meta tags like this:
<meta name="Category" content="Products"/>
<meta name="SubCategory" content="Electronic"/>
How can I extract meta tags that crawled html page(s) with FAST For SharePoint Webcrawler?
I tried to add the meta tag names to FAST Search Administration > Managed Properties and configured refiner panel for those meta tags, but I could not get result. It does not work.
Thank you!