Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter linag1398

    (@linag1398)

    Hey,

    I just wanted to let you know that I double checked this issue with the Elementor support and that they could replicate this problem on their own WordPress systems.

    They say that this is a bug of the Yoast Plugin and that Yoast would need to fix this.

    Could you have a look at this?

    Thanks for your support!

    Thread Starter linag1398

    (@linag1398)

    Hey it’s me again. I found out how to reproduce this problem.

    In my WordPress settings I have set the permalinks to the custom structure
    /%category/%postname%
    With this setting, the Elementor Landing Pages have wrong Yoast data

    When I change the permalink settings to only
    %postname%
    the Yoast data on the Elementor Landing Pages is correct.

    In both cases, the Landing Page URL is 100% identical and it does not change.

    Is it possible that there is a bug at Yoasts or Elementors side? I have tested it on 2 seperate WordPress instances and both have the same problem.

    Can you try to reproduce the error or do you have any idea why this happens and how to fix it? Why is changing the permalink structure fixing the Landing Page Yoast data?

    Thanks for your help!

    Thread Starter linag1398

    (@linag1398)

    @suascat_wp thanks for your reply!

    Just out of curiosity, can you tell me how many other people told you about this Bug and when you got the bug reports?

    I am a little familiar with WordPress and PHP but usually I only code in JS. Can you tell me which exact filter I need to set to fix this issue?

    Also are you sure that the “wp_robots” filter will solve the problem, that the HTML Title is wrong and the Meta Description is missing? For me it seems that the wp_robots is only related to the meta robots information.

    Do I get you right, that there is no code/filter to fix all the landing pages but I have to create an add_filter + function to customize the seo-data for one specific post?

    Example:

    add_filter( ‘wpseo_robots’, ‘fix_landingpage_1’ );

    and then the function “fix_landingpage_1” that checks if the landing page is “landingpage_1” and then return the correct Yoast Data?

    Thanks for your help, i really appreciate that!

    • This reply was modified 2 years, 10 months ago by linag1398.
Viewing 3 replies - 1 through 3 (of 3 total)