We recently had a request to have a single image as a fallback image to be set as for OpenGraph Image field. The simplest answer to this as Sitecore professional was to set it in Standard Values on the Page template for the Project. We tried the above and it miserably failed as the OpenGraphMetadataRepository … Continue reading How to have a fallback OpenGraph image in Sitecore SXA?
SXA
How Scriban Includes can help you to maintain the repetitive scriban code in Sitecore SXA?
In SXA, Scriban templates serve as a powerful tool for creating dynamic and reusable components within your web applications. However, as projects grow in complexity, managing repetitive code across multiple templates can become cumbersome and error-prone. This is where Scriban Includes come into play, offering a streamlined solution to maintain and organize your Scriban code … Continue reading How Scriban Includes can help you to maintain the repetitive scriban code in Sitecore SXA?
How to redirect any page to page not found?
Recently we had a query to redirect pages to page not found in multilingual implementation. The request was very simple, if the page has a language version then it should load and if the page does not have language version then it should redirect to page not found. Initially the team thought of implementing the … Continue reading How to redirect any page to page not found?
How scripts can ease your life in Multilingual projects
We are working in a multilingual project which have couple of websites hosting certain languages, not all website support same languages, for ex. website one supports English and French whereas second website supports English UK (en-GB) and German. The easiest way in our project to create new website is by cloning the existing website. If … Continue reading How scripts can ease your life in Multilingual projects
Get started with Sitecore SXA Development: A Beginner’s Guide
Sitecore Experience Accelerator (SXA) is a powerful tool that empowers developers and marketers to create and manage websites with ease. Whether you're new to Sitecore or an experienced developer, this blog will help you through the essential steps to kickstart your journey into Sitecore SXA development. 1. Understanding Sitecore SXASXA is a feature-rich framework that … Continue reading Get started with Sitecore SXA Development: A Beginner’s Guide
Enhancing Website User Experience with Sitecore SXA Search Component
In digital landscape, a seamless and efficient website user experience is paramount. Sitecore's SXA (Sitecore Experience Accelerator) comes to the rescue with its versatile search component, enabling web developers and marketers to create powerful search functionalities without the need for extensive coding. In this blog, we'll go through the benefits and implementation of the Sitecore … Continue reading Enhancing Website User Experience with Sitecore SXA Search Component
Creating Error pages for Sitecore SXA site
There are lot of blogs which tell us how to create static error pages for Sitecore SXA sites. I know that everyone follows the Sitecore Documentation here - https://doc.sitecore.com/xp/en/developers/sxa/18/sitecore-experience-accelerator/generate-a-custom-static-error-page.html But everyone doesn't know is that this is not straight forward every time. We faced some weird issues in our project and had to use a … Continue reading Creating Error pages for Sitecore SXA site
Creating Simple Authentication Module for Sitecore Site – Part 3 (Gated Website)
Now let's assume that every page in our website is gated that means you need to login to the site with valid credentials to access any page of the site. To do this you can follow the Sitecore blog. Once you mark the website as required login and give the link of the Login page … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 3 (Gated Website)
Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)
Creating the Authentication Module for Sitecore Site requires below pages and functionalities: Registration Page Login Page Reset Password Update Profile The above functionalities help the end customers to login to site and access the pages. Let's assume that you have a Sitecore SXA website and all the pages are gated. To setup the login for … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)