SEO plugin or updates for Hugo

I vaguely remember a discussion comment from a Hugo developer of adding SEO features into Hugo in later versions, is that still in the works?

I just manually implemented schema markup to all my pages. Added things like canonical links, OG data, aria labels, etc.

I think it’s not necessary to have built-in SEO at the Hugo level.

Hugo already provides page methods like .Title, .Description, and .Content, so it’s relatively easy to implement meta tags yourself. For canonical URLs, just set canonifyURLs = true, and that’s it (Hugo | URL Management). The same goes for Schema markups; just insert the necessary json-ld structure with the proper Site/Page methods.

Here are some meta-tag code examples: GitHub - praveenjuge/hugo-SEO-meta-tags: Simple list of SEO tags to use on Hugo sites directly

maybe better post links to the official doks which has a fat warning.

Sorry, I provided a link to the wrong website instead of the official docs. Google provided me wrong website instead of the actual docs website.