Hi All,
ss 3.1
I have this <meta name="keywords" content="$MetaKeywords" /> in my header and is not displaying any data.
<meta name="description" content="$MetaDescription" />
works.
I do have data in the meta keywords field.
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi All,
ss 3.1
I have this <meta name="keywords" content="$MetaKeywords" /> in my header and is not displaying any data.
<meta name="description" content="$MetaDescription" />
works.
I do have data in the meta keywords field.
Hi vxd,
In case you're still waiting for an answer. I've just come across the same issue, but got around it by typing the actual "html syntax" for "Tags" under "Metadata" and that works for me now. I did try $MetaKeywords without avail.
Rodrigo
Hi OZROD,
Thanks for the response. I never actually figured this one out.
but got around it by typing the actual "html syntax" for "Tags" under "Metadata"
Do you have an example of this. Not sure what you mean.
Hi
we can print meta tags, as below
$ExtraMeta
also make sure to add below entry in 'custom metas tags' in meta section using admin side
<meta name="keywords" content="MetaKeywords" />