The-seo-framework: List issues in the SEO Bar, instead of writing them out.

Created on 24 Feb 2019  路  2Comments  路  Source: sybrew/the-seo-framework

The SEO Bar talks to you when you hover over or tap it.

image

It's a nice little anthropomorphic touch to the plugin. However, there are a few problems with it:

  1. Translating this doesn't go well.

    • For example, the "But/And" at the beginning begs for consideration.

  2. The users can get confused, as they have to assimilate the sentence structure.

So, I'm proposing to list all "why" issues with the item.
When there aren't any issues (bar block is green), we should state that everything's OK.

For example:

%s may not be indexed:<ol><li>This blog isn't set to public.</li><li>%s is in draft</li></ol>

Result:
image

Note: WordPress' and browser CSS interfere, we need to adjust this:

.widefat p,
.widefat ol,
.widefat ul {
    color: #32373c;
}

ol {
    margin: ?;
}

Cross-issue: Aria-labels shouldn't contain HTML tags. Fixed in 9fbf39e255e53181c2518d37b0f06883713110a2

[Component] SEO Bar [Impact] Admin [Impact] a11y [Impact] i18l10n [Type] Enhancement

Most helpful comment

I like this from a translation point of view.

All 2 comments

I like this from a translation point of view.

We have to rewrite the SEO Bar for #345. As such, we might as well do this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SchneiderSam picture SchneiderSam  路  3Comments

Hube2 picture Hube2  路  3Comments

alpipego picture alpipego  路  4Comments

nateonawalk picture nateonawalk  路  6Comments

Ciantic picture Ciantic  路  5Comments