I am using Kentico 13 and adding the below macro for the page title in the metadata tab but it's not working. I am getting empty title.{% CurrentDocument.DocumentName %}
We use Kentico 12 (MVC) and have a requirement to autopopulate/pre-populate metadata title and description fields automatically from fields we defined in a page type we recently created. The docume...
HelloSmall issue but I notice in K13 that IPageDataContext.Metadata.Title returned by IPageDataContextRetriever always has a spaced hyphen at the start.I thought there might be some feature caterin...
I need to create a new custom field Under pages-@ metadata for unloading an image. I have checked the custom module and settings but did not found anything.My requirement is to create a custom fiel...
Is there a way to add metadata to a page without having all of the child pages inherit the same metadata by default? Now, it seems like I need to go to each child page and remove the inherited meta...
As the title, I want to dynamic replace page meta description from code behind. From google I have this codeprotected override void OnPreRender(EventArgs e) { Page.Title = @My title@; ...
Hi,I'm trying to retrieve pages metadata by using the API, from a Kentico 12 MVC site as below:var doc = DocumentHelper.GetDocuments@PageType@() .Columns(new[] { @DocumentPageTitle@, @DocumentPa...
So you’ve got a flashy new Kentico 12 MVC project - congratulations! But wait... where are the visitors? Your site’s SEO has a lot to do with how successful it will become, and here we’ll discuss some SEO basics as they apply to MVC and Kentico.
My current Master loads the social media Meta tags in the header. I have a page where I want to overwrite that info using data from a Web Service API that is not hosted in Kentico. I saw the web...
I have a section of a site set up using the departments functionality with the @Department template path@ defined under Site Manager @ Settings @ Intranet @ Collaboration. The template root has it...