Sybre Waaijer
@cybr on WordPress.org, @Sybre Waaijer (Cybr) on Slack
- Member Since: April 22nd, 2014
- Location: Alphen a/d Rijn, The Netherlands
- Website: cyberwire.nl
- GitHub: sybrew
- Job Title: Full-Stack Web Developer
- Employer: CyberWire
Bio
Interests
WordPress Origin Story
Contribution History
Sybre Waaijer’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Translation Contributor Translation Contributor
- Translation Editor Translation Editor
- Plugin Developer Plugin Developer
-
Posted a reply to Aspects I don’t understand, on the site WordPress.org Forums:
Hello! Pierre is (or rather, recently was) at WordCamp Prague, so he's currently unavailable. Honeypot…2 days ago
-
Posted a reply to Reset Settings: What happens exactly, on the site WordPress.org Forums:
Hi Max :) 1. The list-edit features are still in their infancy. So, only robots-related-settings…2 days ago
-
Posted a reply to Feature Request: “HowTo” Schema, on the site WordPress.org Forums:
Hi Serdar, I've escalated your request to a GitHub issue :) https://github.com/sybrew/the-seo-framework/issues/511 More information can…2 days ago
-
Posted a reply to Co-Authors Plus plugin integration, on the site WordPress.org Forums:
Hello! We're going to implement support for the Co-Authors Plus plugin in a future update,…3 days ago
-
Posted a reply to Reset Settings: What happens exactly, on the site WordPress.org Forums:
Hi Max! Thank you! 😊 I hope you and your loved ones are doing well,…3 days ago
-
Created a new ticket, #49543, in Core Trac:
Missing color picker's clear-button styling5 days ago
-
Posted a reply to Possible to only add Open Graph Meta and Hatom?, on the site WordPress.org Forums:
Hello! There's no penalty. TSF follows the same title-output design pattern as WordPress does, so…6 days ago
-
Posted a reply to Noindex a page via php, on the site WordPress.org Forums:
Hi Kris! The post ID is forwarded via that filter. All you need to do…6 days ago
-
Posted a reply to Noindex a page via php, on the site WordPress.org Forums:
Hi Kris, From the next update (v4.0.5), you can use this filter: add_filter( 'the_seo_framework_post_meta', function(…7 days ago
-
Posted a reply to Multiple languages, on the site WordPress.org Forums:
When there's no sitemap file in the root folder of your website, then that should…1 week ago
-
Posted a reply to Multiple languages, on the site WordPress.org Forums:
Hello! Sitemaps</strongs> The pages from other languages can be indexed without the help of a…1 week ago
-
Posted a reply to Possible to only add Open Graph Meta and Hatom?, on the site WordPress.org Forums:
Hello again :) Title adjustment filter Most filters aren't listed in our KB, because it's…1 week ago
-
Posted a reply to Sitemap with WPML, on the site WordPress.org Forums:
Hello! TSF outputs a unique sitemap for each language. You can find the other sitemaps…1 week ago
-
Posted a reply to nosnippet-functionallity, on the site WordPress.org Forums:
Hello! You're the first ever to ask for this feature from us. 😄 I understand…2 weeks ago
-
Posted a reply to social image is svg, on the site WordPress.org Forums:
Howdy :) I just fixed the issue via this commit. It'll be shipped with TSF…2 weeks ago
-
Posted a reply to More detailed assistance on page visibility options, on the site WordPress.org Forums:
Yes, that option will do :) We have no evidence on that option affecting SEO…2 weeks ago
-
Posted a reply to What to do with the feed?, on the site WordPress.org Forums:
Hello! If you don't see a use for the feeds (I don't either, in your…2 weeks ago
-
Posted a reply to More detailed assistance on page visibility options, on the site WordPress.org Forums:
Hello! The indexing, archiving, and following directives are mutually exclusive. That means that one should…2 weeks ago
-
Posted a reply to Metadescription being overridden on social media?, on the site WordPress.org Forums:
Hello! That's correct, there are duplicated Open Graph meta tags and canonical URLs found on…2 weeks ago
-
Posted a reply to Unable to edit title directly, on the site WordPress.org Forums:
No problem :) It's a mixture of several things I took with me along the…2 weeks ago
-
Posted a reply to Unable to edit title directly, on the site WordPress.org Forums:
Hello! We've considered direct-edits for the title and description placeholder fields, but it ultimately comes…2 weeks ago
-
Posted a reply to Schema for videos, on the site WordPress.org Forums:
Hello! We have an open issue on that: https://github.com/sybrew/the-seo-framework/issues/95. There's not a lot of demand…2 weeks ago
-
Posted a reply to Append Text To Tag Title Tags, on the site WordPress.org Forums:
Hello! The best way would be to manually set the tag SEO title after you've…2 weeks ago
-
Posted a reply to Possible to only add Open Graph Meta and Hatom?, on the site WordPress.org Forums:
Hello! Yes, TSF supports Open Graph out of the box. It does automatically override your…2 weeks ago
-
Posted a reply to What JSON-LD structured data does TSF auto-generate?, on the site WordPress.org Forums:
No problem! And the snippet was helpful--I didn't have to look further than that and…2 weeks ago
-
Posted a reply to Sitemaps and Schema, on the site WordPress.org Forums:
Hello! The published/modified date will only be presented when the og:type is article. This happens…2 weeks ago
-
Posted a reply to What JSON-LD structured data does TSF auto-generate?, on the site WordPress.org Forums:
Hello! Here you can find a list of all the structured data TSF supports. We…2 weeks ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
That'd be: [code]add_filter( 'the_excerpt', 'apply_shortcodes', 10, 1 );[/code] Or, shorthand: [code]add_filter('the_excerpt', 'apply_shortcodes' );[/code] `the_excerpt` doesn't…2 weeks ago
-
Posted a reply to Current Year in Title, on the site WordPress.org Forums:
Hello! This piece of code will do: add_shortcode( 'year', function() { return date('Y'); } );…2 weeks ago
-
Posted a reply to Can you add G Analytics code to this?, on the site WordPress.org Forums:
Hi again! To moderators: I'm explaining what's already described on our w.org plugin page. Yes,…2 weeks ago
-
Posted a reply to Same hyphen problem here, on the site WordPress.org Forums:
Awesome! I got a patch ready, where I've reintroduced the hyphen option, and that'll allow…2 weeks ago
-
Posted a reply to Same hyphen problem here, on the site WordPress.org Forums:
Hello! You switched on a new lightbulb above my head. 💡 When you enter either…2 weeks ago
-
Posted a reply to update_post_meta like with Yoast, on the site WordPress.org Forums:
Have you perchance enabled "Enable object cache?" under "SEO Settings -> General -> Performance"? It's…2 weeks ago
-
Posted a reply to Can you add G Analytics code to this?, on the site WordPress.org Forums:
Hello again :) I understand what you're aiming at. I want to believe it's true.…2 weeks ago
-
Posted a reply to update_post_meta like with Yoast, on the site WordPress.org Forums:
Hello again! I think there might be an (object/database) caching plugin active, which only clears…2 weeks ago
-
Posted a reply to Can you add G Analytics code to this?, on the site WordPress.org Forums:
Hi again! The suppliers of the plugins on this website require financing to keep bringing…2 weeks ago
-
Posted a reply to Can you add G Analytics code to this?, on the site WordPress.org Forums:
Hello! We provide that feature via the Cord extension: https://tsf.fyi/extension/cord. It's an optional and paid…2 weeks ago
-
Posted a reply to Comment pagination (pages 2 and above) set to noindex, on the site WordPress.org Forums:
Hello again! In the next update (TSF v4.0.5), you can use this simplified and use-case-appropriate…3 weeks ago
-
Wrote a comment on the post WordPress 5.4 introduces apply_shortcodes() as an alias for do_shortcode(), on the site Make WordPress Core:
I was confused by this post. To summarize it in 3 lines: [code]function apply_shortcodes( $content,…3 weeks ago
-
Posted a reply to GTIN13, on the site WordPress.org Forums:
Hello! We let WooCommerce manage all its structured data autonomously--we chose to disable ours. This…3 weeks ago
-
Posted a reply to Get Canonical URL in Rest API, on the site WordPress.org Forums:
Hi again! The method I described will also fall back to the generated URL when…3 weeks ago
-
Posted a reply to update_post_meta like with Yoast, on the site WordPress.org Forums:
Hello! We have a method available in the the_seo_framework() object you can use: update_single_post_meta_item() That…3 weeks ago
-
Created a new ticket, #49412, in Core Trac:
Store filesize media metadata3 weeks ago
-
Posted a reply to Open Graph Change Type CPT The Seo Framework, on the site WordPress.org Forums:
Hello! The og:type value is automated based on the parameters of the page. However, you…3 weeks ago
-
Posted a reply to Get Canonical URL in Rest API, on the site WordPress.org Forums:
Hello! get_canonical_url()'s first parameter is marked as private. Use create_canonical_url() instead. It'll build up a…3 weeks ago
-
Posted a reply to Noindex a page via php, on the site WordPress.org Forums:
Hi Kris! I'm glad you found a way to filter the noindex state. I'm considering…3 weeks ago
-
Posted a reply to Is there a way to include posts/cpt with post_type=future in sitemap.xml?, on the site WordPress.org Forums:
Hello! Your final remarks are correct: The sitemap is assistive. Search engines should be able…3 weeks ago
-
Posted a reply to Factory Reset all settings and metadata, on the site WordPress.org Forums:
Awesome! Thank you so much for sharing the queries! We should make a plugin out…4 weeks ago
-
Posted a reply to Aspects I don’t understand, on the site WordPress.org Forums:
Hello! I extrapolated this response by Rank Math on the same question, so it's easier…4 weeks ago
-
Posted a reply to Homepage SEO, on the site WordPress.org Forums:
Hello! I received your email. Thank you for all the details! Everything looks good to…4 weeks ago
Developer
-
EM Dashboard
Active Installs: 10+
-
Emoji Settings
Active Installs: 1,000+
-
GenTime
Active Installs: 20+
-
Pro Mime Types
Active Installs: 2,000+
-
The SEO Framework
Active Installs: 100,000+
-
W3TC Auto Pilot
Active Installs: 100+