Last modified: 2014-05-13 08:05:39 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T67016, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65016 - ignore query string in canonical url
ignore query string in canonical url
Status: NEW
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.24rc
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-07 19:35 UTC by James Alexander
Modified: 2014-05-13 08:05 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description James Alexander 2014-05-07 19:35:15 UTC
Right now if you go to a page (including a content page) with a query string that query string goes into the canonical url string. For example:



<link rel="canonical" href="http://en.wikipedia.org/wiki/Schadenfreude?cat" />

should be

<link rel="canonical" href="http://en.wikipedia.org/wiki/Schadenfreude" />

This has caused issues where search engines have indexed bad urls (with people's name or libel threats in the query string) which should obviously never have gotten into their system in the first place but when they check to see if it 'exists' they are getting an answer of 'yes' (as far as they are concerned).

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links