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...
We are using Kentico 10. We need to have a meta tag generated in the head section like this:@meta name=@description@ content=@Some content go here@/@ We add new pages using page type Reports. The p...
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@; ...
I am trying to set the meta description of a page in a webpart by doingPage.MetaDescription = @some value@ The page that I am doing this on has 'Page description' set as 'Inherit' in the 'Metadata'...
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...
Hi Jan, hi all,I am working on a similar problem as here: Asked in January. The question was how to prevent Kentico from setting Meta-Data to inherit by default in new documents. I have a follow up...
how can we populate meta description as dynamicaly? (i need to display page name as meta description)Description: #Page name# Thank you
Duplicate Meta Descriptions and Title Tags when Paginating.When you break a long post into 3 pages: http://www.example.com/blogs/blog-name http://www.example.com/blogs/blog-name?page=2 http://www.e...