-
AuthorPosts
-
June 30, 2017 at 2:01 pm #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?
July 1, 2017 at 6:27 am #815247Hey Rob,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJuly 1, 2017 at 6:40 am #815251Here’s the website
July 1, 2017 at 10:29 am #815307I tried changing the template to the wordpress default ones and the extra tag went away, so this is from Enfold it seems.
July 1, 2017 at 11:46 am #815328Hi,
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,
RikardJuly 1, 2017 at 11:53 am #815331It’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 7 years, 4 months ago by Rob.
July 3, 2017 at 5:23 pm #815972Any updates?
July 6, 2017 at 5:44 am #817042Anything?
July 6, 2017 at 10:24 pm #817514Hi,
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,
BasilisJuly 7, 2017 at 3:07 am #817561Which bit do I remove from the header?
July 7, 2017 at 9:33 am #817688Hi Rob,
I am seeing only on link. Did you get it resolved, or is it happening on specific pages?
Best regards,
VictoriaJuly 7, 2017 at 4:53 pm #817925Hi,
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?
July 8, 2017 at 6:42 am #818081Hi,
I think that would be the right code to remove or comment out yes, did that solve the problem?
Best regards,
RikardJuly 8, 2017 at 4:46 pm #818200Yes it did
July 8, 2017 at 6:25 pm #818246Hi Rob,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.