Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.77k stars 894 forks source link

Check new page analysis tool for every old page analysis issue #2627

Closed omarreiss closed 9 years ago

omarreiss commented 9 years ago
CarolineGeven commented 9 years ago

Show message when keyword density could not be calculated

Currently the keyword density does not show up for articles with 100 words or less. If the keyword density cannot be calculated for this, please add a message of some sorts to avoid confusion for the user.

Styling of SEO score

Putting this here as a reminder to not forget testing/checking this later. The SEO score in the 'Publish' box is not styled yet. schermafbeelding 2015-08-04 om 10 00 36

https://github.com/Yoast/wordpress-seo/issues/1203 SEO Score incorrectly reported as 'bad' when no focus keyword set

Currently unable to test this, as the SEO score styling is not finished yet.

Conflicting message about meta description

When there's no meta description specified, the page analysis notifies that no meta description has been specified, but also displays a message saying the meta description is there, but without the focus keyword. To duplicate this issue, do not alter the meta description. schermafbeelding_2015-08-04_om_10_21_22

https://github.com/Yoast/wordpress-seo/issues/264 Keyword density showing 0% in Hebrew

There's a difference in the outcome of the text analysis as seen below. schermafbeelding_2015-08-04_om_10_49_05

https://github.com/Yoast/wordpress-seo/issues/643 Hyphenated keyword support

When using the keyword 'high performance', the keyword with a hyphen ('high-performance') is counted as keyword as well, which is good. However, the page title seems to be ignored. They keyword high-performance can be found in:

The following keyword density is calculated: The keyword density is 1.3%, which is great, the focus keyword was found 4 times. I'm not sure if we only calculate the content for the keyword density, or if the title should be calculated as well.

When using the keyword 'high-performance', the keyword without a hyphen is ignored, which seems to be wrong. The keyword high-performance shows a keyword density of 0%, even though the exact keyword can be found at least 2 times in the text. The keyword density is 0%, which is a bit low, the focus keyword was found 0 times.

https://github.com/Yoast/wordpress-seo/issues/681 Issues with Cyrillic

This bug seems to be reintroduced.

https://github.com/Yoast/wordpress-seo/issues/349 Page Analysis is not correct with Cyrillic alphabet - not counting in the first paragraph and keyword density

Related to the issue above

https://github.com/Yoast/wordpress-seo/issues/1353 The Page Analysis reports wrong

Related to the issue above

schermafbeelding_2015-08-04_om_12_06_07

https://github.com/Yoast/wordpress-seo/issues/1236 "focus keywords" with german umlauts (äöüß) in do not match in seo analysis tab

This issue seems to be reintroduced.

Same goes for: https://github.com/Yoast/wordpress-seo/issues/915 https://github.com/Yoast/wordpress-seo/issues/1103 https://github.com/Yoast/wordpress-seo/issues/613

schermafbeelding_2015-08-04_om_13_17_04

2617 Page Analysis Not Working With «KEYWORD» quotation marks & https://github.com/Yoast/wordpress-seo/issues/991 Focus keyword in meta-description textbox won't be counted in some cases

When setting "keyword" or «keyword» as focus keyword, the page analysis does not detect the keywords in the text. However, when removing the quotation marks in the focus keyword, the focus keywords are found. Most likely related to the above issues regarding special chars in text.

2593 Recalculate seo scores function + interface

The dismissable notice is not implemented.

it would be nice if there's a message displayed to let the user know the recalculation has been done and the box can be dismissed without any issue. schermafbeelding 2015-08-04 om 14 20 10

2242 Page analysis reports keyword missing in first paragraph if the <p> has a class attribute

This is an issue in the old page analysis, in the new page analysis this issue is solved.

1225 Focus keyword UTF-8 compatibility

This issue seems fixed in both the old and new text analysis, however, the keyword density is here 0% as well, because of the special characters.

1533 Get this error if TABLE is first paragraph - The keyword doesn't appear in the first paragraph of the copy, make sure the topic is clear immediately.

Cannot reproduce issue in both old and new text analysis, seems fixed.

145 Focus keyword is not recognized in Chinese because there are no spaces between words

This issue is not yet fixed. Next to that, there's contradicting information in the page analysis. schermafbeelding_2015-08-10_om_08_29_52

https://github.com/Yoast/wordpress-seo/issues/317 Flesch Reading Ease test for other languages

This seems fixed in the newest page analysis.

1993 Focus keyword usage and Page Analysis show different data #1993

As the page analysis is now recalculated while editing and there's no seperate focus keyword usage anymore, this issue seems outdated.

1505 SEO score is always 0 on hierarchical / custom post types

The old analysis also analyzes custom post types. The new text analysis doesn't do this. Old:

schermafbeelding 2015-08-12 om 12 01 37

New: schermafbeelding 2015-08-12 om 11 52 00

atimmer commented 9 years ago

Some new issues:

Analysis doesn't update real time

When you type in the content box you expect the analysis to update after you are done typing (maybe with a tween time of 1-2seconds).

Focus keyword is applied to half words

If you use a as a focus keyword all words with an a in them are recognised as having the focus keyword in them. This shouldn't be the case.

Screenshot:

screen shot 2015-08-10 at 11 40 48

HTML tag in snippet preview

If you use the following content in the WordPress content box there is a span style="line-h" in the snippet preview.

test testt test test testt test test testt test<span style="line-height: 28.0006999969482px;"> test testt test test testt test</span><span style="line-height: 28.0006999969482px;"> test testt test test testt test test testt test</span><span style="line-height: 28.0006999969482px;">
CarolineGeven commented 9 years ago

The keyword density is fixed in pull stories/CG/test-analysis, however, the title and URL still contain a bug: The focus keyword 'neukölln' does not appear in the page title. while it does. The focus keyword does not appear in the URL for this page. The keyword that's in the URL, is a 'neukolln`, without any special characters.

CarolineGeven commented 9 years ago

Whenever the focus keyword is found in a word, it's marking it for the calculation of the keyword density. This means that, if for example the focus keyword is 'in', the following word would also be counted: 'dinosaur'.

In issue https://github.com/Yoast/wordpress-seo/issues/103, all variations on the word 'psycholog' will match. This might be desired. This issue and the preferred situation should be discussed.