I have implmented EPiServer CMS 9 with EPi Find for search functinality.
I have used default code of EPi Find from default Alloy template.
It gives proper search result, with SearchTitle and Search Excerpt twice in search result. So, I have MetaTitle and MetaDescription property in my page.If the keyword user is searching for is there in metadescription then, it shows MetaTitle and MetaDescription twice in Search Excerpt.
ex. Searched for KundService
1.KundService - Private (This is MetaTitle)
KundService - Private This page gives more desciption about KundService... You can visit...KundService - Private This page gives more desciption about KundService...
2.KundService - Foretag
KundService - Foretag This will give more info about foretag kundService..
Here. For first result it shows MetaTitle and MetaDescription twice as that keyword was set there in MetaDescripiton of page which EPiFind searched and set in Excerpt.
Hi,
I have implmented EPiServer CMS 9 with EPi Find for search functinality.
I have used default code of EPi Find from default Alloy template.
It gives proper search result, with SearchTitle and Search Excerpt twice in search result. So, I have MetaTitle and MetaDescription property in my page.If the keyword user is searching for is there in metadescription then, it shows MetaTitle and MetaDescription twice in Search Excerpt.
ex. Searched for KundService
1.KundService - Private (This is MetaTitle)
KundService - Private This page gives more desciption about KundService... You can visit...KundService - Private This page gives more desciption about KundService...
2.KundService - Foretag
KundService - Foretag This will give more info about foretag kundService..
Here. For first result it shows MetaTitle and MetaDescription twice as that keyword was set there in MetaDescripiton of page which EPiFind searched and set in Excerpt.
Can anyone suggest me what would be the issue.
Thanks in advance.
//Sanket Mahimkar