Jagadheesh Maroju Avatar

MVP Profile

Jagadheesh Maroju

United States

MVP 2026

Technology

United States

Timeline

2025

29/Oct

Integrating Sitecore XM Cloud Content with Coveo using Next.js API

Delivered a session on integrating Coveo with Sitecore XM Cloud using a custom Next.js API approach. The talk covered indexing content in Coveo, filtering items by templates and fields, enabling real-time indexing through webhooks, and managing scheduled full content syncs.

Youtube Link : https://www.youtube.com/watch?v=2DUBUuftu9E

Sitecore XM Cloud

2025

13/Oct

Customize Next.js Redirect Middleware in Sitecore XM Cloud

A blog post demonstrating how to customize the Next.js Redirect Middleware in Sitecore XM Cloud to handle dynamic redirects based on cookie values using an extended GraphQL query.

Sitecore XM Cloud

2025

12/Sep

Integrating Sitecore XM Cloud Content with Coveo using Next.js API

Discover how to connect Sitecore XM Cloud content with Coveo using a Next.js API layer to deliver rich, personalized search experiences.

Sitecore XM Cloud

2025

10/Sep

XM Cloud GraphQL query builder - Marketplace application

Built an XM Cloud Marketplace app that makes GraphQL for Sitecore Visual and effortless - browse the schema, select fields, and run Item, Search, Layout, or Site queries with instant results. No need to write queries.

https://www.linkedin.com/posts/activity-7371935798138437632-e4ou

Sitecore XM Cloud

2025

28/Aug

Cannot create page item from content editor

Reported a bug in Sitecore XM Cloud where creating a new page item using the Content Page Branch template under a site’s content path resulted in a 500 Internal Server Error.

Sitecore XM Cloud

2025

13/Aug

Content Health Check for Sitecore XM Cloud

Built a one-click Content Health Check for Sitecore XM Cloud with PowerShell + SPE. It finds broken links, missing alt text & empty fields—fast and simple

Sitecore XP Sitecore XM Cloud

2025

8/Aug

Layout Service vs GraphQL: Resolving URLs with a Custom Link Resolver

Demonstrates how to handle URL resolution in Sitecore XM Cloud using a custom link resolver with both Layout Service and GraphQL.

Sitecore XP

2025

21/Jul

Push Sitecore XM Cloud Content to Coveo Using a Next.js API

How to index content in Coveo from Sitecore XM Cloud – Using a custom API approach with Next.js to push data into Coveo – Filtering content by templates and fields to control what gets indexed – Handling real-time indexing on publish using webhooks – Indexing with scheduled full syncs

https://sugpune.in/event/push-sitecore-xm-cloud-content-to-coveo-using-a-next-js-api/

Sitecore XM Cloud

2025

16/Jul

Pagination with GraphQL & React Query in Sitecore XM Cloud

A blog post describing how to implement efficient, scalable pagination in a headless Sitecore XM Cloud application using GraphQL and React Query’s useInfiniteQuery, with support for dynamic tag-based filtering and “Load More” functionality.

Sitecore XP Sitecore XM Cloud Sitecore JSS

2025

6/Jul

coveo-xmcloud-starter-api | open source project

This project provides a Next.js API route that pushes Sitecore XM Cloud content to a Coveo Push Source. It supports full-site and single-item indexing, with flexible control over templates, components, and fields — ideal for headless, cloud-native Sitecore implementations.

Sitecore XM Cloud Sitecore JSS

2025

4/Jun

Sitecore XM Cloud: Ribbon Buttons & Edge Webhooks Manager

This session will help you to Learn how to configure custom ribbon buttons in Sitecore XM Cloud and use the Edge Webhooks Manager PowerShell tool to manage the Experience Edge webhooks directly from the Content Editor.

https://community.sitecore.com/community?id=community_event&sys_id=e2403506c3f92210e813349f050131fc

Sitecore XP Sitecore XM Cloud

2025

2/Jun

Next.js to Vercel + XM Cloud Sync via GitHub Actions

A blog post demonstrating how to automate Sitecore XM Cloud deployments using GitHub Actions, including syncing Sitecore items and deploying the XM Cloud Next.js application to Vercel.

Sitecore XM Sitecore XP Sitecore XM Cloud

2025

22/May

Configure vercel web analytics for sitecore XM cloud app

A blog post explaining how to configure Vercel Web Analytics for a Sitecore XM Cloud application to gain insights into site performance and user behavior.

