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 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…1 hour 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(…23 hours 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 day 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 day 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…2 days 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…4 days 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…5 days 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…5 days 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…6 days 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…6 days 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…6 days 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…6 days 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…6 days 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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'); } );…1 week 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,…1 week 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…1 week 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…1 week 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…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:
I was confused by this post. To summarize it in 3 lines: [code]function apply_shortcodes( $content,…2 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…2 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…2 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…2 weeks ago
-
Created a new ticket, #49412, in Core Trac:
Store filesize media metadata2 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…2 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…2 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…2 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…2 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…3 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…3 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…3 weeks ago
-
Posted a reply to Homepage SEO, on the site WordPress.org Forums:
Hi @krystian13, GeneratePress doesn't have this issue. Could you please share the affected site URL…3 weeks ago
-
Posted a reply to Homepage SEO, on the site WordPress.org Forums:
Hello! Please read the overview here; it'll clear things up: https://tsf.fyi/extension/title-fix. It's also a free…3 weeks ago
-
Posted a reply to Factory Reset all settings and metadata, on the site WordPress.org Forums:
Hello! You can reset the site-wide SEO settings with the designated button. For post meta,…3 weeks ago
-
Posted a reply to Thanks, on the site WordPress.org Forums:
Hello! Yes, the inertia of the counters is a feature that seems like a bug…3 weeks ago
-
Posted a reply to Hoe to remove noindex tags form Woocommerce login page, on the site WordPress.org Forums:
Hello Noam! This is the support forum for The SEO Framework, not Yoast SEO ;)…3 weeks ago
-
Posted a reply to How to remove meta name?, on the site WordPress.org Forums:
Hello! The option you're looking for is called: "Specify aggregator copyright compliance directives?" You can…3 weeks ago
-
Posted a reply to What plugins does the upgrade package include, on the site WordPress.org Forums:
Hello again :) Thank you for your kind words and for supporting us! Unfortunately, in…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+