Your sites Log in Sign up Menu

Keywords

Is there a way with the default blog template to add keywords to your post?


2 years ago, 2 replies   Improve this question

Never mind. Looks like Google is no longer using them for SEO. https://www.safaridigital.com.au/blog/does-google-still-use-meta-keywords/

Answered 2 years ago · Improve this answer

If you did want to add these, you'd insert the tag required in your template's head.html. I'd consider adding something like this:

{{#entry.metadata.keywords}}
  <meta name="keywords" content="{{entry.metadata.keywords}}">
{{/entry.metadata.keywords}}

Then in a post's metadata:

Keywords: Apple, Banana, Cherry
Answered 2 years ago · Improve this answer

Privacy Terms