2025

12/May

Sitecore XM Cloud: Ribbon Buttons & Edge Webhooks Manager

Delivered a session on configuring custom ribbon buttons in Sitecore XM Cloud and using the Edge Webhooks Manager PowerShell tool to manage Experience Edge webhooks directly from the Content Editor.

Sitecore XP Sitecore XM Cloud

2025

29/Apr

Building a Sitecore XM Cloud to Coveo source push connector Using PowerShell

A blog post describing a custom PowerShell-based solution to integrate Sitecore XM Cloud with Coveo for search indexing, using the Coveo Push API to automatically send published content to Coveo sources.

Sitecore XM Cloud

2025

29/Apr

xmcloud-coveo-push-connector | open source project

custom PowerShell-based solution to integrate Sitecore XM Cloud with Coveo for search indexing, using the Coveo Push API to automatically send published content to Coveo sources.

Sitecore XM Cloud

2025

14/Apr

Resolving XM Cloud Page Builder Errors When Using a Custom Rendering Vercel Host

A blog post explaining the cause of intermittent “500 Internal Server Error” issues when using a custom Next.js rendering host on Vercel with Sitecore XM Cloud Page Builder, and detailing solutions to address unreliable disk-based caching of editing data.

Sitecore XM Cloud

2025

29/Mar

Graphql item rendered gives null response where as working in page builder

I reported an issue where a Sitecore page item returns a null response when queried via the GraphQL rendered item query, even though it loads correctly in Page Builder.

Sitecore XM Cloud

2025

24/Mar

Creating Custom Environments in Vercel for Sitecore XM Cloud Next.js App

A blog post explaining how to create and configure custom environments in Vercel for Sitecore XM Cloud Next.js applications, enabling better environment isolation and streamlined deployment workflows.

Sitecore XM Cloud Sitecore JSS

2025

9/Mar

react-sitecore-mvc-integration

Developed a GitHub repository demonstrating how to integrate a React application into a Sitecore MVC project, providing a structured approach to embedding React within Sitecore renderings and passing dynamic data between them.

Sitecore XP

2025

9/Mar

Integrating a React App with Sitecore MVC

A blog post explaining how to integrate a React application into a Sitecore MVC solution, enabling modern front-end capabilities while maintaining the existing MVC architecture.

Sitecore XM Sitecore XP Sitecore JSS

2025

26/Feb

Sitecore MVC Code Analyzer: Enhance Your Code Quality

A blog post introducing the Sitecore MVC Code Analyzer, a custom Visual Studio extension built to identify Sitecore-specific performance and architectural issues, helping developers follow best practices and improve code quality.

Sitecore XP

2025

22/Feb

Injecting Additional Parameters in Coveo Headless API Requests

blog post explaining how to extend Coveo Headless functionality by adding custom parameters.

Sitecore XM Cloud Sitecore JSS

2025

16/Feb

Sitecore MVC Code Analyzer Visual Studio Extension

The Sitecore MVC Code Analyzer is a Visual Studio extension designed to help developers enforce best practices, identify performance issues, and maintain a clean architecture in Sitecore MVC projects. The extension automatically scans solution files, highlighting potential problems and suggesting improvements.

Extension Link : https://marketplace.visualstudio.com/items?itemName=JagadheeshMaroju.SitecoreMVCCodeAnalyzer

Sitecore XP

2025

15/Feb

Sitecore XM Cloud : Resolving GraphQL Query Issues in Preview Environment

A blog post describing how to resolve an issue where GraphQL queries return null in the Sitecore XM Cloud preview environment by configuring the API key’s impersonation user setting.

Sitecore XM Cloud

2025

21/Jan

Sitecore XM Cloud: ‘File’ Field Error Post SCCH DAM Connector Setup

A blog post detailing an issue encountered with the “File” type field after installing the Content Hub connector in Sitecore XM Cloud, explaining the root cause and providing a workaround involving source path configuration.

Along with these blogs, I also have added the below blogs:

  1. Automating Content Health Checks in Sitecore XM Cloud

Link: https://jagadheeshblog.wordpress.com/2025/08/18/automating-content-health-checks-in-sitecore-xm-cloud/ Date: 08/18/2025

  1. Pushing Sitecore ...

Sitecore XM Sitecore XP Sitecore XM Cloud

2025

20/Jan

xmcloud-edge-cache-clear-tool

