In Xperience by Kentico, how can we migrate and implement SEO fields (Title, Description, Keywords, Canonical URL) for pages? In Kentico 13 and earlier versions, these fields were available directl...
How do I get the page title combined with the page title content settings in a MVC website? The page settings are set to the following: {%pagetitle_orelse_name%} | {%prefix%}. When I runresolver.R...
I am attempting to update the metadata using macro syntax provided by my international counterparts. Instead of seeing the correct category, I am seeing the actual syntax.Could someone please help ...
I have a page type that can inherit it's metatitle from the root page.The root page's metatitle is @{%DocumentName%}@I am using page.GetInheritedValue(@DocumentPageTitle@).ToString() which only ret...
I have a global setting for the page title: {% CurrentDocument.DocumentName #%} - {% CurrentPageInfo.DocumentNamePath.Split(@/@)[1] #%}On the Home Page under Meta Data Settings I have the Inherit c...
Hi,how can I get title for the page, that will not be just a DocumentName or something similar but will be combined with Kentico settings (Page title format, Page title prefix)? The only object I h...
Hello! I need to remove this checkmark from page metadata. Didn't find solution anywhere, tried to check TreeNode column names, but didn't find anything similar.Thanks in advance.
Hello. I want to setup my page type so when you input some text into custom field, metadata title will get this value too. I know, that i can use @{%FieldName%}@ macro in Metadata title, but it req...
Hello again!I tried _treeNode.SetValue(@DocumentPageTitle@, title); it doesn't work.TreeNode's DocumentPageDescription and DocumentPageTitle have only getters. So, i require your help, to solve my ...
Okay, I have just figured out how to create a basic workflow and get notification everytime a page is created. When anyone on my team creates a page they have to @Submit for Approval@ which sends a...