Introduction In this blog post, we will explore the benefits of Sitecore and Azure AD B2C integration and how its advanced authentication and authorization capabilities can help businesses provide a more secure and personalized digital experience for their customers. Sitecore first introduced Identity Server as a feature in Sitecore 9, which was released in October […]
Sitecore
Are You Ready for Sitecore MVP Nomination? Reviewing my 2023 Contributions
The Sitecore MVP program is designed to recognize individuals who have demonstrated advanced knowledge of the Sitecore platform and a commitment to sharing knowledge and technical expertise with community partners, customers, and prospects over the past year. The program is open to anyone who is passionate about Sitecore and has a desire to contribute to […]
Troubleshooting Sitecore Image Update Issue
Troubleshooting image update issues in Sitecore can prove to be a complex task, as various factors could contribute to the problem. We recently encountered an issue where, after updating the “Sitecore Images,” our local project instance stopped working. In order to resolve the issue, we attempted multiple possible solutions, including those available on the internet, […]
Split SXA Sitemap into Multiple Sitemaps if the Size Limit is Exceeded
Challenge: One of the best Sitemap practices is limiting a single sitemap to 50MB (uncompressed) or 50,000 URLs. We must break the Sitemap into multiple sitemaps if we have a larger file or more URLs. Then, reference each of them in the Sitemap index. Sitecore 10.3 onwards, SXA Sitemap supports splitting the Sitemap into multiple […]
The correct way of creating own components with XM Cloud
I sometimes see folks creating components in XM Cloud incorrectly. Therefore I decided to create and share this guidance with you. So, basically, there are five steps involved in creating your own component: Create an SXA module that will serve as a pluggable container for all the necessary assets for your components, if not done […]
SXA Map Component Part 8 Google Ratings and Reviews in Search Results
Challenge: While using the SXA Map with Search Results to explore nearby locations or businesses, I want to include Google ratings and reviews in the search results. This addition will allow me to gather valuable insights about each location or business without clicking on individual markers to open an info window. Solution: A quick look […]
Intermittent Issues with Sitecore Solr Search Results
This blog post concerns the intermittent issue with Sitecore Solr search results in Solr Cloud. Depending on the application and architecture implementation, root causes can be different. But I would like to share the problem we faced and its fix so it may help someone facing the same problem and can apply the same fix. […]
Composing Personalized Experiences with Sitecore Search and Personalize
The benefits of composable are multiplied when you use products together. A while back, I showed you how you can leverage content in Content Hub One to drive experiences in Sitecore Personalize. This was a great example of that kind of value as it’s much easier to manage content variants in Content Hub One centrally […]
Establishing a Composable Roadmap
It’s no secret: the digital world is moving to composable. Moving from the traditional monolithic CMS model to composable does allow you to pick and choose “best in breed” products, but it can lead to confusion and uncertainty. How do you determine what the ideal mix is? When do you start to migrate to these […]
SXA Map component Part 7 Most Relevant Google reviews
Challenge: As a user, while browsing locations or businesses on the SXA Map, I want to see the most relevant Google review comments so I can gain more insights about the location or business. Solution: To set up the SXA Map on the page and add Google average rating and total reviews in the info […]
Getting to Know Sitecore Search – Revisited
Welcome back to getting to know Sitecore Search. Sitecore Search is an evolving product. Products are moving away from large monolithic products with long upgrade/release cycles to smaller composable products with shorter agile upgrade/release cycles. In this post, I’ll revisit several of my previous posts and make updates based on changes in the product and […]
Using Rendering Parameters on a XM Cloud component
What about Rendering Parameters? I recently did a POC using rendering parameters in a component in XM Cloud. In this blog i will describe my approach, issues faced and how i overcame them. Adding a rendering to a component, is relatively straight forward in Sitecore development, i.e.(https://doc.sitecore.com/xmc/en/developers/xm-cloud/walkthrough–building-a-simple-rendering.html). However, there are some circumstances where things are […]