Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1138896

    Hello Support,
    after the change from yoast seo to seo press I noticed that some of my pages have two different meta robots entries. The first entry comes from Enfold and the second from seo press. Whether the same was already the case with Yoast Seo, I can not determine. Unfortunately I did not find a suitable solution via the search function.
    I would be very grateful for a solution to my problem.

    Best regards
    Markus

    #1139644

    Hey LFK,
    Sorry for the late reply, I took a look at the source code of your site and didn’t find the meta robots entry, I did find some other meta entries from your plugin, has this already been resolved?
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    #1139714

    Hi Mike, thank’s for your anser.
    In the meantime, I found and inserted the following code in theme functions:

    add_filter(‘avf_set_follow’,’avia_remove_nofollow’, 10, 1);
    function avia_remove_nofollow($meta){
    return “”;
    }

    This helps me but only partially solve the problem.
    Now I remove the code again so you can better determine what I mean. Look at my website please the pages under shop. There would now be two meta robots entries.

    Best regards,
    Markus

    • This reply was modified 5 years, 2 months ago by LFK.
    #1139732

    Hi,
    Thank you for the feedback, I see now you have one “meta robots”
    how are you checking your site that you see two entries?

    Best regards,
    Mike

    #1139805

    Hi Mike,
    I put a example in private data.
    I use the chrome developertools to check it.

    Best regards,
    Markus

    #1140101

    Hi,
    I am also using Chrome, I see from your screenshot that you are looking at a different url than the root url I was.
    So I see that this is not occurring on the home page or the shop page, but only on the page in the menu under the shop, but I’m not sure if these are archive, category or etc pages but the extra robots meta is being added by your seo plugin under TITLES & METAS with these checkboxes:
    2019-09-19-225436
    So you could uncheck these.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.