Closed Bug 759345 Opened 12 years ago Closed 12 years ago

[SEO] SuMoMo articles are not indexed by search engines (Google, Bing, Yahoo!, etc.)

Categories

(support.mozillamessaging.com Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kohei, Assigned: gozer)

Details

I just realized that SuMoMo's knowledge base articles cannot be searched with Google...

https://www.google.comsearch?q=site:support.mozillamessaging.com
http://www.bing.com/search?q=site:support.mozillamessaging.com
http://search.yahoo.com/search?p=site:support.mozillamessaging.com

You are preventing crawlers from indexing those pages:

https://support.mozillamessaging.com/robots.txt

It should be fixed ASAP.
Critical, but easy fix. Set ENGAGE_ROBOTS in settings_local to True.
i believe only :gozer can fix this on the server, so assigning to him
Assignee: nobody → gozer
Yeah, gozer needs to fix this.
Added to settings_local.py:

ENGAGE_ROBOTS = True

And restarted the server. Not sure how to verify it worked, however.
Severity: blocker → normal
Looks good to me.
https://support.mozillamessaging.com/robots.txt
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
https://support.mozillamessaging.com/robots.txt

With ENGAGE_ROBOTS = False, robots.txt is something more like

User-agent: *
Disallow: /

This is to prevent staging servers from being indexed.
You need to log in before you can comment on or make changes to this bug.