ember-meta
ember-meta copied to clipboard
Add meta name='keywords'
There is no default option for <meta name='keywords' content={{this.model.keywords}} /> . Why is it ? How can I include it ?
@Sakkhor909 you can use your own head.hbs and modify the default one to include whatever you would like. I would also support adding this to the addon. Would you like to open a PR?
I have used it in head.hbs but I wanted to have different keywords on different pages. support adding this to the addon would be great and help other newbies like me.