coderedcorp / wagtail-seo

Search engine and social media optimization for Wagtail.
Other
62 stars 18 forks source link

This lib is nearly awesome, but what about keywords? #46

Closed kakulukia closed 1 year ago

kakulukia commented 1 year ago

I don't see why there is no field for entering keywords per page. How come?

vsalvino commented 1 year ago

Keywords (the <meta> tag) are explicitly ignored by search engines due to spammy sites abusing them in the early days of the web. Therefore we do not include them, as it would be misleading to editors who think the keywords are helping in some way. See: https://developers.google.com/search/docs/crawling-indexing/special-tags#unsupported

Virtually all SEO guidance published by Google etc. now uses the word "Keywords" to refer to important words that appear in your title tag and body content. So adding a keywords field would prove doubly confusing to editors.

A useful form of "Keywords" in this package would be to scan the page, and through heuristics, determine which keywords a search engine might find. This is similar to what Yoast does.

kakulukia commented 1 year ago

Very interesting, didnt know - some seo tools still complain about missing keywords on our site. Thanks for the heads up!