This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients benjamin.peterson, djc, docs@python, terry.reedy
Date 2012-03-25.01:24:12
SpamBayes Score 7.413514e-13
Marked as misclassified No
Message-id <1332638653.84.0.981881405053.issue14393@psf.upfronthosting.co.za>
In-reply-to
Content
If one searches for the informal name 'Python magic methods', RafeKettler's doc and 3. Data model — Python v2.7.2 documentation come in 1,2. Given that the latter does not even contain the word 'magic', that means that is actually ranks higher in some real sense.

Suggestion: we should do a bit of SEO and add the informal name to that page (and 3.4). Then either might come in first for such inquiries.

If one searches for the official name 'Python special methods', then our Chapter 3 comes in first and RafeK's doc 9th. The 2.5.2 version of 3.4 Special method names comes in second. This points to a second problem with google rank: we have several versions of the docs indexed, so links to our docs are scattered among them, and none rank as high as they really should. 

I glanced at the git doc and it seems to largely duplicate the info in the docs already. So it should not be just 'incorporated'.

Dirkjan: if you have any specific suggestions for doc improvement, regardless of inspiration, please give them. If not, I think this issue should be closed.
History
Date User Action Args
2012-03-25 01:24:13terry.reedysetrecipients: + terry.reedy, benjamin.peterson, djc, docs@python
2012-03-25 01:24:13terry.reedysetmessageid: <1332638653.84.0.981881405053.issue14393@psf.upfronthosting.co.za>
2012-03-25 01:24:13terry.reedylinkissue14393 messages
2012-03-25 01:24:12terry.reedycreate