xavierbiron
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] SEO data optimization error 404Hi,
I’ve finally found the problem. It was somewhere in my htaccess file. I had a rewrite rule which was adding a trailing slash at the end.
By excluding the wp-json repertory, it works now :
RewriteCond %{REQUEST_URI} !^/wp-json/.+
So problem solved.
ThanksForum: Plugins
In reply to: [Yoast SEO] SEO data optimization error 404Hi,
Thanks for your help.
I investigate on the side of my htaccess files, and it doesn’t seem to be the problem. I removed everything except the WP block and the basic setup lines (as I use Bedrock). And the issue is still the same.
For the mod_security, I don’t think it is activated as I’m on a local dev server. And no firewall is installed that I’m aware of.I’ve started the Yoast premium subscription.
How is it possible to resolve this issue ?
Thanks.
XavierForum: Plugins
In reply to: [Yoast SEO] SEO data optimization error 404Hi,
I confirm I have now the last version of Yoast (18.9).
My WP version was already updated (5.9.3).
I’ve disabled all the extensions (except Yoast), and activated the theme twentytwentyone.
The issue is still the same.Error details Request URL https://mot.test/wp-json/yoast/v1/indexing/prepare Request method POST Status code 404
I’ve installed the health check plugin, which didn’t help.
Any ideas ?
ThanksForum: Plugins
In reply to: [Yoast SEO] SEO data optimization error 404Hi,
Thanks for the answer.
I’ve followed your instructions and I still get the same error message.
Any idea ?Forum: Plugins
In reply to: [Yoast Duplicate Post] Do not copy ACF fieldThanks a lot Enrico, it worked with the name of the field instead of the key.
SOLVEDForum: Plugins
In reply to: [Yoast Duplicate Post] Do not copy ACF fieldHello,
Sorry for the delay. I have the 3.2.5 version, and still have the issue.
Here is my codefunction my_custom_fields_filter( $meta_excludelist ) { return array_merge( $meta_excludelist, [ 'field_5fc914ebe8a22' ] ); } add_filter( 'duplicate_post_excludelist_filter', 'my_custom_fields_filter' );
I confirm that field_5fc914ebe8a22 is the good ACF key for the field I want to exclude.
Thanks for the support
Thanks for the answer.
Same for me…
I use gravity forms and i can set in the form settings the from name and email. But only the from name bypasses wp-mail-smtp settings. Impossible to change the from email. Very annoying.