Sybre Waaijer
Sybre Waaijer
Currently, the plugin requires PHP 5.3 or later. I want to use generators, return type functions, traits, null coalescing, negative string offsets, etc. This is the schedule: 1. Look at...
See https://developers.google.com/search/docs/data-types/videos **Planned as Extension.** It covers: 1. Normal posts/pages 2. AMP posts/pages It requires: 1. A video. 2. Title of the video. 3. Description of the video. 4. Thumbnail...
Site Health checks are [coming to WordPress](https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/). And, we want to jump on that train. On the post linked above, examples are shown where developers can embed their checks. Our...
With enhanced indexing APIs coming, the sitemaps will be slowly deprecated. 1. [Google's API documentation](https://developers.google.com/search/apis/indexing-api/v3/quickstart) 2. [Bing's API documentation](https://www.bing.com/webmaster/help/submit-urls-to-bing-62f2860a) Note that Yandex won't support this feature in the foreseeable future....
A feature that also has been asked for a few times: An exporter and importer for SEO Settings. Particularly handy for when you host many alike websites, or if you...
References: 1. https://dev.twitter.com/rest/reference/get/users/lookup 2. https://dev.twitter.com/cards/markup `twitter:creator:id` and `twitter:site:id` cover a larger range of cards in respect to their non-ID versions. Implementation would be great, but Twitter doesn't provide a user-friendly...
From [Jerry's question](https://wordpress.org/support/topic/focus-extension-doesnt-say-if-keyword-was-used-before/): Maintain an index for used keywords, and inform users when the keyword's previously used.
From [marty's question](https://wordpress.org/support/topic/tags-not-showing-7/): [Facebook specifies](https://developers.facebook.com/docs/reference/opengraph/object-type/article) more supported meta tags than TSF outputs. Let's improve that. These two can be marked up via WordPress' own data: 1. `article:section` can be related...
Some words that are displayed in the SEO meta are dependent on WordPress.org provided translations. Given, not every language has been translated thus far; so, to counter this issue, a...
The short descriptions of the extensions are non-translatable because they're in markdown files. Consider moving them to PHP, where we can translate them.