Trying using a Experience Fragment as Footer, but showing up as Search in Site, how do I exclude it from Site Search. | Community
Skip to main content
Elbie47
New Participant
February 9, 2021
Solved

Trying using a Experience Fragment as Footer, but showing up as Search in Site, how do I exclude it from Site Search.

  • February 9, 2021
  • 3 replies
  • 1809 views

We create and editable template in AEM 6.5 where we utilised an Experience Fragment as the Footer. The pages created from the editable template is seeing the footer in these pages as part of the content and therefore showing up in the site search. 

 

The current footer on rest of site (build in past AEM versions) the author can update, without requiring a deployment, but was excluded from Search as it was Inherited Paragraph, not seeing the option in AEM 6.5.

 

Before we attempt changing the template to hardcode the footer and not allow the author to update and only change with code and deployment.  Is there perhaps recommendation for the forum on an other option with editable template. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @elbie47,

If you are using Query Builder for Site Search functionality, we can make use of excludepaths to exclude experience fragments(/content/experience-fragments/.*) from appearing in search results

https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/querybuilder-predicate-reference.html?lang=en#platform

Based on the way site search logic is implemented, we can control search results at query level and/or at index level.

Please let know your search implementation details to arrive at its respective approach.

3 replies

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
New Participant
February 10, 2021

Hi @elbie47,

If you are using Query Builder for Site Search functionality, we can make use of excludepaths to exclude experience fragments(/content/experience-fragments/.*) from appearing in search results

https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/querybuilder-predicate-reference.html?lang=en#platform

Based on the way site search logic is implemented, we can control search results at query level and/or at index level.

Please let know your search implementation details to arrive at its respective approach.

Shubham_borole
New Participant
February 9, 2021

Hi,

Can you explore around using  

<!--googleon: all--> (this was GSA search example which is not in use currently) or its equivalent for the search engine you are using?
It should look something like
<!--googleon: all-->
main.jsp include
<!--googleoff: all-->
 footer.jsp include
<!--googleon: all-->
 
Kiran_Vedantam
New Participant
February 9, 2021

Hi @elbie47,

 

Can you please let me know how the site search is happening? Why is the component coming up in the site search? [Generally, the search is done either on the assets or the content pages]

 

Thanks,

Kiran Vedantam.