Sybre Waaijer

Results 113 issues of Sybre Waaijer

See #98 We expect TSF v5.0 to be released in 2023 -- that's when most sites have hopefully upgraded to a secure PHP version–that'd be 8.0. See https://www.php.net/supported-versions.php. Since PHP...

[Component] PHP

Currently, we rely on [SEO Data Transporter](https://wordpress.org/plugins/seo-data-transporter/) to handle migrating SEO data. We need to move away from that and integrate a transporter in The SEO Framework. Here's why: 1....

[Type] Feature
[Impact] Growth

From [mjtweaver's request](https://wordpress.org/support/topic/edit-seo-settings-prior-to-taxonomy-term-being-published/): Add custom SEO fields underneath the term-creation fields on the left side of the screen (LTR).

[Impact] Admin
[Type] Feature

From [JS's report](https://wordpress.org/support/topic/using-the_seo_framework_inpost_settings_tabs-typeerror-inputs-ogtitle/): Add a filter to remove fields from Author Edit and Term Edit. Blocked: I think a settings generator will need to be implemented first so that I...

[Impact] Admin
[Status] Blocked

From [JS's report](https://wordpress.org/support/topic/using-the_seo_framework_inpost_settings_tabs-typeerror-inputs-ogtitle/: Add more robustness to the social inputs: If one goes missing, JS should not error. > Fix autodescription/lib/js/social.js to prevent throwing an error for input fields that...

[Impact] Admin
[Component] JS/ES5

From [bernchen7's report](https://wordpress.org/support/topic/title-no-branding-detected/): Apostrophes might not get detected correctly by the SEO Bar's branding test. We may want to normalize the symbols so the test will pass with manual branding,...

[Type] Enhancement
[Component] SEO Bar

This is a follow-up of #20, which derailed into adding Post Type Archive support only. Date and Search archives are nestled deeply within WordPress's Core and have no interface. This...

[Type] Feature
[Status] Blocked

From [jmikrut's request](https://wordpress.org/support/topic/how-to-retrieve-json-ld-for-use-in-headless-wp/): Make the structured data functions API-friendly; where developers can supply a custom query to generate the outcome: `[ 'id' => 1, 'taxonomy' => 'category' ]` See rework-family:...

[Type] Enhancement
[Type] Code debt
[Component] PHP

Let's put my comment into action: https://github.com/sybrew/the-seo-framework/issues/276#issuecomment-370044202 Make the Primary Term selection affect on-page breadcrumbs. Candidates: - WooCommerce - Breadcrumb NavXT - ??? _feel free to submit others in a...

[Type] Enhancement

Related: #166 (Generation god-methods rework). The main object `the_seo_framework()` holds redundant methods, among which many are protected, marked private, are used in unique cases only (e.g., image cropping), or have...

[Impact] Performance
[Type] Code debt