Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #814963

    Hi,
    In my source code the Meta Tags <meta name=”” content=”” /> repeats twice in my code and when I use All In One Seo plugin it creates a 3rd instance. How do I remove the initial 2 from the template? Which I imagine this is where it is coming from. I have no other SEO plugins that are causing it. I disabled my SEO Plugin and theres still 2 left.

    Can I please get assistance?

    #815247

    Hey Rob,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #815251

    Here’s the website

    #815307

    I tried changing the template to the wordpress default ones and the extra tag went away, so this is from Enfold it seems.

    #815328

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (4.0.7) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #815331

    It’s still repeating.

    When I set a page with no follow/no index in the settings of All in one SEO, the extra tag of <meta name=”robots” content=”index, follow” /> still is there. I also tried another SEO plugin and does the same thing.

    But if I don’t set a page to have a custom SEO details of no follow/no index, just the one meta tag appears (index,follow)

    • This reply was modified 6 years, 9 months ago by Rob.
    #815972

    Any updates?

    #817042

    Anything?

    #817514

    Hi,

    You need to create a child theme and remove those from the header.php, after you clone in to child theme.
    If you do not know the process, please consider to hire a freelancer.

    Thank you

    Best regards,
    Basilis

    #817561

    Which bit do I remove from the header?

    #817688

    Hi Rob,

    I am seeing only on link. Did you get it resolved, or is it happening on specific pages?

    Best regards,
    Victoria

    #817925

    Hi,
    I ended up removing this php line from the header.php file

    <?php
    /*
    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    * located in framework/php/function-set-avia-frontend.php
    */
    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    ?>

    Is that the right way to do this?

    #818081

    Hi,

    I think that would be the right code to remove or comment out yes, did that solve the problem?

    Best regards,
    Rikard

    #818200

    Yes it did

    #818246

    Hi Rob,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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