Created a Sitecore PowerShell (SPE) module tool to clear the Experience Edge cache in Sitecore XM Cloud, simplifying cache management and improving content delivery consistency.

Sitecore XM Cloud

2025

17/Jan

Content hub connector throws error on click of open file button for 'File' field

I reported an issue where, after installing the Content Hub connector in our XM Cloud environment, clicking the “Open file” button in the File field triggers an error, even though the connector installation completed successfully.

Sitecore Content Hub Sitecore XM Cloud

2024

2/Dec

xmcloud-edge-webhook-management-tool

There is no interface to create/update or delete the xm cloud edge admin API webhooks anywhere. If we want to manage these webhooks we will have to go to postman or any other tool and do multiple API calls.

I created a powershell module for this and with this module, we can just manage these webhooks on sitecore CM ribbon itself.

Sitecore XM Cloud

2024

2/Dec

Accelerate Sitecore XM Cloud adoption using Generative AI

I am working with Ahmed Okour on "Accelerate Sitecore XM Cloud adoption using Generative AI" project where I am currently working on automating the component creation process in sitecore after AI generates the code for headless component. This work is currently in progress and the current code can be found in the link.

Sitecore XM Sitecore XP Sitecore XM Cloud

2024

22/Nov

Are media items linked in Rich Text Editor of datasource item considered as related items

Provided answer to the sitecore stack exchange question

Sitecore XM Sitecore XP

2024

11/Nov

Sitecore XM Cloud: Clearing the Edge Cache

This blog post helps to provide the detailed steps to clear the edge cache in XM cloud.

Sitecore XM Cloud

2024

8/Nov

PowerShell Script Workflow Action is not executing from pages editor

Powershell scirpt workflow actions are getting executed from content editor but not from XM cloud pages editor. Raised sitecore support ticket and the fix is yet to be given.

Sitecore XM Cloud

2024

8/Nov

Slack

Provided few answers and asked multiple questions in slack. Example Instance : Got a question on edge content is not getting updated after re-publishing items.

provided answer publish site item and if needed clear edge cache.

Sitecore XM Cloud

2024

8/Nov

Cannot add component in pages builder

I reported an issue where components cannot be added to a placeholder through the Pages editor, despite being added successfully through the Experience Editor.

I have also reported below bugs along with this bug. Please find the details below

  1. Couldn't add data source item under the page sub item for local data item. Date: 10/25/2024 Link: https://support.sitecore.com/csm?id=csm_ticket&table=sn_customerservice_case&sys_id=52622918c3655e10a48a1585e0013120&view=sp

  2. PowerShell Sc...

Sitecore XM Cloud

2024

1/Nov

XM Cloud Edge Webhook Management Tool

Sitecore powershell (SPE) module experience edge webhook management tool to create, update and delete webhooks of the edge admin API. Useful for developers for managing the experience edge webhooks.

Sitecore XM Cloud

2024

31/Oct

Sitecore XM cloud : Site Definition Limitations in Experience Edge

The Sitecore XM Cloud site definition has a limitation that causes issues with retrieving the layout response. I’ve documented a solution to help avoid this problem in a blog post.

Sitecore XM Cloud

2024

25/Oct

Couldn't add data source item under the page sub item for local data item.

only root-level Data folders are handled to allow inserting items but not the nested-level data folders. Raised support ticket and the fix is yet to be given.

Sitecore XM Sitecore XP Sitecore XM Cloud

2024

23/Oct

Sitecore XM Cloud: Capturing the Original Submitter for Workflow Email Notifications

Sitecore XM cloud workflow webhook doesn't provide the username who submitted the item for workflow approval. This gives a challenge for sending an email to the submitter whether the workflow is approved/rejected. This blog provides the way to solve.

Sitecore XM Cloud

2024

19/Oct

XM Cloud: Leveraging Workflow Webhook Submit Actions

This blog post explains how to use webhooks on workflow changes in XM cloud.

Sitecore XM Cloud

2024

11/Sep

Jagadeesh’s blog All about Sitecore

Please find my blog listing page which has other blogs on several topics and challenges.

Sitecore XM Sitecore XP Sitecore OrderCloud Sitecore XM Cloud

2024

2/Feb

headless services RichText field renderer break nested "a" tag links

RichText field renderer throws an error on on-click of a nested "a" tag. Reported this to sitecore as support ticket along with the details which code exactly is causing the issue and the fix has been given.

Sitecore XP