FixMediawikiRedirects

Revision as of 10:21, 4 February 2008 by 202.38.48.136 (talk) (Steps to get to DoneDone)



OurWork Edit-chalk-10bo12.png

What (summary)

Improve our traffic from search engines by not indexing redirect pages.

Why this is important

It will increase our traffic by improving our search engine rankings.

We like to use redirects because they help people find content using any of the names that make sense to them. However, our rampant use of redirects creates a huge amount of duplication. For example, http://www.aboutus.org/NutraThai.com is the canonical page but http://www.aboutus.org/NutraThai shows almost exactly the same content. Search engines decrease page rank for pages with duplicated content. We want to eliminate the appearence of having duplicate content.

People also link from their sites to pages on AboutUs. When they link to a redirect rather than the canonical page, the page rank accrues to the wrong place. If the url bar shows only canonical urls (not redirects) people will bookmark and link to the canonical url more frequently.

DoneDone

Stage 1

Stage 2

  • Pages that MediaWiki redirects should issue a 301 "moved permanently" or a 302 "moved temporarily" (I believe the 301 "moved permanently" is the correct code to use. Write up a convincing argument for 301 vs 302) It should be 301 "moved permanently" which is search engines friendly and they do not index the redirect page. Having set it to 301, is there any need left to add <META NAME="ROBOTS" CONTENT="NOINDEX"> on the redirect pages? as search engines 'by default' do not index them and migrate its values to the target page.
    • Consider what happens when a 301 turns back into a 200? Can we undo redirects if we use the 301? Yes, by using redirect=no flag
    • Do the search engines penalize 302 redirects? Could using 302s make us look like bad actors? Yes, search engines do penalize 302 redirects, business.com is the proof.
  • the redirect=no flag is respected by mediawiki (no 301 or 302 when used) so that we can see and edit the redirect pages This functionality still prevails
  • the "what links here list" continues to have redirect=no in the links for redirect pages

Steps to get to DoneDone



Retrieved from "http://aboutus.com/index.php?title=FixMediawikiRedirects&oldid=14702257"