I’m working on implementing OpenGraph meta tags on a custom MVC website that uses a Kentico 11 backend, and I want to read the size dimensions of a media library image and store them in fields of a...
We are currently translating a rather content heavy site and have Google Translate working great, localization strings for templates, the whole works. However, the meta data fields on the Meta Data...
Hi,I am new to Kentico. If I want to do some SEO for a specific page on my website what's the best way to do it?I have read the documentation but it's not very clear. I checked on @Metadata@ tab in...
Hi guys,How do I add www prefix on canonical url? When i use the tree node absoluteUrl it doesn't have a www prefix (https://mydomain.com) even when the actual page url is https://wwww.mydomain.com...
In my settings I have a macro set up for 'Page Title Format' (Settings @ Content @ Metadata) to dynamically add the page title followed by a prefix:{%pagetitle_orelse_name%} - {%prefix%}This works ...
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...
Hello,I'm trying to set @Page Description@ in Metadata to display same content which is pulled from SearchResults WebPart for all pages. Is there any way I can use it? {%HTMLHelper.HTMLEncode(TextH...
We'd like to be able to enter the metadata information when a new page is created on that same screen or make it so the next step is the metadata screen. We have users who forget to go to the metad...
Hello guys, firstly sorry for my englishHope you can help me.I'm having trouble with the SERP results of my homepage. I have a desktop and a movile version of it. Even if I use the same mata data (...
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'...