tannerdolby / eleventy-plugin-metagen

Eleventy shortcode that generates document metadata
https://www.npmjs.com/package/eleventy-plugin-metagen
MIT License
41 stars 3 forks source link

Thoughts on adding a meta tag for "keywords" #8

Closed tannerdolby closed 3 years ago

tannerdolby commented 3 years ago

Anyone want to weigh in on potentially adding a meta tag for keywords to the plugin like

<meta name="keywords" content="eleventy, foo, bar">

I'm currently using the eleventy-plugin-metagen plugin to generate all other social share meta tags but the "keywords" tag is the only one I'm manually entering outside of the generated meta tags from the plugin. It would require the docs to be updated and a few line changes in .eleventy.js

tannerdolby commented 3 years ago

@JbIPS thoughts on this?

JbIPS commented 3 years ago

I'm not sure if this meta tag is still useful but as long as it's optional I'd say go for it!

tannerdolby commented 3 years ago

Today, it’s pretty clear the meta keyword tag is dead in terms of SEO value. Meta keywords are dead

You are correct. the <meta name="keywords" ..> tag is now considered irrelevant and "is dead in terms of SEO". Therefore, I don't see any reason to add it to the plugins functionality. Thank you for the feedback!