Sybre Waaijer
Sybre Waaijer
Hi @trainoasis That's correct. You'd want to use a WordPress filter, at priority >10, instead: ```php add_filter( 'robots_txt', function( $robots ) { $my_robots =
Hi @chandlerbing26 You can do either of the following: 1. Add a `robots.txt` file to the root of your website anyway; then you'll have complete control over its contents. This...
Hi @vir-gomez, When there's a static robots.txt file in the root folder of your website, the virtual "file" cannot be outputted. So, with a robots.txt file present, The SEO Framework's...
Thank you! ### Obtaining image dimensions The width/height dimensions can't be determined when the image URL is taken from the content, or when a URL is filled in manually in...
My apologies for taking this long to get back to you. I took a small break, and this issue is a bit too advanced to coincide with a break 😅....
I don't think this should be a part of The SEO Framework; it doesn't contribute to ranking or search engine display. From what I gather, we only connect to [Google...
Yes, it does! 😄 I am a bit wary about the fact that Google requires you to display the relayed information on your site. This is where the Gutenberg block...
This is a lack of functionality in WordPress. See: https://core.trac.wordpress.org/ticket/20564 Alternative implementation (I'm not in favor): https://gist.github.com/johnbillion/5225514 I'd rather implement #185 first and append revision-states to that: ```php [ 'live'...
We'd want to generate an image gallery field, which I'll need to create. The gallery will yield a (hidden) comma-separated list of IDs and URLs, which would allow upgrading from...
It would be better to provide only one image for each rich card display, and enforce that via a crop: 1x1, 4x3, and 16x9 From Google's documentation: ```json "image": [...