Add questions or topics below that you would like to have answered or discussed during this office hours session!
Could we go over applying solution templates to Yext accounts that are already configured for Listings/Pages? Iβd like to understand any standard best practices that the HH team has seen from their experience, what to be careful for, how to ensure you donβt mess something up, what to do if you mess something up & need to revert the account.
Can we review the latest GMB API updates?
Can we review inspecting a page to troubleshoot API mapping issues?
When using the new universalsectiontemplate, how do I change the length/width of the cards in CSS to be squares? Also - are there any concerns that certain layout changes in universalsectiontemplate will affect the mobile experience?
Low priority but review of searchable filters and their best use cases / a deeper explanation of how our algorithm treats each would be helpful for me. Also why you wouldnβt want a field to be searchable (such as description fields having too much noise, etc.).
Hereβs the recording from this week, thanks for joining!
Hi Jessie!
Below is the CSS I added in the demo.
.Answers .HitchhikerProductProminentImage-img {
height: 200px;
object-fit: cover;
}
Hereβs more context about the object-fit CSS property - CSS object-fit Property
Make sure to test this with the images you have in your Knowledge Graph though!
Thank you, Amani! Very helpful!