sybrew / the-seo-framework

The SEO Framework WordPress plugin.
https://theseoframework.com/
GNU General Public License v3.0
421 stars 47 forks source link

Gutenberg SEO toolkit #317

Open sybrew opened 6 years ago

sybrew commented 6 years ago

Gutenberg will be the new default editor for WordPress.

With this, I think it's time we do on-page SEO, instead of metadata and reviews only.

My idea is to create an SEO toolkit for Gutenberg. It should alter common (shipped-with-WordPress-)blocks and might introduce some.

The toolkit will include an API so other extensions can embed data, too.

I don't know if the final release of Gutenberg will include these features. But, if they aren't, an extension for them is more than welcome.

  1. Link adjustments, like adding nofollow, noreferrer, etc.
  2. Videos metadata-linking (see #95)
  3. Image tagging (see #180, premium)
  4. Address details (see Local, premium)
  5. Business details (see #193)
  6. ??? - submit your idea below
ned-bs commented 7 months ago

Will we have a tool for image SEO?

sybrew commented 7 months ago

@ned-bs what feature are you looking for that already isn't in the Block Editor for images?

ned-bs commented 7 months ago

I am not sure if I understand correctly. But I like to have alt tags handled if there is non.

sybrew commented 7 months ago

I understand. The image alt-tag generation is on the horizon and is now feasible since so many AI-APIs are available. However, it will take a long time to implement, and we currently have other priorities.

This is addressed under "3." of the OP as planned. Please see https://github.com/sybrew/the-seo-framework/issues/180.

Plugins are available that do that already, such as this one: https://wordpress.org/plugins/alttext-ai/. I have never used it before, so I won't be able to offer an assessment of its performance, reliability, or suitability for your situation.