https://bugzilla.wikimedia.org/show_bug.cgi?id=66289

            Bug ID: 66289
           Summary: Flow: external links should have rel="nofollow"
                    property
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Flow
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Split from bug 56756

External links in Parser output have <a rel="nofollow" class="external";
external links in Parsoid output have <a title="" rel="mw:ExtLink" 

Outputting rel="nofollow" tells search engines not to follow the link (more a
suggestion to Google) and is an indicator to decrease search engine rank.  So
adding this to Flow's HTML output from Parsoid might reduce spammers'
incentive.

There's logic in Parser::getExternalLinkRel to decide whether to output
nofollow, I think Flow can just call that public function in code similar to
includes/Parsoid/Redlinker.php.

From IRC:
<gwicke> do you remember what the use case for the exceptions was?
   $wgNoFollowNsExceptions and $wgNoFollowDomainExceptions 
<hoo> First one: No idea... probably someone thought someone else could use
that sometime. 
   Second one: To white list own domains

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to