[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-10-28 Thread Edouard Moine
Edouard Moine added the comment: Hey Simon, you can use the breadcrumb markup and other markups structured data with json on your webpage if you want google to read more efficiently your page in the browser. I used it on my https://www.mixy-design.com/";>web agency website if you want to hav

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-19 Thread Pinto
Pinto added the comment: Merci Julien j'ai reussi à régler le même problème rencontré sur mon site https://lesmarketing.fr/agence-seo-montpellier/ -- ___ Python tracker ___ __

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-08 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg371208 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-08 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg376478 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-07 Thread Julien Palard
Julien Palard added the comment: Hi Simon, thanks for reporting! This looks like a Google issue, not a Python documentation issue: Google tries to deduce something better than the URL to display to the user, and fails, please open the issue on the Google bug tracker instead. (As a side note

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-09-07 Thread GR3 WEB - CRIAÇÃO DE SITE
GR3 WEB - CRIAÇÃO DE SITE added the comment: This problem on my website too. https://gr3web.com.br it seems that there is an SEO bug against the Python documentation - Google is truncating part of the title that informs if the documents are for Python 2 or Python 3 -- nosy: +gr3web ve

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-06-10 Thread Pinto
Pinto added the comment: I have the same problem on my site https://lesmarketing.fr I deactivated the breadcrumbs, you have found a solution ? -- nosy: +khaled ___ Python tracker ___

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-05-08 Thread Simon Willison
Simon Willison added the comment: I asked about this on Twitter and got a couple of tips from Google engineers: https://twitter.com/simonw/status/1258767730263552000 It sounds like a good solution would be to explicitly design the breadcrumbs using this mechanism: https://developers.google.

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-05-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk, willingc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue40562] SEO: differentiate between Python 2 and Python 3 docs on Google SERP

2020-05-08 Thread Simon Willison
New submission from Simon Willison : When I search Google for a Python related term (e.g. "sqlite3 row" - see attached screenshot) I get back two results - one for the Python 2 documentation and one for the Python 3 documentation. There is currently no indicator which result is for which versi