Back to SEO Extension Support

smmf.works
smmf.works

Hi,

I started using this plugin in a new project but the meta tag for keywords isn't displaying on my pages. Anyone knows what the problem might be?

frank.castillo8395
frank.castillo8395

Hi smmf.works,

I had the same issue and ended up creating a partial of my own that includes the meta tags:

<title>Web Page Title | {{ this.page.title }}</title>
<meta name="description" content="{{ this.page.settings.meta_description }}">
<meta name="keywords" content="{{ this.page.settings.seo_keywords }}">
<link rel="canonical" href="{{ this.page.url }}"/>
<meta name="robots" content=",">
<meta property="og:title" content="Web Page Title - {{ this.page.title }}" />
<meta property="og:url" content="{{ this.page.url }}" />
<meta property="og:site_name" content="Web Page Title" />
<meta property="og:description" content="{{ this.page.settings.meta_description }}" />
<meta property="fb:app_id" content="1234....999" />

Then I just add the plugin to the default layout but use my own partial instead of the component it comes with. I know this does not fix the issue but I hope it helps.

Last updated

smmf.works
smmf.works

Hi frank.castillo8395,

Thanks for getting back to me. Like you said, this is not ideal, but if it works, then it will have to do :)

I'll give it a go! Thanks for your help

devnull69
devnull69

it doesnt work with the new version of ocms

1-4 of 4