MyBB Community Forums
MYBB Seo Plugin remove rel nofollow from profile? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: MYBB Seo Plugin remove rel nofollow from profile? (/thread-159140.html)



MYBB Seo Plugin remove rel nofollow from profile? - marcus123 - 2014-09-10

SEO plugins ads nofollow to profile homepage and signature links how to disable that?


RE: MYBB Seo Plugin remove rel nofollow from profile? - .m. - 2014-09-10

~\inc\plugins\google_seo\meta.php (lines 311 - 316)
  // Nofollow:
    if($memprofile['regdate'] > $google_seo_nofollow)
    {
        $signature = google_seo_meta_nofollow($signature);
        $website = google_seo_meta_nofollow($website);
    }

see Nofollow links setting description at settings >> Google SEO Meta


RE: MYBB Seo Plugin remove rel nofollow from profile? - marcus123 - 2014-09-10

Thanks buddy .M. I did just that. Was hoping the plugin will have setting for that!

"see Nofollow links setting description at settings >> Google SEO Meta"  only affects postbit section message!