I’m not sure if NumPy got these in place, but you could add a canonical link to each page that has

 

<link rel="canonical" href="" />

 

If your pages.  Would require some sphinx mods to your theme.

 

This would tell all search engines that they should refer to the latest as the authoritative page for competing pages.

 

See https://yoast.com/rel-canonical/

 

Kevin

 

 

 

From: efremdan1
Sent: Friday, November 13, 2020 4:36 PM
To: numpy-discussion@python.org
Subject: [Numpy-discussion] How did Numpy get its latest version of the documentation to appear at the top of Google search results?

 

I'm working with Bokeh (https://docs.bokeh.org/en/latest/), another

open-source Python package. The developers would like to have the latest

version of their documentation appear at the top of Google search results

when users search for information, but knowledge of how to do this is

lacking.

 

I've noticed that Numpy seems to have gotten this problem figured out, e.g.,

googling "numpy interpolate" results in the first hit being

https://numpy.org/doc/stable/reference/generated/numpy.interp.html. This is

unlike Python itself, where googling "python string formatting" results in

the first hit being https://docs.python.org/3.4/library/string.html.

 

So apparently someone in the Numpy developer world knows how to setup the

doc pages in a manner that allows for this. Would that person be willing to

post to the Bokeh message board on the topic

(https://discourse.bokeh.org/t/some-unsolicited-feedback/6643/17) with some

advice?

 

Thank you!

 

 

 

--

Sent from: http://numpy-discussion.10968.n7.nabble.com/

_______________________________________________

NumPy-Discussion mailing list

NumPy-Discussion@python.org

https://mail.python.org/mailman/listinfo/numpy-discussion

 

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to