Comments 3nsb_supp started the conversationOctober 10, 2018 at 5:14amHi Support,Can please advice how to add the meta property og:description & og:image for the Kalium Theme without installing additional plugins (e.g. yoast-seo)?Currently, only found meta tags below are generated by the theme: <meta property="og:type" content="article"/> <meta property="og:title" content="<page title>"/> <meta property="og:url" content="<site url>"/> <meta property="og:site_name" content="<site name"/>Thanks.[deleted] repliedOctober 10, 2018 at 8:21amHi,Our theme generates these meta tags by default based on page title and excerpt: (view large image)As title it is used the current post title.As description it is used the current post excerpt.As site name is the blog info "name"As image it is used the current post featured image.If you want different data here, then you can use Yoast which will allow you to have custom content on these fields. 3nsb_supp repliedOctober 11, 2018 at 9:18amHi Arlind,Noted with thanks. I will added the following to the child theme's functions.php the activate the excerpt for page post-type to updated the og:description.add_post_type_support( 'page', 'excerpt' );Thanks for the advise ;-)[deleted] repliedOctober 12, 2018 at 7:53amThats great! I am glad that this helped you figure out how to manage og:meta tags. Sign in to reply ...
Hi Support,
Can please advice how to add the meta property og:description & og:image for the Kalium Theme without installing additional plugins (e.g. yoast-seo)?
Currently, only found meta tags below are generated by the theme:
<meta property="og:type" content="article"/>
Thanks.<meta property="og:title" content="<page title>"/>
<meta property="og:url" content="<site url>"/>
<meta property="og:site_name" content="<site name"/>
Hi,
Our theme generates these meta tags by default based on page title and excerpt:
(view large image)
As title it is used the current post title.
As description it is used the current post excerpt.
As site name is the blog info "name"
As image it is used the current post featured image.
If you want different data here, then you can use Yoast which will allow you to have custom content on these fields.
Hi Arlind,
Noted with thanks. I will added the following to the child theme's functions.php the activate the excerpt for page post-type to updated the og:description.
add_post_type_support( 'page', 'excerpt' );
Thanks for the advise ;-)Thats great! I am glad that this helped you figure out how to manage og:meta tags.