---
title: "Umbraco"
date: "2024-07-24T19:00:17+00:00"
summary: "Discover Umbraco CMS integration requirements for Acquia Web Governance. Learn about deeplinking, metadata, and URL generation for seamless content management."
image:
type: "page"
url: "/web-governance/umbraco"
id: "424d3934-321e-415e-b2e1-0397c48688d7"
---

This page provides the requirements for Web Governance CMS integration to work with Umbraco.
============================================================================================

Requirements[​](https://developer.monsido.com/cms/umbraco#requirements "Direct link to Requirements")
-----------------------------------------------------------------------------------------------------

Deeplinking Umbraco requires either `PageId` or `NodeId` to be present as metadata for the pages.

The customer may also provide a custom path template if it is different from the default.

### Example: [​](https://developer.monsido.com/cms/umbraco#ex "Direct link to Ex:")

    /test/umbraco.aspx?app=content&rightAction=editContent&id=<%= id %>#content
    

Generated URL[​](https://developer.monsido.com/cms/umbraco#generated-url "Direct link to Generated URL")
--------------------------------------------------------------------------------------------------------

    http(s)://domain.tld/umbraco/umbraco.aspx?app=content&rightAction=editContent&id=#{id}#content