Is it possible or can someone point me how to set rel=nofollow on the tags within pages/posts? I just noticed while viewing page source that while I have nofollow on the tags pages themselves via squirrly/yoast but i see the tags are dofollow on every post so i’m passing authority to thin content (which i plan on addressing, but i’d like to nofollow them for now).
Hi,
Please check the settings from Newspaper>Theme panel>Social Networks -> https://www.screencast.com/t/cmghwpvhV
Thank you!
I have that set for social networks, what i’m curious about is that i use Tags on posts and all of the tag links are do-follow. I’d like to set them to rel=nofollow so my posts don’t pass their link juice to tags.
Hi,
If this is what you want to achieve -> https://www.screencast.com/t/z8vtyVjPq
then you need to add the rel=nofollow in td_module_single_base.php the path is D:\XAMPP\htdocs\test_site\wp-content\themes\Newspaper\includes\wp_booster\td_module_single_base.php -> https://www.screencast.com/t/q8JCiMtno
Hope this helps!
Thanks.
Some of the social buttons to share the content, as is the case of “Twitter” and others more surely does not have the attribute “No follow”, could help me to configure it correctly.
Hi @Christian Asmat Vidarte,
For social share you’ll need to set the no-follow in wp-content/themes/Newspaper/includes/wp_booster/td_social_sharing.php-> https://www.screencast.com/t/KS5u66Lj
Also for social networks you can use those options -> https://www.screencast.com/t/2C8HjKJ9ha
Thank you!